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
/
Writers
/
LaTeX
/
Util.hs
Age
Commit message (
Expand
)
Author
2023-11-22
LaTeX writer: handle identifiers inside heading contents.
John MacFarlane
2023-08-31
LaTeX writer: fix regression in escaping URLs.
John MacFarlane
2023-08-26
LaTeX writer link/target improvements.
John MacFarlane
2023-08-23
Also escape % in URLs.
John MacFarlane
2023-08-23
LaTeX writer: backslash-escape # in URLs. Closes #9014.
John MacFarlane
2023-08-09
LaTeX writer: Improve escaping of URIs in href, url.
John MacFarlane
2023-06-16
LaTeX writer: Fix escaping of `&` in `\href` and `\url`.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-19
Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]
John MacFarlane
2022-09-26
LaTeX writer: ignore languages with no babel equivalent...
John MacFarlane
2022-08-16
LaTeX writer: use `\textquotesingle` for straight quotes in text.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-11-08
With `-t latex-smart`, don't generate `\ldots` from ellipsis.
John MacFarlane
2021-09-19
Use babel, not polyglossia, with xelatex.
John MacFarlane
2021-05-16
LaTeX template: define commands for zero width non-joiner character
Albert Krewinkel
2021-03-02
Split out T.P.Writers.LaTeX.Util.
John MacFarlane