summaryrefslogtreecommitdiff
path: root/data/templates/default.latex
AgeCommit message (Expand)Author
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
2022-03-13Remove special redefinition of `\sout`.John MacFarlane
2022-03-13LaTeX template: Move `\sout` correction after hyperref.John MacFarlane
2022-03-13LaTeX template: move hyperref near end of preamble.John MacFarlane
2022-03-02LaTeX template: skip \babelprovide if babel-lang is empty.John MacFarlane
2021-10-16Ensure that babel is loaded also with pdflatex.John MacFarlane
2021-10-03Make babel use more idiomatichseg
2021-09-19Use babel, not polyglossia, with xelatex.John MacFarlane
2021-07-22LaTeX writer: Use ulem for underline.John MacFarlane
2021-07-03Revert "LaTeX template: move title, author, date up to top of preamble."John MacFarlane
2021-05-17LaTeX template: improve treatment of CSL entry-spacing.John MacFarlane
2021-05-16LaTeX template: move title, author, date up to top of preamble.John MacFarlane
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel
2021-05-14LaTeX template: Move CSL macro defs before header-includes.John MacFarlane
2021-05-10latex template: use non-starred names for xcolor color names.John MacFarlane
2021-04-29Update default.latex (#7234)badumont
2021-04-28list of figures before list of tables in LaTeX and ConTeXt templates (#7235)Julien Dutant
2021-03-14Handle 'nocite' better with --biblatex and --natbib.John MacFarlane