pandoc/test
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
..
command LaTeX reader: allow inline groups starting with \bgroup. 2022-03-09 17:53:00 -08:00
docx Docx zotero/mendeley/endnote: add comma before locator in suffix. 2022-02-04 23:28:46 -08:00
epub Fix parsing of epub footnotes. 2022-02-09 11:47:34 -08:00
fb2 Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
ipynb HTML writer: don't break attributes values when wrapping. 2022-01-10 10:40:49 -08:00
lua Lua: add pandoc.template module 2022-01-04 11:55:59 -08:00
media
odt Odt: Add list-header 2022-01-02 15:05:09 -08:00
pptx Change reference.pptx to use 16:9 aspect ratio. 2022-01-02 14:58:55 -08:00
rtf Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
tables HTML writer: avoid duplicate "style" attributes on table cells 2022-01-28 18:20:14 +01:00
Tests Add tests for idempotency of makeSections. 2022-03-08 09:53:57 -08:00
bodybg.gif
creole-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
creole-reader.txt
docbook-chapter.docbook docbook reader: fix nesting of chapters and sections (#5864) 2019-10-30 08:51:33 -07:00
docbook-chapter.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
docbook-reader.docbook DocBook reader: be sensitive to spacing="compact" in lists. 2022-01-03 14:19:53 -08:00
docbook-reader.native DocBook reader: improve info parsing. 2022-02-28 10:19:04 -08:00
docbook-xref.docbook
docbook-xref.native Add <titleabbr> support to DocBook reader 2021-11-08 07:30:20 -08:00
dokuwiki_external_images.dokuwiki
dokuwiki_external_images.native
dokuwiki_inline_formatting.dokuwiki
dokuwiki_inline_formatting.native
dokuwiki_multiblock_table.dokuwiki
dokuwiki_multiblock_table.native Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
endnotexml-reader.native EndNote reader: add nocite as the other bib format readers do. 2022-02-04 23:51:12 -08:00
endnotexml-reader.xml Add endnotexml reader test. 2022-02-04 10:36:58 -08:00
haddock-reader.haddock
haddock-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
html-reader.html HTML reader tests: improve test coverage of new features 2020-11-27 21:21:25 +01:00
html-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
insert
jats-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
jats-reader.xml Add new unexported module T.P.XMLParser. 2021-02-10 22:04:11 -08:00
jira-reader.jira Add jira reader (#5913) 2019-12-17 21:07:46 -08:00
jira-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
lalune.jpg
latex-reader.latex
latex-reader.native LaTeX reader: add 'uri' class when parsing \url. 2021-11-07 21:08:20 -08:00
lhs-test-markdown.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
lhs-test.fragment.html+lhs
lhs-test.html CSS in HTML template: adjust #TOC and h1 on mobile (#7835) 2022-01-16 09:22:43 -08:00
lhs-test.html+lhs CSS in HTML template: adjust #TOC and h1 on mobile (#7835) 2022-01-16 09:22:43 -08:00
lhs-test.latex LaTeX template: move hyperref near end of preamble. 2022-03-13 10:48:09 -07:00
lhs-test.latex+lhs LaTeX template: move hyperref near end of preamble. 2022-03-13 10:48:09 -07:00
lhs-test.markdown
lhs-test.markdown+lhs
lhs-test.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
lhs-test.rst
lhs-test.rst+lhs
man-reader.man
man-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
markdown-citations.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
markdown-citations.txt
markdown-reader-more.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
markdown-reader-more.txt
mediawiki-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
mediawiki-reader.wiki
movie.jpg
opml-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
opml-reader.opml
org-select-tags.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
org-select-tags.org Replace org #+KEYWORDS with #+keywords 2020-11-18 14:48:56 +01:00
pipe-tables.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
pipe-tables.txt
rst-reader.native RST reader: fix treatment of headerless simple tables. 2022-02-11 09:42:24 -08:00
rst-reader.rst Add highlight directive to the rST reader (#6140) 2020-02-13 10:27:34 -08:00
s5-basic.html Add text wrapping to HTML output. 2021-12-22 09:45:02 -08:00
s5-fancy.html Add text wrapping to HTML output. 2021-12-22 09:45:02 -08:00
s5-fragment.html Add text wrapping to HTML output. 2021-12-22 09:45:02 -08:00
s5-inserts.html Add text wrapping to HTML output. 2021-12-22 09:45:02 -08:00
s5.native
tables-rstsubset.native RST reader: fix treatment of headerless simple tables. 2022-02-11 09:42:24 -08:00
tables.asciidoc
tables.asciidoctor
tables.context
tables.custom
tables.docbook4
tables.docbook5
tables.dokuwiki
tables.fb2 Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
tables.haddock Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
tables.html4
tables.html5 Add text wrapping to HTML output. 2021-12-22 09:45:02 -08:00
tables.icml
tables.jats_archiving JATS writer: support advanced table features 2020-11-19 22:09:52 +01:00
tables.jats_articleauthoring JATS writer: support advanced table features 2020-11-19 22:09:52 +01:00
tables.jats_publishing JATS writer: support advanced table features 2020-11-19 22:09:52 +01:00
tables.jira Jira writer: fix output of table headers 2020-01-07 22:11:51 +01:00
tables.latex LaTeX table writer: Increase column width precision (#7466) 2021-08-03 15:34:39 -06:00
tables.man
tables.markdown Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
tables.markua Add a writer for Markua 0.10 (#7729) 2021-12-19 12:10:41 -08:00
tables.mediawiki
tables.ms Ms writer: handle tables with multiple paragraphs. 2021-05-20 17:12:38 -07:00
tables.muse Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
tables.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
tables.opendocument Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
tables.org Replace org #+KEYWORDS with #+keywords 2020-11-18 14:48:56 +01:00
tables.plain Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
tables.rst Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
tables.rtf
tables.tei Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
tables.texinfo
tables.textile
tables.txt
tables.xwiki
tables.zimwiki
test-pandoc.hs Add a writer for Markua 0.10 (#7729) 2021-12-19 12:10:41 -08:00
testsuite.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
testsuite.txt
textile-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
textile-reader.textile Fix typos in comments, doc strings, error messages, and tests 2020-10-14 22:26:51 +02:00
tikiwiki-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
tikiwiki-reader.tikiwiki
twiki-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
twiki-reader.twiki
txt2tags.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
txt2tags.t2t Fix/update URLs and use HTTP**S** where possible (#7122) 2021-02-26 17:56:04 -08:00
vimwiki-reader.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
vimwiki-reader.wiki Vimwiki reader: Add nested syntax highlighting (#6257) 2020-04-06 16:41:28 -07:00
writer.asciidoc Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.asciidoctor Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.context ConTeXt template: make title appear in PDF title bar. 2022-01-02 22:04:55 -08:00
writer.custom Custom writer: default to single quotes for strings 2022-01-31 11:33:31 +01:00
writer.docbook4 Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.docbook5 Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.dokuwiki DokuWiki writer: translate language names for code elements... 2020-11-04 22:38:53 -08:00
writer.fb2
writer.haddock Avoid blank lines after tight sublists in org, haddock. 2022-01-08 23:11:08 -08:00
writer.html4 CSS in HTML template: adjust #TOC and h1 on mobile (#7835) 2022-01-16 09:22:43 -08:00
writer.html5 CSS in HTML template: adjust #TOC and h1 on mobile (#7835) 2022-01-16 09:22:43 -08:00
writer.icml ICML writer: fix image bounding box for custom widths/heights 2020-12-12 14:49:11 +01:00
writer.jats_archiving Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.jats_articleauthoring Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.jats_publishing Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.jira Use jira-wiki-markup 1.3.4 2021-03-13 14:53:58 +01:00
writer.latex LaTeX template: move hyperref near end of preamble. 2022-03-13 10:48:09 -07:00
writer.man Improve on fix to #7506. 2022-01-15 12:57:26 -08:00
writer.markdown Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.markua Add a writer for Markua 0.10 (#7729) 2021-12-19 12:10:41 -08:00
writer.mediawiki MediaWiki writer: fix code for generating spans for header IDs. 2021-11-19 09:05:19 -08:00
writer.ms Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.muse Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.native Switch from pretty-simple to pretty-show for native output. 2021-09-28 21:17:53 -07:00
writer.opendocument OpenDocument writer: fix vertical align bug with display math. 2021-12-28 16:06:25 -08:00
writer.opml Markdown writer: update escaping rules for \. 2022-03-07 10:46:07 -08:00
writer.org Org writer: stop indenting property drawers, quote blocks 2022-03-11 12:12:04 +01:00
writer.plain Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.rst RST writer: support all standard metadata ("bibliographic") fields. 2022-03-01 13:20:31 -08:00
writer.rtf RTF writer: emit \outlinelevel for section headings. 2021-08-04 16:37:20 -06:00
writer.tei Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.texinfo Use pretty-simple to format native output. 2021-09-21 12:37:42 -07:00
writer.textile Changes to build with new doctemplates/doclayout. 2019-10-29 22:21:35 -07:00
writer.xwiki
writer.zimwiki ZimWiki writer: allow links and emphasis in headers 2021-05-20 12:48:05 +02:00
writers-lang-and-dir.context ConTeXt template: make title appear in PDF title bar. 2022-01-02 22:04:55 -08:00
writers-lang-and-dir.latex LaTeX template: move hyperref near end of preamble. 2022-03-13 10:48:09 -07:00
writers-lang-and-dir.native