LaTeX writer: use \textquotesingle
for straight quotes in text.
This commit is contained in:
parent
3202a288ac
commit
473a9b15be
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ stringToLaTeX context zs = do
|
|||
'>' -> emitcseq "\\textgreater"
|
||||
'[' -> emits "{[}" -- to avoid interpretation as
|
||||
']' -> emits "{]}" -- optional arguments
|
||||
'\'' | ctx == CodeString -> emitcseq "\\textquotesingle"
|
||||
'\'' -> emitcseq "\\textquotesingle"
|
||||
'\160' -> emits "~"
|
||||
'\x200B' -> emits "\\hspace{0pt}" -- zero-width space
|
||||
'\x202F' -> emits "\\,"
|
||||
|
|
Loading…
Reference in a new issue