-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Use babel, not polyglossia, with xelatex #7562
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
Conversation
Previously polyglossia worked better with xelatex, but that is no longer the case, so we simplify the code so that babel is used with all latex engines. This involves a change to the default LaTeX template.
Wow, my first reaction to this was to flail and object, but apparently the situation really has reversed since I was doing new work in LaTeX. |
I should have added this link as background: |
If people who do multilingual work could test with this branch, it would give me more confidence. |
Just for completeness: the discussion on tex.stackexchange was also in favor of babel. |
This reflects jgm/pandoc#7562 and is required for compatibility with current Pandoc (2.18)
Following default template update in jgm/pandoc#7562. See also Wandmalfarbe/pandoc-latex-template#278
Following default template update in jgm/pandoc#7562. See also Wandmalfarbe/pandoc-latex-template#278
… as per jgm/pandoc#2369, and get rid of polyglossia in template.tex as per jgm/pandoc#7562
This change follows jgm/pandoc#7562 Fixes mrzool#24
Previously polyglossia worked better with xelatex, but
that is no longer the case, so we simplify the code so that
babel is used with all latex engines.
This involves a change to the default LaTeX template.