From 913f14bbd0152246a22f60a07025bdcc9d574903 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Apr 2022 13:38:17 -0700 Subject: [PATCH] doc: fix ' and ` in PDF output of code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * doc/coreutils.texi: Set txicodequoteundirected and txicodequotebacktick so that ' and ` in code examples appear as-is, rather than being transliterated to ’ and ‘. E.g., prefer “... this is equivalent to ‘tr '\303\266' '\305\201'’ and ...” to “... this is equivalent to ‘tr ’\303\266’ ’\305\201’’ and ...” in PDF output. --- doc/coreutils.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index c02ff4ed93..b1ec7c61c1 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4,6 +4,8 @@ @include version.texi @settitle GNU Coreutils @value{VERSION} @documentencoding UTF-8 +@set txicodequoteundirected +@set txicodequotebacktick @allowcodebreaks false @c %**end of header -- 2.47.2