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.
Contributor
|
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. |
Owner
Author
|
I should have added this link as background: |
Owner
Author
|
If people who do multilingual work could test with this branch, it would give me more confidence. |
Contributor
|
Just for completeness: the discussion on tex.stackexchange was also in favor of babel. |
annProg
added a commit
to annProg/PanBook
that referenced
this pull request
Sep 15, 2021
4 tasks
thvitt
added a commit
to DARIAH-DE/dwp-template
that referenced
this pull request
Jun 5, 2022
This reflects jgm/pandoc#7562 and is required for compatibility with current Pandoc (2.18)
maudetes
added a commit
to etalab/pandoc-guides
that referenced
this pull request
Jul 6, 2023
Following default template update in jgm/pandoc#7562. See also Wandmalfarbe/pandoc-latex-template#278
maudetes
added a commit
to etalab/pandoc-guides
that referenced
this pull request
Jul 6, 2023
Following default template update in jgm/pandoc#7562. See also Wandmalfarbe/pandoc-latex-template#278
Bergmaier
added a commit
to Bergmaier/thesis_markdown_template
that referenced
this pull request
Jul 23, 2024
… as per jgm/pandoc#2369, and get rid of polyglossia in template.tex as per jgm/pandoc#7562
josephmure
added a commit
to josephmure/invoice-boilerplate
that referenced
this pull request
Jul 30, 2024
This change follows jgm/pandoc#7562 Fixes mrzool#24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.