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:
parent
36f67df371
commit
ab74f97422
1 changed files with 1 additions and 1 deletions
|
@ -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 "$%&~_#"
|
||||
|
|
Loading…
Add table
Reference in a new issue