aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX.hs
AgeCommit message (Expand)Author
2025-07-29LaTeX writer: be more conservative about using `\url`.John MacFarlane
2025-05-26LaTeX writer: include alt option in `\includegraphics`.John MacFarlane
2025-02-10Remove selnolig-langs.John MacFarlane
2025-02-08LaTeX writer/template: Improve babel support.John MacFarlane
2024-12-20LaTeX writer: properly handle boolean value for `csquotes` variable.John MacFarlane
2024-12-17LaTeX writer: use displayquote for block quotes with csquotes.John MacFarlane
2024-10-28LaTeX writer: ensure that beamer footnotes go on frame, not column.John MacFarlane
2024-09-30LaTeX writer: better fix for lists in definition lists.John MacFarlane
2024-09-22Add support for list of figures (lof) and list of tables (lot) (#10029)Akash Patel
2024-09-14LaTeX writer: avoid error on `refs` div with empty citations.John MacFarlane
2024-09-08Add options to change table/figure caption positions.John MacFarlane
2024-06-23LaTeX writer: new method for ensuring images don't overflow.John MacFarlane
2024-06-10LaTeX writer/template: specify language option for `selnolig`...John MacFarlane
2024-06-04LaTeX writer: task lists must be unordered.John MacFarlane
2024-05-31Use `\linewidth` instead of `\columnwidth` or `\textwidth`...John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-08LaTeX writer: improve treatment of math inside soul commands.John MacFarlane
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