Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-19 | Use babel, not polyglossia, with xelatex. | John MacFarlane | 1 | -50/+1 | |
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-04-17 | Update to released unicode-collation, latest citeproc dev version. | John MacFarlane | 1 | -1/+1 | |
Update citeproc test. | |||||
2021-04-17 | Remove Text.Pandoc.BCP47 module. | John MacFarlane | 1 | -4/+4 | |
[API change] Use Lang from UnicodeCollation.Lang instead. This is a richer implementation of BCP 47. | |||||
2021-04-17 | Move getLang from BCP47 -> T.P.Writers.Shared. | John MacFarlane | 1 | -58/+59 | |
[API change] | |||||
2021-03-02 | Split out T.P.Writers.LaTeX.Lang. | John MacFarlane | 1 | -0/+191 | |