Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latex template does not support large number of authors #37

Open
agahkarakuzu opened this issue Jul 20, 2023 · 1 comment
Open

Latex template does not support large number of authors #37

agahkarakuzu opened this issue Jul 20, 2023 · 1 comment

Comments

@agahkarakuzu
Copy link

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!

@agahkarakuzu
Copy link
Author

I have a working solution for this using the following Lua filter:

https://github.com/neurolibre/inara/blob/main/data/filters/neurolibre-handle-crowd.lua

in this template:

https://github.com/neurolibre/inara/blob/main/data/templates/neurolibrenew.tex

You can see an example PDF at https://neurolibre.org/papers/10.55458/neurolibre.00014.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant