Am 04.12.2011 um 20:07 schrieb Pablo RodrÃguez:
On 12/04/2011 07:19 PM, Khaled Hosny wrote:
On Sun, Dec 04, 2011 at 05:46:03PM +0100, Pablo RodrÃguez wrote:
\definefontfeature[allcaps][default][aalt=yes]
A bit off topic, but aalt stands for "access all alternates"
Thanks, I knew it, Khaled.
aalt is not the best way to do it, but I didn't know how to get old style numbers, small caps and all lowercase texts. I cannot achieve it with:
\definefontfeature[allcaps][default][onum=yes,smcp=yes]
And redefining the setuphead command for chapter:
\setuphead[chapter][style=\tfb\addfs{allcaps},command=\lowercase]
doesn't do the work (and it breaks the centering in a more elaborate command).
How could I do it?
\setuphead[chapter][style=\WORD\tfb] \starttext \chapter{This was done with \CONTEXT!} \stoptext Wolfgang