index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
LaTeX
/
Lang.hs
Age
Commit message (
Expand
)
Author
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-03
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
John MacFarlane
2022-01-07
Add LaTeX babel mappings for Guajati (gu) and Oriya (or).
John MacFarlane
2022-01-07
Fix typo panjabi -> punjabi.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-07-17
LaTeX reader: avoid trailing hyphen in translating languages.
John MacFarlane
2021-04-17
Update to released unicode-collation, latest citeproc dev version.
John MacFarlane
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
2021-03-03
Move enquote commands to T.P.LaTeX.Lang.
John MacFarlane
2021-03-03
Moved more into T.P.Readers.LaTeX.Lang.
John MacFarlane
2021-02-28
Move setDefaultLanguage to T.P.Readers.LaTeX.Lang.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-10-01
Moved babelLangToBCP, polyglossiaLangToBCP to new module...
John MacFarlane