Skip to content
Snippets Groups Projects
Verified Commit bf9229e3 authored by Nils Beyer's avatar Nils Beyer
Browse files

Rename extra.tex into top.tex

parent 24e9df83
Branches
No related tags found
No related merge requests found
......@@ -767,7 +767,7 @@ CONFIG_SECTIONS = [
"need to be in the folder named 'yourtemplate', and the "
"templates provides the files: 'protokoll2.cls' (class), "
"'protocol.tex' (protocol), 'decision.tex' (decision),"
"'extra.tex' (exported TOP) and 'asta-logo.tex'")),
"'top.tex' (exported TOP) and 'asta-logo.tex'")),
],
check=check_rendering,
description="Settings for rendering protocols to pdf, html, etc."),
......
......@@ -71,7 +71,7 @@ def provide_latex_template(template, documenttype):
"class": "protokoll2.cls",
"protocol": "protocol.tex",
"decision": "decision.tex",
"extra": "extra.tex"
"top": "top.tex"
}
_PROVIDES = "provides"
_LOGO_TEMPLATE = "logo_template"
......@@ -564,7 +564,7 @@ def parse_protocol_async_inner(protocol, ignore_old_date=False):
for top in extra_tops:
for show_private in privacy_states:
latex_source = texenv.get_template(provide_latex_template(
protocol.protocoltype.latex_template, "extra")).render(
protocol.protocoltype.latex_template, "top")).render(
render_type=RenderType.extra,
top=top,
show_private=show_private,
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment