From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/486 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: 14.4 fonts Date: Wed, 02 Jun 1999 10:00:44 -0700 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.5.32.19990602100044.00a55ec0@mail.northcoast.com> References: <3754D9D9.621B97AD@wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035391342 24454 80.91.224.250 (23 Oct 2002 16:42:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:42:22 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Hans Hagen In-Reply-To: <3754D9D9.621B97AD@wxs.nl> Xref: main.gmane.org gmane.comp.tex.context:486 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:486 All, Yahoo! This worked! :-) However, be careful cutting and pasting \definebodyfont [14,4pt,17.3pt,20.7pt] [tt] [tf=cmtt12 sa 1, sl=cmsltt10 sa 1, it=cmitt10 sa 1, tfa=cmtt12 sa 1.200, tfb=cmtt12 sa 1.440, tfc=cmtt12 sa 1.728, tfd=cmtt12 sa 2.074] into font-cmx.tex. Note the 14,4pt is wrong, which should be 14.4pt. At 09:14 AM 6/2/99 +0200, you wrote: >David Arnold encountered problems with the 2nd presentation style that >uses 14.4pt fonts. > >In font-cmx.tex, the 14.4 tt entry was wrong (12pt). It should be: > >\definebodyfont [14,4pt,17.3pt,20.7pt] [tt] > [tf=cmtt12 sa 1, > sl=cmsltt10 sa 1, > it=cmitt10 sa 1, > tfa=cmtt12 sa 1.200, > tfb=cmtt12 sa 1.440, > tfc=cmtt12 sa 1.728, > tfd=cmtt12 sa 2.074] > >Change this in 'font-cmx.tex' and remake the format. Actually, the >second part of the whole definition file could be reduced to: > >\definebodyfont > [14.4pt,17.3pt,20.7pt] > [rm,ss,tt,mm] > [default] > >Because symbolic names are supported too. More on that in the (big) >manual. > >If one wants to define a font without using file names, say something >like: > > \definefont[TitleFont][Regular at 60pt] > >and use it like: > > \bgroup > \TitleFont Some Big Title > \egroup > >or > > \bgroup > \TitleFont \setupinterlinepace A Few Lines \par > \egroup > >the second alternative adapts the spacing to the current font. > >Hans > > >----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl >----------------------------------------------------------------- > > >