paper-cutter/{{cookiecutter.paper_repo_name}}/_latex-templates/poleval-template-meta.tex
2021-09-14 20:23:49 +02:00

20 lines
718 B
TeX

{% raw %}
% Here is how the title is formatted on the first page of the article
{% endraw %}
\chapter{ {{ cookiecutter.paper_title }} }
{% raw %}
% Here is the short title in the running head
{% endraw %}
\fancyhead[LO]{\textnormal{\small{ {{ cookiecutter.paper_title }} }}}
{% raw %}
% Here we have:
% - in square brackets: author(s) in the running head
% - in curly brackets: author(s) on the first page of the article
{% endraw %}
\chapterauthor[ {{ cookiecutter.main_contributor_name }} ]{ {{ cookiecutter.main_contributor_name }}
\textnormal{(Institute for Natural Language Processing, University
of Southern Atlantis)}, Some Other Contributor
\textnormal{(Institute for Unicorn Studies, Brahmapura)}}