6 строки
196 B
TeX
6 строки
196 B
TeX
{%- import 'macros.tex' as macros %}
|
|
{{ '\\%s{%s}' % (sectype, macros.latex_filter(item.Heading))}}
|
|
{%- if 'Description' in item and item.Description != '' %}
|
|
{{ item.Description }}
|
|
{%- endif %}
|