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