pandoc/data
John MacFarlane f3fcdd52c8 LaTeX template: move hyperref near end of preamble.
It now comes after header-includes and right before title, author, date,
abstract.

The hyperref documentation says: “Make sure it comes last of your loaded
packages”. The reason is that it redefines many LaTeX commands.

For example, loading it after titlesec (which might be loaded in
header-includes) causes links in the table of contents to point to
the wrong page (#7960).

Closes #5811.

Note:  Users who presuppose hyperref in their header-includes
will now have to add `\usepackage{hyperref}` to their header-includes
to make it available there.  (The redundant `\usepackage` will
do no harm in this case.)
2022-03-13 10:48:09 -07:00
..
docx docx writer settings.xml: 2021-05-15 11:04:53 -07:00
dzslides Updated dzslides template. 2015-07-13 22:46:49 -07:00
odt Update default ODT style 2021-02-19 10:18:49 -08:00
pptx Change reference.pptx to use 16:9 aspect ratio. 2022-01-02 14:58:55 -08:00
templates LaTeX template: move hyperref near end of preamble. 2022-03-13 10:48:09 -07:00
translations Add translations zh-Hans.yaml and zh-Hant.yaml 2020-12-02 21:00:57 -08:00
abbreviations Additional abbreviations 2018-11-20 15:42:24 -05:00
bash_completion.tpl Update bash_completion.tpl 2021-11-03 14:58:30 -07:00
creole.lua Custom reader: pass list of sources instead of concatenated text 2021-12-11 08:59:11 -08:00
default.csl Update default CSL to use latest chicago-author-date.csl. 2021-01-10 12:52:50 -08:00
docbook-entities.txt DocBook reader: handle complete set of entities... 2022-02-24 15:50:53 -08:00
epub.css epub.css: Fix cover page selectors and add note explaining their use. (#6649) 2020-08-30 15:12:12 -07:00
init.lua Lua filters: load module pandoc before calling init.lua (#5287) 2019-02-09 13:56:49 -08:00
sample.lua Custom writer: default to single quotes for strings 2022-01-31 11:33:31 +01:00