Test Smart Brain implementation
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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}