summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX
AgeCommit message (Expand)Author
2024-01-20LaTeX writer: create valid table even when table is empty.John MacFarlane
2023-12-18LaTeX writer: omit superfluous page locator label...John MacFarlane
2023-11-22LaTeX writer: handle identifiers inside heading contents.John MacFarlane
2023-10-17LaTeX writer: fix rowspans in tables...John MacFarlane
2023-10-17LaTeX writer: don't treat table as "simple" if they have col widths.John MacFarlane
2023-08-31LaTeX writer: fix regression in escaping URLs.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-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-07-07Fix babel name for fa (should be "persian"). Closes #8944.John MacFarlane
2023-06-16LaTeX writer: Fix escaping of `&` in `\href` and `\url`.John MacFarlane
2023-05-08LaTeX writer: better fix for colspecs for multicolumn table.John MacFarlane
2023-05-08LaTeX writer: fix width for multicolumn simple table.John MacFarlane
2023-03-10LaTeX writer: Add Chinese to Babel languages.John MacFarlane
2023-02-22LaTeX writer: do not use longtable foot with BeamerAlbert Krewinkel
2023-02-05LaTeX writer: include short figure/table caption if one is given.Albert Krewinkel
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2023-01-04Use `\toprule\noalign{}` instead of `\toprule()` in LaTeX tables.John MacFarlane
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]John MacFarlane
2022-10-06LaTeX writer: add separator line between table's body and its foot.Albert Krewinkel
2022-09-29LaTeX writer: use `\includesvg` for SVGs...John MacFarlane
2022-09-26LaTeX writer: ignore languages with no babel equivalent...John MacFarlane
2022-09-21LaTeX writer: do not repeat caption on headless tablesAlbert Krewinkel
2022-09-21LaTeX writer: clarify why `\endfirsthead` is used for tablesAlbert Krewinkel
2022-08-17LaTeX writer: add label to tables that have an identifierAlbert Krewinkel
2022-08-16LaTeX writer: use `\textquotesingle` for straight quotes in text.John MacFarlane
2022-08-07LaTeX writer: fix widths of multicolumn cellsAlbert Krewinkel
2022-06-01LaTeX writer: Improve grouping with autocites.John MacFarlane
2022-06-01LaTeX writer: fix width of multicolumn cells.Albert Krewinkel
2022-03-30LaTeX writer: add () after booktabs rules.John MacFarlane
2022-01-07Add LaTeX babel mappings for Guajati (gu) and Oriya (or).John MacFarlane
2022-01-07Fix typo panjabi -> punjabi.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-17Babel mappings: use ancientgreek for grc.John MacFarlane
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-08-03LaTeX table writer: Increase column width precision (#7466)Peter Fabinski
2021-06-21LaTeX writer: add strut at end of minipage if it contains...John MacFarlane
2021-06-21LaTeX writer: always use a minipage for cells with line breaks...John MacFarlane
2021-06-05LaTeX writer: Fix regression in table header position.John MacFarlane
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel
2021-05-11LaTeX writer: better handling of line breaks in simple tables.John MacFarlane
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane