Python Library Unittest
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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 %}