From: Keith McKay <mckaymeister@gmail.com>
To: ntg-context@ntg.nl
Subject: [NTG-context] Re: \inch not doing the expected thing (what I expect, anyway).
Date: Thu, 14 Nov 2024 19:35:48 +0000 [thread overview]
Message-ID: <95b1730a-8734-4ae1-9992-eee27f447eb9@gmail.com> (raw)
In-Reply-To: <1319ccfc-2fdb-48f1-829c-8e7b567ee10f@freedom.nl>
In last night's ConTeXt meeting there was a discussion on the use of
vertical or slanted double primes for inches. The general consensus was
that slanted should be used.
I had a look in my copy of The Elements of Typographic Style version
3.0 by Richard Bringhurst and he says (page 307]:
"Double Prime. An abbreviation for inches (1" =2.54 cm) and for seconds
of arc (360" = 1 degree). Not to be confused with quotation marks, the
double acute, nor with dumb quotes. Prime and double prime are rarely
found on text fonts. See also prime. [U+2033]"
Similarly for prime he says (page 316):
"Prime. An abbreviation for feet (1' = 12") and for minutes of arc (60'
= 1 degree). Singe and double primes should not be confused with
apostrophes, dumb quotes or genuine quotation marks, though in some
faces (frakturs especially) these glyphs may all have a similar shape
and a pleasant slope. See also apostrophes, double prime, dumb quotes
and quotation marks. [U+2032]"
Hope this clarifies things.
Best Wishes
Keith McKay
On 13/11/2024 14:09, Hans Hagen via ntg-context wrote:
> On 11/13/2024 11:03 AM, Marco Patzer wrote:
>> On Mon, 11 Nov 2024 21:30:15 +0100
>> Wolfgang Schuster <wolfgang.schuster.lists@gmail.com> wrote:
>>
>>> \unit{2 arcsecond}
>>
>> Arcseconds might print the correct glyph, but would be semantically
>> wrong. I believe the correct approach would be:
>>
>> \unit{2 inch}
>>
>> The question then remains how to configure \unit{2 inch} to produce
>> (depending on the requirements):
>>
>> 2 in or
>> 2"
>
> After 25 hours of discussion and 18 attempts the math team (whoever
> that is) has decided that this is good enough:
>
> \permanent\protected\def\fakeminute
> {\dontleavehmode
> \begingroup
> \doifelseitalic
> {\scratchwidth\fontcharwd\font\singlequoteasciicode
> \hpack \s!to 1.2\scratchwidth \bgroup
> \glyphslant\plustwohundred
> \glyph \s!xoffset -0.6\scratchwidth\singlequoteasciicode
> \egroup}%
> {\scratchwidth\fontcharwd\font\singlequoteasciicode
> \hpack \s!to 1.1\scratchwidth \bgroup
> \glyphslant\plusfivehundred
> \glyph \s!xoffset -\scratchwidth\singlequoteasciicode
> \egroup}%
> \endgroup}
>
> \permanent\protected\def\fakesecond
> {\dontleavehmode
> \begingroup
> \doifelseitalic
> {\scratchwidth\fontcharwd\font\singlequoteasciicode
> \hpack \s!to 1.7\scratchwidth \bgroup
> \glyphslant\plustwohundred
> \glyph \s!xoffset -0.6\scratchwidth\singlequoteasciicode
> \glyph \s!xoffset -1.1\scratchwidth\singlequoteasciicode
> \egroup}%
> {\scratchwidth\fontcharwd\font\singlequoteasciicode
> \hpack \s!to 1.6\scratchwidth \bgroup
> \glyphslant\plusfivehundred
> \glyph \s!xoffset -\scratchwidth\singlequoteasciicode
> \glyph \s!xoffset -1.5\scratchwidth\singlequoteasciicode
> \egroup}%
> \endgroup}
>
>
> \permanent\protected\def\minute{\iffontchar\font\textminute\textminute\else\fakeminute\fi}
>
> \permanent\protected\def\second{\iffontchar\font\textsecond\textsecond\else\fakesecond\fi}
>
>
> \aliased\let\inch\second
>
>
> -----------------------------------------------------------------
> Hans Hagen | PRAGMA ADE
> Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
>
> If your question is of interest to others as well, please add an entry
> to the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage : https://www.pragma-ade.nl / https://context.aanhet.net
> (mirror)
> archive : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
> ___________________________________________________________________________________
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
next prev parent reply other threads:[~2024-11-14 19:37 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-11 18:34 [NTG-context] " Jim
2024-11-11 20:30 ` [NTG-context] " Wolfgang Schuster
2024-11-11 21:49 ` Jim
2024-11-11 22:36 ` Wolfgang Schuster
2024-11-11 22:50 ` Jim
2024-11-12 6:52 ` Mikael Sundqvist
2024-11-12 14:18 ` Jim
2024-11-13 8:27 ` Hans Hagen
2024-11-13 10:03 ` Marco Patzer
2024-11-13 14:09 ` Hans Hagen via ntg-context
2024-11-14 19:35 ` Keith McKay [this message]
2024-11-15 18:23 ` Jim
2024-11-15 23:50 ` Bruce Horrocks
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=95b1730a-8734-4ae1-9992-eee27f447eb9@gmail.com \
--to=mckaymeister@gmail.com \
--cc=ntg-context@ntg.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).