Tuukka Toivonen wrote:
> 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.
Similarly, 'ss' for sans serifed fonts. I have used this in the past:
In the preamble:
\newfont{\TitleFont}{cmss12 scaled 6000}
\newfont{\SubTitleSS}{cmss12 scaled 4000}
\newfont{\SubSubTitleSS}{cmss12 scaled 3000}
\newfont{\SubTitleTT}{cmtt12 scaled 3000}
In the document:
(Title environment) ERT[\TitleFont]The title
(Standard envionment) [EMAIL PROTECTED]
(Section * environment) Introduction
(Standard environment) Lots of text
--
Angus