From: Paul Eggert Date: Tue, 19 Apr 2022 20:38:17 +0000 (-0700) Subject: doc: fix ' and ` in PDF output of code X-Git-Tag: v9.2~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913f14bbd0152246a22f60a07025bdcc9d574903;p=thirdparty%2Fcoreutils.git doc: fix ' and ` in PDF output of code * 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. --- 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