From 9ef7ecd47c317afff8d36f7b7e0fdb0e3baaa426 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 11 Feb 2012 16:21:37 -0800 Subject: Print texmath version in --version output. --- src/pandoc.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pandoc.hs') 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 -- cgit v1.2.3