ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* question about definecorps
@ 2008-04-22 18:21 Jeremy Johnson
  2008-04-23  6:44 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Johnson @ 2008-04-22 18:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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]


THANKS
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: question about definecorps
  2008-04-22 18:21 question about definecorps Jeremy Johnson
@ 2008-04-23  6:44 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2008-04-23  6:44 UTC (permalink / raw)
  To: jazz_johnson, mailing list for ConTeXt users

On Tue, Apr 22, 2008 at 8:21 PM, Jeremy Johnson
<jazz_johnson@verizon.net> 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-23  6:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-22 18:21 question about definecorps Jeremy Johnson
2008-04-23  6:44 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).