index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
writers-lang-and-dir.latex
Age
Commit message (
Expand
)
Author
2023-11-03
LaTeX template: include bookmark package unconditionally.
John MacFarlane
2023-08-19
LaTeX writer: improve internal links and targets.
John MacFarlane
2022-11-10
Add LaTeX variable `urlstyle` (#8429)
Amar Al-Zubaidi
2022-10-06
latex template: set fonts after Beamer theme
Jeremie Knuesel
2022-03-21
LaTeX template: Move urlstyle and xurl commands to after hyperref.
John MacFarlane
2022-03-13
Remove special redefinition of `\sout`.
John MacFarlane
2022-03-13
LaTeX template: Move `\sout` correction after hyperref.
John MacFarlane
2022-03-13
LaTeX template: move hyperref near end of preamble.
John MacFarlane
2021-10-16
Ensure that babel is loaded also with pdflatex.
John MacFarlane
2021-10-03
Update tests for babel-related changes in latex template.
John MacFarlane
2021-09-19
Use babel, not polyglossia, with xelatex.
John MacFarlane
2021-07-03
Revert "LaTeX template: move title, author, date up to top of preamble."
John MacFarlane
2021-05-16
LaTeX template: move title, author, date up to top of preamble.
John MacFarlane
2021-02-18
Revert "LaTeX template: disable `` ?` `` and `` !` `` ligatures."
John MacFarlane
2021-02-18
LaTeX template: disable `` ?` `` and `` !` `` ligatures.
John MacFarlane
2021-02-03
LaTeX template: Update to iftex package (#7073)
Andrew Dunning
2020-11-25
latex template: put back amssymb
John MacFarlane
2020-11-25
latex template: disable language-specific shorthands in babel.
John MacFarlane
2020-10-19
Update tests for latex template changes.
John MacFarlane
2020-07-15
Use selnolig to selectively suppress ligatures with lualatex.
John MacFarlane
2019-12-05
Keep the \author{} command even if author is not specified (#5961)
Yihui Xie
2019-04-11
LaTeX template: Add pdflang to hypersetup if lang is set.
John MacFarlane
2019-04-02
LaTeX template: Ensure correct heading/table order (#5421)
Andrew Dunning
2019-03-25
LaTeX template: Add pandoc to PDF metadata (#5388)
Andrew Dunning
2019-03-22
LaTeX template: Group graphics-related code (#5389)
Andrew Dunning
2019-03-13
LaTeX template: Improve readability (#5363)
Andrew Dunning
2019-03-04
LaTeX template: Robust section numbering removal (#5351)
Andrew Dunning
2019-01-22
LaTeX template: Respect `numbersections` for books (#5235)
Andrew Dunning
2019-01-12
LaTeX template: Simplify fontspec usage (#5218)
Andrew Dunning
2019-01-10
LaTeX template: Prevent scaling of main font (#5212)
Andrew Dunning
2019-01-02
LaTeX template: Require xcolor
Andrew Dunning
2019-01-01
Update LaTeX tests
Andrew Dunning
2018-12-11
template:latex: make @ letter before using it (#5145)
Enno
2018-12-11
Let KOMA document class handle parskip when applicable (#5143)
Enno
2018-03-17
Provide `bidi` package's option using `\PassOptionsToPackage` (#4357).
Václav Haisman
2017-09-08
Write euro symbol directly in LaTeX
Andrew Dunning
2017-09-07
LaTeX template: load polyglossia after header-includes.
John MacFarlane
2017-08-14
Update tests for changes to LaTeX template.
John MacFarlane
2017-05-18
Test updates for latex template changes.
John MacFarlane
2017-05-09
LaTeX: Load `parskip` before `hyperref`. (#3654)
Václav Haisman
2017-03-01
LaTeX writer: always add hypertarget when there's a non-empty identifier.
John MacFarlane
2017-02-06
Use unicode-math by default in default.latex template.
John MacFarlane
2017-02-04
Moved tests/ -> test/.
John MacFarlane