When I add this to my metadata:
author:
- Jane Doe:
institute: Nice Place
The resulting LaTeX file includes the following in \hypersetup: pdfauthor={Jane Doe1}, and this ends up in the PDFs author field. Is there a way to avoid the unnecessary '1'?
Here is a complete command pandoc --standalone --output foo.tex --lua-filter scholarly-metadata.lua --lua-filter author-info-blocks.lua foo.md.
When I add this to my metadata:
The resulting LaTeX file includes the following in
\hypersetup:pdfauthor={Jane Doe1}, and this ends up in the PDFs author field. Is there a way to avoid the unnecessary '1'?Here is a complete command
pandoc --standalone --output foo.tex --lua-filter scholarly-metadata.lua --lua-filter author-info-blocks.lua foo.md.