LaTeX writer: Escape curly quotes.
This commit is contained in:
parent
1ffbb59823
commit
970f63c18a
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@ stringToLaTeX = escapeStringUsing latexEscapes
|
|||
, ('[', "{[}") -- to avoid interpretation as
|
||||
, (']', "{]}") -- optional arguments
|
||||
, ('\160', "~")
|
||||
, ('\x2018', "`")
|
||||
, ('\x2019', "'")
|
||||
, ('\x201C', "``")
|
||||
, ('\x201D', "''")
|
||||
]
|
||||
|
||||
-- | Puts contents into LaTeX command.
|
||||
|
|
Loading…
Reference in a new issue