From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5613 Path: main.gmane.org!not-for-mail From: e_w_g@t-online.de (Eckhart =?iso-8859-1?Q?Guth=F6hrlein?=) Newsgroups: gmane.comp.tex.context Subject: Re: hanging punctuation, but not in captions Date: Tue, 11 Sep 2001 21:02:45 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.0.20010911202836.00a8f020@pop.t-online.de> References: <5.1.0.14.0.20010911151144.00a981e0@pop.t-online.de> <5.1.0.14.1.20010910231425.026a75c8@server-1> <5.1.0.14.0.20010910113039.00a89420@pop.t-online.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035396194 3153 80.91.224.250 (23 Oct 2002 18:03:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:03:14 +0000 (UTC) Cc: ConTeXt mailing list Original-To: Hans Hagen In-Reply-To: <5.1.0.14.1.20010911182709.023b1758@server-1> Xref: main.gmane.org gmane.comp.tex.context:5613 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5613 At 18:31 11.09.2001 +0200, Hans Hagen wrote: >At 03:50 PM 9/11/2001 +0200, Eckhart Guthöhrlein wrote: > >>Finally, I found >> >>\newtoks\HANGTOKS >>\HANGTOKS={\setupalign[hanging]} >>\setupcaptions[headstyle=\tfx\it,style=\the\HANGTOKS\tfx] > >i wonder why \setupcaptions[align=hanging] does not work. Well, I tried this too, it didn't work, but if even you wonder... >instead of toks: > > \unexpanded\def\HANGTOKS{...} This is nice. Hope to have more time to look at context internals soon... > [...] >\ And shouldn't the next formula be {\tfxx at least $10^x$ times} >> smaller? Well, it isn't! > >\tfxx is a rather hard coded text switch, use \small instead which is a >body font switch that switches them all [these things are a matter of >speed trade offs] But then have a look at this: \starttext Here comes {\tfx small text with $B\cdot I\cdot G$ math}.\crlf And this is {\small small text with $B\cdot I\cdot G$ math, too}.\crlf But this math {\switchtobodyfont[small]can not be called $B\cdot I\cdot G$ any more}! \stoptext So, I can't see any difference between \tfx and \small in this example. But \switchtobodyfont[small] will do it for me - so thank you for your help. Greetings, Eckhart