aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX/Util.hs
AgeCommit message (Collapse)AuthorFilesLines
2021-09-19Use babel, not polyglossia, with xelatex.John MacFarlane1-7/+5
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.
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel1-3/+4
Closes: #6639 The zero-width non-joiner character is used to avoid ligatures (e.g. in German).
2021-03-02Split out T.P.Writers.LaTeX.Util.John MacFarlane1-0/+274