diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-05-07 20:22:09 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-05-07 20:22:09 -0700 |
commit | fa978e13658f76be109243224f7491550db74240 (patch) | |
tree | 495a3f1570f8812cb4e52f52cd09c032a495681d | |
parent | 816a5540f4752a619d2bf939329d52bc184fc942 (diff) | |
download | pandoc-fa978e13658f76be109243224f7491550db74240.tar.gz |
Use latest highlighting-kate and texmath.
Closes #849.
-rw-r--r-- | pandoc.cabal | 4 | ||||
-rw-r--r-- | tests/lhs-test.latex | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 5f290a9fd..ea9e850b0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -241,7 +241,7 @@ Library old-locale >= 1 && < 1.1, time >= 1.2 && < 1.5, HTTP >= 4000.0.5 && < 4000.3, - texmath >= 0.6.1.3 && < 0.7, + texmath >= 0.6.1.5 && < 0.7, xml >= 1.3.12 && < 1.4, random >= 1 && < 1.1, extensible-exceptions >= 0.1 && < 0.2, @@ -251,7 +251,7 @@ Library tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.6, - highlighting-kate >= 0.5.3.7 && < 0.6, + highlighting-kate >= 0.5.3.9 && < 0.6, data-default >= 0.4 && < 0.6, temporary >= 1.1 && < 1.2, blaze-html >= 0.5 && < 0.7, diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index 16e9a7937..2a5025af6 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -22,6 +22,7 @@ \IfFileExists{microtype.sty}{\usepackage{microtype}}{} \usepackage{color} \usepackage{fancyvrb} +\newcommand{\VerbBar}{|} \DefineShortVerb[commandchars=\\\{\}]{\|} \DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\{\}} % Add ',fontsize=\small' for more characters per line |