2020-11-24 08:33:07 +01:00
|
|
|
{% raw %}
|
|
|
|
% Here is how the title is formatted on the first page of the article
|
2021-09-14 20:18:12 +02:00
|
|
|
{% endraw %}
|
|
|
|
\chapter{ {{ cookiecutter.paper_title }} }
|
|
|
|
{% raw %}
|
2020-11-24 08:33:07 +01:00
|
|
|
|
|
|
|
% Here is the short title in the running head
|
2021-09-14 20:18:12 +02:00
|
|
|
{% endraw %}
|
|
|
|
\fancyhead[LO]{\textnormal{\small{ {{ cookiecutter.paper_title }} }}}
|
|
|
|
{% raw %}
|
2020-11-24 08:33:07 +01:00
|
|
|
|
|
|
|
% 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 %}
|
2021-09-14 20:23:49 +02:00
|
|
|
\chapterauthor[ {{ cookiecutter.main_contributor_name }} ]{ {{ cookiecutter.main_contributor_name }}
|
2021-09-14 20:18:12 +02:00
|
|
|
\textnormal{(Institute for Natural Language Processing, University
|
2021-09-14 20:23:49 +02:00
|
|
|
of Southern Atlantis)}, Some Other Contributor
|
2021-09-14 20:18:12 +02:00
|
|
|
\textnormal{(Institute for Unicorn Studies, Brahmapura)}}
|