aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.latex
AgeCommit message (Expand)Author
2025-09-02LaTeX template: don't emit empty linkcolor= in hypersetup.John MacFarlane
2025-08-27LaTeX writer: include cancel package only if needed.John MacFarlane
2025-08-06LaTeX writer: set `pdf-trailer-id` if `SOURCE_DATE_EPOCH` envvar is setAlbert Krewinkel
2025-02-08LaTeX writer/template: Improve babel support.John MacFarlane
2024-12-17Move nocites from LaTeX preamble to body (#10465)Thomas Hodgson
2024-10-23LaTeX/Beamer template changes.John MacFarlane
2024-10-01Make --number-sections work with beamer (#10245)Thomas Hodgson
2024-10-01Move beamerarticle code from beamer -> latex template.John MacFarlane
2024-09-29Beamer template doesn't need amsmath,amssym.John MacFarlane
2024-09-29Remove font-settings.tex partial.John MacFarlane
2024-09-29Refactor latex template using partials.John MacFarlane
2024-07-29default.latex: wrong beamer color in (sub)section pageJonathan
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-10LaTeX template: put babel-lang in options to beamer.John MacFarlane
2024-06-08Fix `--toc-depth` with beamer output.John MacFarlane
2024-05-02LaTeX template: add `titlegraphicoptions` variable (#9207)Guilhem Saurel
2024-03-09Fix block headings support for unnumbered paragraphs (#9542)Oliver Fabel
2024-01-20LaTeX writer: set font fallback for babel main fontMax Heller
2024-01-19LaTeX template: support font fallbacklawcho
2024-01-05Fix beamer highlightingmh4ckt3mh4ckt1c4s
2023-11-03LaTeX template: include bookmark package unconditionally.John MacFarlane
2023-09-10LaTeX template: fix \CSLBlock vertical spaceJohn Purnell
2023-09-07LaTeX template: remove space around `\strut` in CSL commands.John MacFarlane
2023-09-07Fix typo in latex template.John MacFarlane
2023-09-07Adjust default latex template to improve citeproc output.John MacFarlane
2023-09-05Rewrite CSLReferences environment...John MacFarlane
2023-09-04LaTeX template: fix regression with CSL display="block".John MacFarlane
2023-09-03LaTeX template: add code allow `\cite` to break across lines.John MacFarlane
2023-08-29Use `\cite` and `\bibitem` to link up citations, even with citeproc.John MacFarlane
2023-08-26LaTeX template: special definition of `\st` for CJK.John MacFarlane
2023-03-28Fix `\babelfont` in default latex template.John MacFarlane
2023-03-25LaTeX template: set mainfontoptions with `\babelfont` too.John MacFarlane
2023-03-20Fix highlight/underline with lualatex.John MacFarlane
2023-03-15Fix template for babelfonts so it conforms with documentation.John MacFarlane
2023-03-10Add `babelfonts` variable to default LaTeX template.John MacFarlane
2023-03-06Fix background image in Beamer when there are figure environments (#8671)Martín Pozo
2023-02-26LaTeX template: Add CJKsansfont and CJKmonofont for XeLaTeX (#8656)Yudong Jin
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-11LaTeX template: set `\babelfont`...John MacFarlane
2022-11-19LaTeX writer: Use soul instead of ulem for strikeout, underline.John MacFarlane
2022-11-10Add LaTeX variable `urlstyle` (#8429)Amar Al-Zubaidi
2022-10-06latex template: set fonts after Beamer themeJeremie Knuesel
2022-09-29LaTeX writer: use `\includesvg` for SVGs...John MacFarlane
2022-08-12LaTeX template: fix behavior of `colorlinks` variableAlbert Krewinkel
2022-07-26Add `boxlinks` variable for LaTeX/PDF output.John MacFarlane
2022-05-17LaTeX template: fix links-as-notesAlbert Krewinkel
2022-04-23LaTeX template: Fix <200c> character rendering (#8036)Hos Es
2022-03-21LaTeX template: Move urlstyle and xurl commands to after hyperref.John MacFarlane
2022-03-14LaTeX template: Fix regression with code in footnotes...John MacFarlane