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: Kerning
Date: Wed, 12 Nov 2008 16:54:49 +0100	[thread overview]
Message-ID: <5512CC7E-8B7C-4C11-881B-CC184866FD87@gmail.com> (raw)
In-Reply-To: <200811120848.15165.bntgcontext@wiseguysweb.com>


Am 12.11.2008 um 16:48 schrieb Bart C. Wise:

> I am trying to change the spacing of a chapter title head.  I found  
> the
> "\kern" command; however, I could not get that to work over a string  
> of text.
>
> Then I found the following code:
> \def\dolist{\afterassignment\dodolist\let\next= }
> \def\dodolist{\ifx\next\endlist \let\next\relax
>   \else \\\let\next\dolist \fi
>   \next}
> \def\endlist{\endlist}
> \def\track#1\by#2{\def\\{\next\kern#2}%
>   \leavevmode \hbox{\expandafter\dolist#1\endlist}}
>
> Then I tried:
>
> def\MyChapterCommand#1#2{
>        \framed[align=center,frame=off,width=\textwidth]{
> 		\vbox{
> 			\track{This is a Test} \by{.2em}
> 			\track #2  \by{.2em}
> 		}
> 	}
> \setuphead[chapter][
>    command=\MyChapterCommand
> }
>
> The output from the \track{This is a Test} \by{.2em} works.   
> However, the
> second track command (\track #2 \by{0.2em}) fails.
>
> I spent many hours last night trying to change the kerning.  What I  
> want is
> something like: \kern{TEXT}{KERNING AMOUNT}.
>
> What's available, or how do I fix the track command above.  By the  
> way,I'm
> running mkii.


Search for \stretched and \stretchednormalcase.

http://archive.contextgarden.net/message/20080815.074940.ae67f770.en.html

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:[~2008-11-12 15:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-12 15:48 Kerning Bart C. Wise
2008-11-12 15:54 ` Wolfgang Schuster [this message]
2008-11-12 16:28   ` Kerning Bart C. Wise
2008-11-12 17:03     ` Kerning Bart C. Wise
2008-11-12 17:17       ` Kerning Wolfgang Schuster
2008-11-13  6:18         ` Kerning Bart C. Wise
2008-11-13  7:46           ` Kerning Hans Hagen
2008-11-13 16:20             ` Kerning Bart C. Wise
2008-11-14 15:00               ` Kerning Hans Hagen
2008-11-13  8:36           ` Kerning Wolfgang Schuster
2008-11-13 15:26             ` Kerning Bart C. Wise
     [not found] <429D6DD1.2040005@wxs.nl>
     [not found] ` <429D734F.7040203@elvenkind.com>
     [not found]   ` <429D7FB5.90406@wxs.nl>
2005-06-02 15:31     ` [NTG-pdftex] kerning Taco Hoekwater
2005-06-28 12:10       ` kerning Patrick Gundlach

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=5512CC7E-8B7C-4C11-881B-CC184866FD87@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).