Dekel Tsur wrote: > On Fri, Aug 01, 2003 at 02:17:34PM +0300, 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 > > The correct way to do it in latex is > {\fontsize{72}{72}\selectfont <some text>} > and also add > \usepackage{type1cm} > to the preamble if the default fonts (computer modern) are used.
>From type1cm.txt: **** Warning**** If you use this setup and produce dvi files using these sizes, be very careful if you give the dvi files so created to someone using classical bitmap versions of the cm fonts. Depending on how their system is set up they will either not be able to print the file at all, as they will not have the fonts at the corrrect sizes, or the system will make all these strange sizes `on demand' and fill the disk with bitmaps. **************** Basically, you need BlueSky/Y&Y Type1 CM fonts installed. Dekel, have I got this right? -- Angus