Small comment fix in LaTeX writer.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@704 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-07-14 17:28:26 +00:00
parent 36f67df371
commit ab74f97422

View file

@ -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 "$%&~_#"