ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Tracking?
Date: Sun, 08 Feb 2009 17:52:06 +0100	[thread overview]
Message-ID: <498F0DB6.5070507@gmail.com> (raw)
In-Reply-To: <498F051F.1080703@gmail.com>

Wolfgang Schuster schrieb:
> Yue Wang schrieb:
> 
>> You said that I can use something like \stretched{LETTER}.
>> How can I automatically adjust the spacing? (like add 0.25em space
>> between each characters).
> 
> The correct command \strechednormalcase, not \stretched.
> 
> You can set the kerning between chars with \stretchedspaceamount
> and the space between words with \stretchedspacefactor.
> 
> \def\stretchedspacefactor{4}     % default value
> \def\stretchedspaceamount{.25em} % default value
> 
> \starttext
> 
> This is a normal kerned sentence.
> 
> \stretchednormalcase{This is a special kerned sentence.}
> 
> \stoptext

Another solution for pdfTeX is to use \knbccode and \knaccode.

\starttext

\input knuth

\pdfappendkern=1

\knbccode\font`a=125 \knaccode\font`a=125
\knbccode\font`b=125 \knaccode\font`b=125
\knbccode\font`c=125 \knaccode\font`c=125
\knbccode\font`d=125 \knaccode\font`d=125
\knbccode\font`e=125 \knaccode\font`e=125
\knbccode\font`f=125 \knaccode\font`f=125
\knbccode\font`g=125 \knaccode\font`g=125
\knbccode\font`h=125 \knaccode\font`h=125
\knbccode\font`i=125 \knaccode\font`i=125
\knbccode\font`j=125 \knaccode\font`j=125
\knbccode\font`k=125 \knaccode\font`k=125
\knbccode\font`l=125 \knaccode\font`l=125
\knbccode\font`m=125 \knaccode\font`m=125
\knbccode\font`n=125 \knaccode\font`n=125
\knbccode\font`o=125 \knaccode\font`o=125
\knbccode\font`p=125 \knaccode\font`p=125
\knbccode\font`q=125 \knaccode\font`q=125
\knbccode\font`r=125 \knaccode\font`r=125
\knbccode\font`s=125 \knaccode\font`s=125
\knbccode\font`t=125 \knaccode\font`t=125
\knbccode\font`u=125 \knaccode\font`u=125
\knbccode\font`v=125 \knaccode\font`v=125
\knbccode\font`w=125 \knaccode\font`w=125
\knbccode\font`x=125 \knaccode\font`x=125
\knbccode\font`y=125 \knaccode\font`y=125
\knbccode\font`z=125 \knaccode\font`z=125

\input knuth

\stoptext

Wolfgang

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2009-02-08 16:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-06 14:21 Tracking? Yue Wang
2009-02-06 18:28 ` Tracking? Hans Hagen
2009-02-06 18:35   ` Tracking? Wolfgang Schuster
2009-02-07  2:29     ` Tracking? Yue Wang
2009-02-07  8:31       ` Tracking? Wolfgang Schuster
2009-02-07 13:15       ` Tracking? Hans Hagen
2009-02-07 14:01         ` Tracking? Yue Wang
2009-02-07 17:11           ` Tracking? Hans Hagen
2009-02-07 19:07             ` Tracking? Wolfgang Schuster
2009-02-08  3:48               ` Tracking? Yue Wang
2009-02-08  9:45                 ` Tracking? Wolfgang Schuster
2009-02-08 15:49                   ` Tracking? Yue Wang
2009-02-08 16:15                     ` Tracking? Wolfgang Schuster
2009-02-08 16:52                       ` Wolfgang Schuster [this message]
2009-02-08 17:24                         ` Tracking? Wolfgang Schuster
2009-02-09  2:42                           ` Tracking? Yue Wang
2009-02-08 11:05                 ` Tracking? Hans Hagen
2009-02-08  3:47             ` Tracking? Yue Wang

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=498F0DB6.5070507@gmail.com \
    --to=schuster.wolfgang@googlemail.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).