unittest/templates/reqif/heading.tex

6 lines
196 B
TeX
Raw Normal View History

2020-01-26 16:19:29 +01:00
{%- import 'macros.tex' as macros %}
{{ '\\%s{%s}' % (sectype, macros.latex_filter(item.Heading))}}
{%- if 'Description' in item and item.Description != '' %}
{{ item.Description }}
{%- endif %}