Re: [NTG-context] Tracking?

2009-02-08 Thread Wolfgang Schuster
Yue Wang schrieb: \starttext Thus, I came to the conclusion that the designer of a new system must not only be the implementer and first large||scale user; the designer should also write the first user manual. \setcharacterkerning[extrakerning] Thus, I came to the conclusion that the

Re: [NTG-context] Tracking?

2009-02-08 Thread Hans Hagen
Yue Wang wrote: Hi, Wolfgang: \starttext Thus, I came to the conclusion that the designer of a new system must not only be the implementer and first large||scale user; the designer should also write the first user manual. \setcharacterkerning[extrakerning] Thus, I came to the conclusion

[NTG-context] list of images with bibliography

2009-02-08 Thread Mojca Miklavec
Hello, I would like to create a normal list with bibliography (list of sources used in an article) + a list of figures, approximately like this: List of Figures Figure 1: http://wiki.contextgarden.net/skins/common/images/logo_circ_small.png Figure 2: Important, the Author: History of

Re: [NTG-context] Tracking?

2009-02-08 Thread Yue Wang
Hi, I told this in my other mail. 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). ConTeXt ver: 2009.01.18 14:39 MKIV fmt: 2009.2.8 int: english/english ConTeXt ver: 2009.02.04 11:53

Re: [NTG-context] Tracking?

2009-02-08 Thread Wolfgang Schuster
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

Re: [NTG-context] Tracking?

2009-02-08 Thread Wolfgang Schuster
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

[NTG-context] \doif(not)empty(else)

2009-02-08 Thread Alan Stone
Hi, Re: http://wiki.contextgarden.net/System_Macros/Branches_and_Decisions What kind of emptyness do \doifempty, \doifnotempty, \doifemptyelse test ? \def\ISay{} %\def\ISay{Boe!} \starttext \doifemptyelse{\ISay}{I say sht}{I say \ISay} \blank \doif{\ISay}{}{I say sht}

Re: [NTG-context] Tracking?

2009-02-08 Thread Wolfgang Schuster
Wolfgang Schuster schrieb: Another solution for pdfTeX is to use \knbccode and \knaccode. \pdfappendkern=1 \knbccode\font`a=125 \knaccode\font`a=125 ... A shorter version is: \dostepwiserecurse{65}{122}{1} {\knbccode\font#1=125 \knaccode\font#1=125 } Wolfgang

Re: [NTG-context] \doif(not)empty(else)

2009-02-08 Thread Peter Münster
On Sun, 8 Feb 2009, Alan Stone wrote: Re: http://wiki.contextgarden.net/System_Macros/Branches_and_Decisions What kind of emptyness do \doifempty, \doifnotempty, \doifemptyelse test ? Hello Alan, Here a small test file: \def\Empty{} \def\Macro#1{argument is \doifemptyelse{#1}{empty}{full}}

Re: [NTG-context] \doif(not)empty(else)

2009-02-08 Thread Wolfgang Schuster
Peter Münster schrieb: On Sun, 8 Feb 2009, Alan Stone wrote: Re: http://wiki.contextgarden.net/System_Macros/Branches_and_Decisions What kind of emptyness do \doifempty, \doifnotempty, \doifemptyelse test ? Hello Alan, Here a small test file: \def\Empty{} \def\Macro#1{argument is

Re: [NTG-context] Tracking?

2009-02-08 Thread Yue Wang
Hi On Mon, Feb 9, 2009 at 1:24 AM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Wolfgang Schuster schrieb: Another solution for pdfTeX is to use \knbccode and \knaccode. \pdfappendkern=1 \knbccode\font`a=125 \knaccode\font`a=125 ... A shorter version is: