diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2013-01-21 11:52:00 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2013-01-21 11:52:00 -0800 |
| commit | f468db92778cd693e9d4964f0d8a725f2e04f2fb (patch) | |
| tree | 54ee02c424b1cc2171c0cf012d4e1a94b28d1f8d /tests | |
| parent | 26d30d6d38dca9e6c7fd5db812e5646e367ff5aa (diff) | |
| download | pandoc-f468db92778cd693e9d4964f0d8a725f2e04f2fb.tar.gz | |
LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lhs-test.latex | 1 | ||||
| -rw-r--r-- | tests/lhs-test.latex+lhs | 1 | ||||
| -rw-r--r-- | tests/writer.latex | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index b0d585261..4a37a2a67 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -53,6 +53,7 @@ urlcolor=blue, linkcolor=magenta, pdfborder={0 0 0}} +\urlstyle{same} % don't use monospace font for urls \setlength{\parindent}{0pt} \setlength{\parskip}{6pt plus 2pt minus 1pt} \setlength{\emergencystretch}{3em} % prevent overfull lines diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 0e0744b3c..df1801bf3 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -35,6 +35,7 @@ urlcolor=blue, linkcolor=magenta, pdfborder={0 0 0}} +\urlstyle{same} % don't use monospace font for urls \setlength{\parindent}{0pt} \setlength{\parskip}{6pt plus 2pt minus 1pt} \setlength{\emergencystretch}{3em} % prevent overfull lines diff --git a/tests/writer.latex b/tests/writer.latex index b3faaaa98..c620f028c 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -44,6 +44,7 @@ urlcolor=blue, linkcolor=magenta, pdfborder={0 0 0}} +\urlstyle{same} % don't use monospace font for urls \usepackage[normalem]{ulem} % avoid problems with \sout in headers with hyperref: \pdfstringdefDisableCommands{\renewcommand{\sout}{}} |
