Python Library Unittest
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

system.tex 325B

123456789101112
  1. {%- import 'macros.tex' as macros %}
  2. \begin{tabu} to \linewidth {lX}
  3. \toprule
  4. {\bf System Information} & \\
  5. \midrule
  6. {%- for key in system_information %}
  7. {%- if key != "Description" %}
  8. {{macros.latex_filter(key)}} & {{macros.latex_filter(data.system_information[key])}} \\
  9. {%- endif %}
  10. {%- endfor %}
  11. \bottomrule
  12. \end{tabu}