Test Smart Brain implementation
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

object.tex 448B

1234567891011
  1. {%- import 'macros.tex' as macros %}
  2. \begin{tabu} to \linewidth {lX}
  3. \toprule
  4. {\bf Test object Information} & \\
  5. \midrule
  6. Test Object Name & {{macros.latex_filter(object_information.app_name)}} \\
  7. Test Object Vesion & {{macros.latex_filter(object_information.version.readable)}} \\
  8. GIT repository & {{macros.latex_filter(object_information.git.url)}}\\
  9. GIT reference & {{macros.latex_filter(object_information.git.ref)}}\\
  10. \bottomrule
  11. \end{tabu}