Skip to content

Commit 166cf84

Browse files
committed
reference the python script for generation
1 parent 057a257 commit 166cf84

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

contributors.tex.j2

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
%
16
{%- for author in data.authors %}
27
\author[{{ author.affiliations|join(", ") }}]{{ "{" }}{{ author.author }}{{ "}" }}
38
{%- endfor %}
49
{%- for affiliation, index in data.affiliations.items() %}
510
\affil[{{ index }}]{{ "{" }}{{ affiliation }}{{ "}" }}
6-
{%- endfor %}
11+
{%- endfor %}

0 commit comments

Comments
 (0)