Author names are missing in the HTML using scholarly-metadata and author-info-blocks #10422
-
DescriptionHi there, I used scholarly-metadata.lua and author-info-blocks.lua to render a HTML, but the author names are missing. And "Authors" and "Affiliations" are empty, how can I fix this? I don't need to use Pandoc Lua; any other solution is fine. The default affiliation in Quarto rendered HTML repeats the same institute for all affiliated authors, which is unnecessary and lengthy. It would be better to list the affiliations and assign them using superscript affiliation IDs like the figure below but with a list of authors. Thanks a lot.
If I add name in the author,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If I am not mistaken the two LUA filters you mentioned are not part of anything related to Quarto thus out of Quarto support scope. Now your first author specification is incorrect. For customisation of the title block or related, take a look at the partials: https://quarto.org/docs/journals/templates.html#html-partials |
Beta Was this translation helpful? Give feedback.
Thanks again, I found one lua that works. #2715