]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix ' and ` in PDF output of code
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2022 20:38:17 +0000 (13:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2022 20:40:38 +0000 (13:40 -0700)
* 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

index c02ff4ed93919945b6f24b0116150f4e962f861f..b1ec7c61c15d38036b2408e0be5361df55f2d308 100644 (file)
@@ -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