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

Multiple authors not correctly rendered #13

Open
milancurcic opened this issue Apr 30, 2021 · 1 comment
Open

Multiple authors not correctly rendered #13

milancurcic opened this issue Apr 30, 2021 · 1 comment

Comments

@milancurcic
Copy link
Member

If there are more then 2 authors, we get something like this:

First Author and Second Author and Third Author and Fourth Author

instead of

First Author, Second Author, Third Author, and Fourth Author

I believe this should be somehow fixed at this line in the template.tex:

\author{$for(author)$$author$$sep$ and $endfor$}

But it may need a bit smarter logic. I'm a very basic LaTeX user and am not very familiar with its programming elements.

@everythingfunctional
Copy link
Member

I thought LaTeX was supposed to deal with that already. If it's not, then yeah we need some better logic there. It's a mix of pandoc's templating engine and LaTeX, so it'll take looking at documentation for both.

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

2 participants