4 Dec
2005
4 Dec
'05
3:18 p.m.
Thomas A. Schmitz wrote:
All (and especially Hans...),
where is \CONTEXT (the logo) defined? Looking at the output I get, I wonder if it doesn't need a bit of kerning between Con and the following T; there's quite a gap between these two letters (at least in the font I'm using).
Have a look at \ConTeXt in cont-log.tex. The needed spacing will vary per font family, of course. Usually (as for the NTG's journal), we do not even try to get it right. Our defs are along these lines: \def\ConTeXt{Con{\TeX}t} \def\LaTeX{La\TeX} \def\MF{Metafont} \def\MP{Metapost} etc. (basically, only use the \TeX macro and ignore all else) Cheers, Taco