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
On Tue, Apr 22, 2008 at 8:21 PM, Jeremy Johnson
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
participants (2)
-
Jeremy Johnson
-
Wolfgang Schuster