aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-14 17:28:26 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-14 17:28:26 +0000
commitab74f9742251db883890cadce1bf2b039c8321d9 (patch)
tree27ee2384f9a628875cee67213fee0c0bb927cecb /src
parent36f67df37108ad688a3c738c61f47260d926c0e6 (diff)
downloadpandoc-ab74f9742251db883890cadce1bf2b039c8321d9.tar.gz
Small comment fix in LaTeX writer.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@704 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Writers/LaTeX.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/LaTeX.hs b/src/Text/Pandoc/Writers/LaTeX.hs
index 41c98c9f0..230e75414 100644
--- a/src/Text/Pandoc/Writers/LaTeX.hs
+++ b/src/Text/Pandoc/Writers/LaTeX.hs
@@ -75,7 +75,7 @@ latexHeader options (Meta title authors date) =
header ++ secnumline ++ titletext ++ authorstext ++ datetext ++
"\\begin{document}\n" ++ maketitle
--- escape things as needed for LaTeX (also ldots, dashes, quotes, etc.)
+-- escape things as needed for LaTeX
escapeBrackets = backslashEscape "{}"
escapeSpecial = backslashEscape "$%&~_#"