1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-07 09:11:11 +02:00

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.
This commit is contained in:
Paul Eggert
2022-04-19 13:38:17 -07:00
parent f0de24e53f
commit 913f14bbd0
+2
View 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