diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-15 09:30:01 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-15 10:01:50 -0800 |
commit | 544f3e5b45c7452c7bb90a630ec0904c4808113e (patch) | |
tree | 37e5003f274bcf90d239aea8593c54436e8e0b82 /tests/lhs-test.latex+lhs | |
parent | d009646de7b5795cd5985ba0a5fe70e5b2c57df6 (diff) | |
parent | 08d80809c20408701b2ccf57d561196e9743269e (diff) | |
download | pandoc-544f3e5b45c7452c7bb90a630ec0904c4808113e.tar.gz |
Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx-use-texorpdfstring
Conflicts:
src/Text/Pandoc/Writers/LaTeX.hs
tests/Tests/Writers/LaTeX.hs
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r-- | tests/lhs-test.latex+lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 77f0e08ff..8e1ac55b5 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -51,7 +51,7 @@ \begin{document} -\section{lhs test}\label{lhs-test} +\section{\texorpdfstring{lhs test}{lhs test}}\label{lhs-test} \texttt{unsplit} is an arrow that takes a pair of values and combines them to return a single value: |