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.

requirement.tex 595B

12345678910111213141516
  1. {%- import 'macros.tex' as macros %}
  2. {{ '\\%s{%s}' % (sectype, macros.latex_filter(item.Heading))}}
  3. {{ '\\label{%s%s}' % (labeltype, item.system_uid)}}
  4. {%- if 'Description' in item and item.Description != '' %}
  5. \paragraph{Description}\mbox{}\\
  6. {{ item.Description }}
  7. {%- endif %}
  8. {%- if 'ReasonForImplementation' in item and item.ReasonForImplementation != '' %}
  9. \paragraph{Reason for the implementation}\mbox{}\\
  10. {{ item.ReasonForImplementation }}
  11. {%- endif %}
  12. {%- if 'Fitcriterion' in item and item.Fitcriterion != '' %}
  13. \paragraph{Fitcriterion}\mbox{}\\
  14. {{ item.Fitcriterion }}
  15. {%- endif %}