We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057a257 commit 166cf84Copy full SHA for 166cf84
contributors.tex.j2
@@ -1,6 +1,11 @@
1
+% The file contributors.tex is automatically generated by running contributors.py.
2
+% Changed within will be OVERWRITTEN.
3
+% For changes to the tex template, change contributors.tex.j2.
4
+% For changes to the author information, change contributors.yml.
5
+%
6
{%- for author in data.authors %}
7
\author[{{ author.affiliations|join(", ") }}]{{ "{" }}{{ author.author }}{{ "}" }}
8
{%- endfor %}
9
{%- for affiliation, index in data.affiliations.items() %}
10
\affil[{{ index }}]{{ "{" }}{{ affiliation }}{{ "}" }}
-{%- endfor %}
11
+{%- endfor %}
0 commit comments