From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5638 Path: main.gmane.org!not-for-mail From: Marco Kuhlmann Newsgroups: gmane.comp.tex.context Subject: Re: Questions/Comments Date: Fri, 14 Sep 2001 22:00:49 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20010914220049.C372@wimsey> References: <5.1.0.14.1.20010911183140.025dee60@server-1> <5.1.0.14.1.20010911092040.025bd458@server-1> <20010910185708.L14168@localhost> <5.1.0.14.1.20010911092040.025bd458@server-1> <5.1.0.14.1.20010911183140.025dee60@server-1> <5.1.0.14.1.20010914130939.024b3d98@server-1> <20010914213903.B372@wimsey> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035396218 3356 80.91.224.250 (23 Oct 2002 18:03:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:03:38 +0000 (UTC) Original-To: ntg-context@ntg.nl In-Reply-To: <20010914213903.B372@wimsey> Xref: main.gmane.org gmane.comp.tex.context:5638 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5638 Marco Kuhlmann wrote (2001-09-14 (21:39)): > But still, if I want a header to be typeset with let us say > \bf, then \xxx not only changes the font size, but also > switches to the regular (non-bold) font. What I need is a > command that just changes the size of the font, and keeps all > the other parameters. I think I got it: \unexpanded\def\versal% {\let\versal\relax \let\scratchtoken\fontalternative \versface\csname\scratchtoken\endcsname} Hooray! Marco