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 b611c89 commit 918973fCopy full SHA for 918973f
README.md
@@ -66,6 +66,10 @@ It is often necessary to place a few key authors at the front of the author list
66
> mkauthlist --aux order.csv example_author_list.csv example_author_list.tex
67
```
68
It is possible to combine options in order to place several authors first and order the rest of the list alphabetically
69
+
70
+### Adding ORCID
71
72
+If the input CSV file provides ORCIDs for authors, they can be added to the output latex formatted author list with the `--orcid` option:
73
-> mkauthlist --sort --aux order.csv example_author_list.csv example_author_list.tex
74
+> mkauthlist --orcid example_author_list.csv example_author_list.tex
75
0 commit comments