[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rendering of singlequote
From: |
Gavin Smith |
Subject: |
Re: rendering of singlequote |
Date: |
Wed, 31 Jan 2024 16:35:58 +0000 |
On Tue, Jan 30, 2024 at 10:34:43PM -0500, Richard Stallman wrote:
> [[[ To any NSA and FBI agents reading my email: please consider ]]]
> [[[ whether defending the US Constitution against all enemies, ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
> When I format the GNU C Intro and Reference, singlequote inside @code
> comes out as a comma-like singlequote, rather that the upright singlequote
> I would expect. This is made with Texinfo 2018-01-09, which is installed
> in Trisquel 11.
Indeed, we did change the default for this. In Texinfo 7.1 (18 October 2023)
we changed the glyphs for ` and ' inside @code:
. in @code, ` and ' output by default with backtick and undirected
single quote glyphs in the typewriter font. you can still configure
this using the @codequoteundirected/@codequotebacktick commands.
- as this is the output people are more likely to expect.
If you are using an older version of Texinfo you can get this output by
putting lines in the file:
@codequoteundirected on
@codequotebacktick on
See "Inserting Quote Characters" in the Texinfo manual.