On Tue, Apr 22, 2008 at 8:21 PM, Jeremy Johnson
<[EMAIL PROTECTED]> wrote:
> How can I produce a large font?
>
> The method in "context-getting-started.pdf" no longer works:
>
> \definecorps[12pt][rm][tfe=cmr12 at 48pt]
> {\tfe Hasselt}
>
> ! Undefined control sequence.
> l.104 \definecorps
>                   [12pt][rm][tfe=cmr12 at 48pt]
>

Your beginners manual is very old and you should better take the one from
the pragma side where you can get the right name for command which is
\definebodyfont but what you're looking for is \setupbodyfontenvironment.

\definefontsize[e]

\setupbodyfontenvironment
  [default]
  [e=4.0]

\starttext
{\tfe Hasselt!}
\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to