aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX
AgeCommit message (Expand)Author
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2025-10-06LaTeX writer/template: small fix for unnumbered tables.John MacFarlane
2025-09-16LaTeX writer: ensure that unlabelled tables don't increment counter.John MacFarlane
2025-09-15LaTeX writer: Protect VERB in caption (#11139)TuongNM
2025-08-27LaTeX writer: include cancel package only if needed.John MacFarlane
2025-08-06LaTeX reader and writer: add support for soft hypensAlbert Krewinkel
2025-04-09LaTeX writer: make alignment work within multirow in tables.John MacFarlane
2025-03-15LaTeX writer: protect `\phantomsection` (#10688)etclub
2025-03-14LaTeX writer: use `*` for multirow width when no colwidth specified.John MacFarlane
2025-02-13Smart quote parsing: ignore curly quotes.John MacFarlane
2024-09-08Remove most uses of partial function 'head'.John MacFarlane
2024-09-08Avoid use of partial function 'tail'.John MacFarlane
2024-09-08Add options to change table/figure caption positions.John MacFarlane
2024-08-06LaTeX writer: preserve locator labels with `--natbib`.John MacFarlane
2024-05-31Use `\linewidth` instead of `\columnwidth` or `\textwidth`...John MacFarlane
2024-04-26LaTeX writer: use polytonicgreek instead of polutonikogreek...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-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