summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX/Lang.hs
AgeCommit message (Expand)Author
2023-07-07Fix babel name for fa (should be "persian"). Closes #8944.John MacFarlane
2023-03-10LaTeX writer: Add Chinese to Babel languages.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-09-26LaTeX writer: ignore languages with no babel equivalent...John MacFarlane
2022-01-07Add LaTeX babel mappings for Guajati (gu) and Oriya (or).John MacFarlane
2022-01-07Fix typo panjabi -> punjabi.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-17Babel mappings: use ancientgreek for grc.John MacFarlane
2021-09-19Use babel, not polyglossia, with xelatex.John MacFarlane
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane
2021-03-02Split out T.P.Writers.LaTeX.Lang.John MacFarlane