aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2012-02-11 16:21:37 -0800
committerJohn MacFarlane <[email protected]>2012-02-11 16:21:37 -0800
commit9ef7ecd47c317afff8d36f7b7e0fdb0e3baaa426 (patch)
tree4647ef89f67c5b99eb8d3a35b501b1e8679711e4
parentd9012a305b9e2a8ec45003baffe09ceea4e127c8 (diff)
Print texmath version in --version output.1.9.1.1
-rw-r--r--src/pandoc.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 2c9f2ffb8..3853d360a 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -67,8 +67,8 @@ copyrightMessage = "\nCopyright (C) 2006-2012 John MacFarlane\n" ++
compileInfo :: String
compileInfo =
- "\nCompiled with citeproc-hs " ++ VERSION_citeproc_hs ++ " and " ++
- "highlighting-kate " ++ VERSION_highlighting_kate ++
+ "\nCompiled with citeproc-hs " ++ VERSION_citeproc_hs ++ ", texmath " ++
+ VERSION_texmath ++ ", highlighting-kate " ++ VERSION_highlighting_kate ++
".\nSyntax highlighting is supported for the following languages:\n " ++
wrapWords 4 78 languages