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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user