From 473a9b15be95ddf5ae00e1bcf13f7b74d1844331 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 16 Aug 2022 09:52:16 -0700 Subject: [PATCH] LaTeX writer: use `\textquotesingle` for straight quotes in text. --- src/Text/Pandoc/Writers/LaTeX/Util.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/Pandoc/Writers/LaTeX/Util.hs b/src/Text/Pandoc/Writers/LaTeX/Util.hs index 350a6fa34..a0d207a70 100644 --- a/src/Text/Pandoc/Writers/LaTeX/Util.hs +++ b/src/Text/Pandoc/Writers/LaTeX/Util.hs @@ -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 "\\,"