Python Library Unittest
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

heading.tex 196B

12345
  1. {%- import 'macros.tex' as macros %}
  2. {{ '\\%s{%s}' % (sectype, macros.latex_filter(item.Heading))}}
  3. {%- if 'Description' in item and item.Description != '' %}
  4. {{ item.Description }}
  5. {%- endif %}