diff options
author | Andrew Dunning <adunning@users.noreply.github.com> | 2019-03-26 00:36:14 -0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-25 22:36:14 -0600 |
commit | c21db81efd35b11f5237637a0ec29bde6f6da250 (patch) | |
tree | 9092b9de073c623f3e3ec4a207e0a76f27b15cf3 /test/lhs-test.latex+lhs | |
parent | dab896720c0fd4a94f6171d3db82bf84c8ae7309 (diff) | |
download | pandoc-c21db81efd35b11f5237637a0ec29bde6f6da250.tar.gz |
LaTeX template: Add pandoc to PDF metadata (#5388)
Credits pandoc in content creator metadata (the default is 'LaTeX with hyperref').
Diffstat (limited to 'test/lhs-test.latex+lhs')
-rw-r--r-- | test/lhs-test.latex+lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lhs-test.latex+lhs b/test/lhs-test.latex+lhs index 7f0eaf32c..3b5a7d330 100644 --- a/test/lhs-test.latex+lhs +++ b/test/lhs-test.latex+lhs @@ -37,7 +37,7 @@ \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \hypersetup{ hidelinks, -} + pdfcreator={LaTeX via pandoc}} \urlstyle{same} % disable monospaced font for URLs \usepackage{listings} \newcommand{\passthrough}[1]{#1} |