You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably hitting yet another edge case, but the PDF is not rendered when there are too many authors, and affiliations.
I am dealing with a submission with 40 authors on it and have been fighting with the latex template to create the following condition:
When there are more than 10 authors, list first 10 and the last author in the title, and remove the remaining authors and their affiliations to the last page.
I don't have much experience with Lua + Latex, if you have any suggestions to deal with this issue, I'd be glad. Thanks!
The text was updated successfully, but these errors were encountered:
It is missing ORCID icons and note as pretty as the \maketitle command, which is bypassed when the variable exposed by the Lua filter indicates more than 10 authors.
This is probably hitting yet another edge case, but the PDF is not rendered when there are too many authors, and affiliations.
I am dealing with a submission with 40 authors on it and have been fighting with the latex template to create the following condition:
When there are more than 10 authors, list first 10 and the last author in the title, and remove the remaining authors and their affiliations to the last page.
I don't have much experience with Lua + Latex, if you have any suggestions to deal with this issue, I'd be glad. Thanks!
The text was updated successfully, but these errors were encountered: