Skip to content

Commit 918973f

Browse files
authored
Update README.md
Added documentation for orcid option
1 parent b611c89 commit 918973f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ It is often necessary to place a few key authors at the front of the author list
6666
> mkauthlist --aux order.csv example_author_list.csv example_author_list.tex
6767
```
6868
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:
6973
```
70-
> mkauthlist --sort --aux order.csv example_author_list.csv example_author_list.tex
74+
> mkauthlist --orcid example_author_list.csv example_author_list.tex
7175
```

0 commit comments

Comments
 (0)