pandoc/test
John MacFarlane e26d31d56b latex template: disable language-specific shorthands in babel.
Babel defines "shorthands" for some languages, and these can
produce unexpected results. For example, in Spanish, `1.22`
gets rendered as `122`, and `et~al.` as `etal`.

One would think that babel's `shorthands=off` option (which
we were using) would disable these, but it doesn't.  So we
remove `shorthands=off` and add some code that redefines
the shorthands macro.  Eventually this will be fixed in babel,
I hope, and we can revert to something simpler.

Closes #6817, closes #6887.
2020-11-25 08:25:30 -08:00
..
command HTML reader: support row or column-spanning table cells 2020-11-24 14:17:35 +01:00
docx DOCX reader: Allow empty dates in comments and tracked changes (#6726) 2020-10-06 21:03:00 -07:00
epub Fix typos in comments, doc strings, error messages, and tests 2020-10-14 22:26:51 +02:00
fb2 FB2 writer: do not wrap note references into <sup> and brackets 2019-05-15 13:31:07 +03:00
ipynb Revert "Ipnyb: allow lossless round-tripping of markdown cell content." 2020-07-02 09:03:56 -07:00
lua Lua filters: add SimpleTable for backwards compatibility (#6575) 2020-09-20 15:48:31 -07:00
media
odt Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
pptx Handle native Underline in Powerpoint writer. 2020-06-22 17:56:28 -07:00
tables test/tables/*.native: normalized (#6888) 2020-11-24 22:33:36 -08:00
Tests HTML reader tests: disable round-trip testing for tables 2020-11-24 15:46:11 +01:00
bodybg.gif
creole-reader.native Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04: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 docbook reader: fix nesting of chapters and sections (#5864) 2019-10-30 08:51:33 -07:00
docbook-reader.docbook Docbook reader: implement <procedure> (#6442) 2020-06-14 10:45:52 -07:00
docbook-reader.native Docbook reader: implement <procedure> (#6442) 2020-06-14 10:45:52 -07:00
docbook-xref.docbook
docbook-xref.native
dokuwiki_external_images.dokuwiki Dokuwiki writer: remove automatic ':' prefix before internal image links (#5183) 2019-01-01 14:07:26 -08:00
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
grofftest.sh
haddock-reader.haddock
haddock-reader.native
html-reader.html HTML reader/writer: Better handling of <q> with cite attribute (#5837) 2019-10-24 22:27:49 -07:00
html-reader.native Support new Underline element in readers and writers (#6277) 2020-04-28 07:53:06 -07:00
insert
jats-reader.native Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
jats-reader.xml Update JATS dtd (#6020) 2019-12-30 22:18:55 -08:00
jira-reader.jira Add jira reader (#5913) 2019-12-17 21:07:46 -08:00
jira-reader.native Jira reader: improve icon conversion 2020-04-09 16:21:45 +02:00
lalune.jpg
latex-reader.latex LaTeX reader test: Allow compilation of file (#5364) 2019-03-13 18:21:00 -06:00
latex-reader.native Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
lhs-test-markdown.native Removed superfluous sourceCode class on code blocks. 2019-01-08 11:36:33 -08:00
lhs-test.fragment.html+lhs
lhs-test.html Default CSS tweaks. 2020-11-02 10:51:18 -08:00
lhs-test.html+lhs Default CSS tweaks. 2020-11-02 10:51:18 -08:00
lhs-test.latex Update tests for latex template changes. 2020-10-19 16:32:39 -07:00
lhs-test.latex+lhs Update tests for latex template changes. 2020-10-19 16:32:39 -07:00
lhs-test.markdown Removed superfluous sourceCode class on code blocks. 2019-01-08 11:36:33 -08:00
lhs-test.markdown+lhs
lhs-test.native Removed superfluous sourceCode class on code blocks. 2019-01-08 11:36:33 -08:00
lhs-test.rst
lhs-test.rst+lhs
man-reader.man
man-reader.native Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
markdown-citations.native Markdown reader: Set citationNoteNum accurately in citations. 2020-09-21 10:10:37 -07:00
markdown-citations.txt
markdown-reader-more.native Markdown reader: don't increment stateNoteNumber for example refs. 2020-11-14 15:00:17 -08:00
markdown-reader-more.txt
mediawiki-reader.native Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
mediawiki-reader.wiki
movie.jpg
opml-reader.native
opml-reader.opml
org-select-tags.native Org reader: add support for #+SELECT_TAGS. 2019-01-30 18:27:38 +01:00
org-select-tags.org Replace org #+KEYWORDS with #+keywords 2020-11-18 14:48:56 +01:00
pipe-tables.native Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
pipe-tables.txt
rst-reader.native Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
rst-reader.rst Add highlight directive to the rST reader (#6140) 2020-02-13 10:27:34 -08:00
s5-basic.html Use CSS in favor of <br> for display math (#6372) 2020-05-18 22:45:44 -07:00
s5-fancy.html Update s5-fancy.html test with new mathjax URL. 2020-10-10 11:15:35 -07:00
s5-fragment.html
s5-inserts.html Use CSS in favor of <br> for display math (#6372) 2020-05-18 22:45:44 -07:00
s5.native
tables-rstsubset.native Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
tables.asciidoc Asciidoc writer: shorter delimiters for tables, blockquotes. 2019-01-07 22:10:34 -08:00
tables.asciidoctor Adds Asciidoctor sprcific writer and tests 2019-02-09 08:21:53 -08:00
tables.context
tables.custom Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
tables.docbook4
tables.docbook5
tables.dokuwiki Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
tables.fb2 Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
tables.haddock Haddock Writer: Support Haddock tables 2020-04-20 13:57:36 +08:00
tables.html4
tables.html5
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 writer: Improve table spacing. 2020-11-22 10:54:42 -08:00
tables.man
tables.markdown
tables.mediawiki Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
tables.ms
tables.muse
tables.native Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
tables.opendocument Place caption before table in OpenDocument format. (#5869) 2019-11-03 07:17:05 -08:00
tables.org Replace org #+KEYWORDS with #+keywords 2020-11-18 14:48:56 +01:00
tables.plain
tables.rst
tables.rtf Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
tables.tei Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
tables.texinfo
tables.textile Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
tables.txt Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
tables.xwiki Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
tables.zimwiki Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
test-pandoc.hs [API change] Rename Writers.Tables and its contents (#6679) 2020-09-12 08:50:36 -07:00
testsuite.native Shared.compactify: Avoid mixed lists. 2019-02-25 17:33:54 -08:00
testsuite.txt
textile-reader.native Fix typos in comments, doc strings, error messages, and tests 2020-10-14 22:26:51 +02: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 Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
tikiwiki-reader.tikiwiki
twiki-reader.native Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
twiki-reader.twiki
txt2tags.native Support new Underline element in readers and writers (#6277) 2020-04-28 07:53:06 -07:00
txt2tags.t2t
vimwiki-reader.native Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors 2020-04-15 23:03:22 -04:00
vimwiki-reader.wiki Vimwiki reader: Add nested syntax highlighting (#6257) 2020-04-06 16:41:28 -07:00
writer.asciidoc Asciidoctor images (#6671) 2020-09-19 18:22:52 -07:00
writer.asciidoctor Asciidoctor images (#6671) 2020-09-19 18:22:52 -07:00
writer.context ConTeXt template: adds \setupinterlinespace to fonts larger than normal (#6763) 2020-10-22 17:24:27 -07:00
writer.custom Fix custom writer test. 2020-10-08 12:32:42 -07:00
writer.docbook4 Add test fixes for docbook writer changes. 2020-04-01 23:09:14 -07:00
writer.docbook5 Add test fixes for docbook writer changes. 2020-04-01 23:09:14 -07:00
writer.dokuwiki DokuWiki writer: translate language names for code elements... 2020-11-04 22:38:53 -08:00
writer.fb2 FB2 writer: do not wrap note references into <sup> and brackets 2019-05-15 13:31:07 +03:00
writer.haddock Shared.compactify: Avoid mixed lists. 2019-02-25 17:33:54 -08:00
writer.html4 Default CSS tweaks. 2020-11-02 10:51:18 -08:00
writer.html5 Default CSS tweaks. 2020-11-02 10:51:18 -08:00
writer.icml Changed default link state to invisible (#6676) 2020-09-10 22:58:53 -07:00
writer.jats_archiving JATS templates: ensure jats_publishing output is valid 2020-10-31 15:20:30 +01:00
writer.jats_articleauthoring Introduce new format variants for JATS (#6067) 2020-02-12 20:36:02 -08:00
writer.jats_publishing JATS templates: ensure jats_publishing output is valid 2020-10-31 15:20:30 +01:00
writer.jira Jira writer: keep image caption as alt attribute 2020-07-17 16:02:40 +02:00
writer.latex Update tests for latex template changes. 2020-10-19 16:32:39 -07:00
writer.man Man writer: suppress non-absolute link URLs. 2019-09-23 17:46:39 -07:00
writer.markdown Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
writer.mediawiki Shared.compactify: Avoid mixed lists. 2019-02-25 17:33:54 -08:00
writer.ms Ms writer: fix definition lists so indent even when... 2020-03-07 21:54:29 -08:00
writer.muse Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
writer.native Shared.compactify: Avoid mixed lists. 2019-02-25 17:33:54 -08:00
writer.opendocument Use latest doclayout. 2019-10-30 21:26:21 -07:00
writer.opml Shared.compactify: Avoid mixed lists. 2019-02-25 17:33:54 -08:00
writer.org Replace org #+KEYWORDS with #+keywords 2020-11-18 14:48:56 +01:00
writer.plain Make plain output plainer. 2019-09-22 11:33:09 -07:00
writer.rst Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
writer.rtf Shared.compactify: Avoid mixed lists. 2019-02-25 17:33:54 -08:00
writer.tei
writer.texinfo Shared.compactify: Avoid mixed lists. 2019-02-25 17:33:54 -08:00
writer.textile Changes to build with new doctemplates/doclayout. 2019-10-29 22:21:35 -07:00
writer.xwiki Add XWiki Support (#4167) 2019-04-02 17:27:02 -06:00
writer.zimwiki Zimwiki writer: remove automatic colon prefix before internal images (#5183) 2019-01-01 14:08:38 -08:00
writers-lang-and-dir.context ConTeXt template: adds \setupinterlinespace to fonts larger than normal (#6763) 2020-10-22 17:24:27 -07:00
writers-lang-and-dir.latex latex template: disable language-specific shorthands in babel. 2020-11-25 08:25:30 -08:00
writers-lang-and-dir.native