Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contributors_plos.tex.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
% Note: the zero-width character <200b> is in here on purpose (to not mess up authors without
% affiliation)
{%- for author in data.authors %}
{{ author.author }}​{% if author.affiliations %}\textsuperscript{{ "{" }}{{ author.affiliations|join(",") }}{% if author.corresponding_author is defined and author.corresponding_author %}*{% endif %}{{ "}" }}{% endif %}
{{ author.author }}​{% if author.affiliations %}\textsuperscript{{ "{" }}{{ author.affiliations|join(",") }}{% if author.corresponding_author is defined and author.corresponding_author %}*{% endif %}{% if author.orcid is defined %}\texorpdfstring{\thinspace\orcidlink{ {{-author.orcid-}} }}{}{% endif %}{{ "}" }}{% endif %}
{%- endfor %}
\\
\bigskip
{%- for index, affiliation in data.affiliations.items() %}
\textbf{{ "{" }}{{ index }}{{ "}" }} {{ affiliation.name }}
\textbf{{ "{" }}{{ index }}{{ "}" }} {{ affiliation.name }}{% if affiliation.ror is defined %}\texorpdfstring{\thinspace\rorlink{ {{-affiliation.ror-}} }} {}{% endif %}
\\
{%- endfor %}
\bigskip
Expand Down
3 changes: 3 additions & 0 deletions paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
% colour can be used to apply background shading to table cells only
\usepackage[table]{xcolor}

\usepackage{orcidlink}
\usepackage{rorlink}

% array package and thick rules for tables
\usepackage{array}

Expand Down
Loading