On Fri, 1 Aug 2003, briang wrote: >I want to produce an A4 page with a mixture of text sizes including a >bold 72point "REMINDER".
Try something like
------
\newfont{\scaledfont}{cmr12 scaled 3000}
\scaledfont
This is large font.
------
in red TeX, change 3000 to any size you like.
