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