summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)Author
2024-03-22LaTeX writer: fix math inside strikeout (closes #9597).John MacFarlane
2024-02-18LaTeX writer: fix bug when a language is specified in two different ways.John MacFarlane
2024-02-13Make LaTeX writer sensitive to `empty_paragraphs` extension.John MacFarlane
2024-01-25Add some kerns where needed between quotes in LaTeX output.John MacFarlane
2023-12-18LaTeX writer: omit superfluous page locator label...John MacFarlane
2023-12-10LaTeX writer: Add performance optimization to #9168.John MacFarlane
2023-12-10LaTeX writer: fix bug with big footnotes inside emphasis (#9168)Hikaru Ibayashi
2023-09-18Fix uneven indents in LaTeX line block output.John MacFarlane
2023-09-07Fix default citeproc entry-spacing.John MacFarlane
2023-09-05Rewrite CSLReferences environment...John MacFarlane
2023-09-01LaTeX writer: Fix regression.John MacFarlane
2023-08-29Use `\cite` and `\bibitem` to link up citations, even with citeproc.John MacFarlane
2023-08-26LaTeX writer link/target improvements.John MacFarlane
2023-08-19LaTeX writer: improve internal links and targets.John MacFarlane
2023-06-28LaTeX writer: Prevent babel language from being imported twice.John MacFarlane
2023-02-05LaTeX writer: include short figure/table caption if one is given.Albert Krewinkel
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-19Add support for `mark` extension for highlighted text.John MacFarlane
2022-11-19LaTeX writer: Use soul instead of ulem for strikeout, underline.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `ordNub` [API change].John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-10-10Simplify some citation code in LaTeX writer.John MacFarlane
2022-09-29LaTeX writer: use `\includesvg` for SVGs...John MacFarlane
2022-09-26LaTeX writer: ignore languages with no babel equivalent...John MacFarlane
2022-06-10LaTeX writer: Extend list of book documentclasses (#8053)Wentao Han
2022-05-19Beamer: allow containsverbatim as alternative to fragile.John MacFarlane
2022-03-29LaTeX writer: support `page`,`trim`,`clip` attributes on images.John MacFarlane
2022-02-22Add scrreport to the latex writer chaptersClasses. Fixed #6168 (#7935)ivardb
2022-02-22LaTeX writer: avoid extra space before `\CSLRightInline`.John MacFarlane
2022-02-22Fix typos (#7934)Dimitris Apostolou
2022-01-27LaTeX writer: allow arbitrary frameoptions to be passed...John MacFarlane
2022-01-27LaTeX writer: add s and squeeze to recognized beamer frameoptions.John MacFarlane
2022-01-20Avoid putting a frame around speaker notes in beamer.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-09-19Use babel, not polyglossia, with xelatex.John MacFarlane
2021-08-13Fix raw LaTeX injection issue (LaTeX writer).John MacFarlane
2021-07-22LaTeX writer: Use ulem for underline.John MacFarlane
2021-06-21Revert "LaTeX writer: put a strut after a line break (`\\`)."John MacFarlane
2021-06-21LaTeX writer: put a strut after a line break (`\\`).John MacFarlane
2021-06-21LaTeX writer: Use `\strut` instead of `~` before `\\` in empty line.John MacFarlane
2021-05-18LaTeX writer: separate successive quote chars with thin spaceAlbert Krewinkel
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel
2021-05-14Beamer writer: support exampleblock and alertblock.John MacFarlane