diff options
| author | Amar Al-Zubaidi <[email protected]> | 2022-11-10 11:39:14 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-10 08:39:14 -0800 |
| commit | 03e478ee2cdf3a5c6dd4cbf2a6bc16ce175e1cac (patch) | |
| tree | 20da76e581291902494bbb9692620fff04c890cc /test | |
| parent | 2f780ce45ae8c9c26cbf6919c18c8e5b7030587c (diff) | |
Add LaTeX variable `urlstyle` (#8429)
This is set to `same` by default, so users should not experience any change.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lhs-test.latex | 2 | ||||
| -rw-r--r-- | test/lhs-test.latex+lhs | 2 | ||||
| -rw-r--r-- | test/writer.latex | 2 | ||||
| -rw-r--r-- | test/writers-lang-and-dir.latex | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/lhs-test.latex b/test/lhs-test.latex index d496399b4..499842ac3 100644 --- a/test/lhs-test.latex +++ b/test/lhs-test.latex @@ -83,7 +83,7 @@ \fi \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available -\urlstyle{same} % disable monospaced font for URLs +\urlstyle{same} \hypersetup{ hidelinks, pdfcreator={LaTeX via pandoc}} diff --git a/test/lhs-test.latex+lhs b/test/lhs-test.latex+lhs index e12f253f3..51c70fe1e 100644 --- a/test/lhs-test.latex+lhs +++ b/test/lhs-test.latex+lhs @@ -50,7 +50,7 @@ \fi \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available -\urlstyle{same} % disable monospaced font for URLs +\urlstyle{same} \hypersetup{ hidelinks, pdfcreator={LaTeX via pandoc}} diff --git a/test/writer.latex b/test/writer.latex index 3d0cf9851..b286d3da9 100644 --- a/test/writer.latex +++ b/test/writer.latex @@ -60,7 +60,7 @@ \fi \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available -\urlstyle{same} % disable monospaced font for URLs +\urlstyle{same} \VerbatimFootnotes % allow verbatim text in footnotes \hypersetup{ pdftitle={Pandoc Test Suite}, diff --git a/test/writers-lang-and-dir.latex b/test/writers-lang-and-dir.latex index 0966a8312..fe474f165 100644 --- a/test/writers-lang-and-dir.latex +++ b/test/writers-lang-and-dir.latex @@ -66,7 +66,7 @@ \fi \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available -\urlstyle{same} % disable monospaced font for URLs +\urlstyle{same} \hypersetup{ pdflang={en}, hidelinks, |
