ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: ntg-context@ntg.nl
Subject: Re: Character and word spacing
Date: Fri, 30 May 2014 01:29:29 +0200	[thread overview]
Message-ID: <5387C2D9.6020007@wxs.nl> (raw)
In-Reply-To: <53877934.5020302@rik.users.panix.com>

On 5/29/2014 8:15 PM, Rik Kabel wrote:
> I am setting some text from Geoffrey Dowding's /Finer Points in the
> Spacing and Arrangement of Type/. I am trying to set it using his
> recommendations. For those not familiar with his book, the key point is
> that he promotes extremely tight spacing to achieve a uniform density
> across the page in the belief that this leads to a pleasing presentation
> and improved readability.
>
> Among his recommendations is that an opening single quote together with
> the space preceding it should take up no more space than a normal word
> space, and similarly following a closing single quote; that the space
> after some punctuation be minimized (some of his commas appear to have
> perhaps just a hairspace, following them); that the space between
> punctuation and letters be adjusted according to the shape of the
> letter; and that 'and' be replaced by '&' as necessary to improve word
> spacing. While this last is probably beyond the scope of ConTeXt, I am
> hoping that the first few might be managed through
> \definecharacterspacing, \setupcharacterspacing, and \setcharacterspacing.
>
> Alas, I have found no documentation on this set of commands, and what I
> see in the source is opaque.
>
> If you have pointers to the details of these commands, or other
> suggestions for such typographic exercises, please let me know.

you can mess with sfcodes:

\starttext

\input tufte

\sfcode`\.100 \sfcode`\,100
\sfcode`\?100 \sfcode`\!100
\sfcode`\:100 \sfcode`\;100

\input tufte

\dostepwiserecurse{`a}{`z}{1}{\sfcode#1=100\relax}

\input tufte

\dostepwiserecurse{"0}{"FFFF}{1}{\sfcode#1=100\relax}

\input tufte

\stoptext

I'm pretty sure I would not read books typeset that way.

replacing and by & can be done too but that would look even worse (for 
consistency one should then replace 'or' by | and even more can be saved 
by going sms: "wandering" becomes "w&ndering", and "according" becomes 
"acc|rding" plus the usual messing with digits

probably, omitting all vowels would work out too for reader who like 
that compact typesetting

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2014-05-29 23:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-29 18:15 Rik Kabel
2014-05-29 23:29 ` Hans Hagen [this message]
2014-05-31 14:14   ` Rik Kabel
2014-05-31 23:17     ` Hans Hagen

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=5387C2D9.6020007@wxs.nl \
    --to=pragma@wxs.nl \
    --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).