Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!sdd.hp.com!zaphod.mps.ohio-state.edu!lavaca.uh.edu!jetson.uh.edu!joseph From: joseph@jetson.uh.edu (Joseph Davis) Newsgroups: comp.text.tex Subject: answer to plain TeX font size question Message-ID: <8396.27a82dd5@jetson.uh.edu> Date: 31 Jan 91 20:46:45 GMT Organization: University of Houston Lines: 22 Well, I finally found out how to use several font sizes in a plain \TeX document. The following is the top portion of one of my memos. Thanks for the help, and I hope this seems useful. Joseph Davis (joseph@jetson.uh.edu) % beginning of a memo \font\uhfont=cmr17 \font\acfont=cmr12 \noindent {\uhfont University of Houston} \vskip 2mm \noindent {\acfont Academic Computing} \vskip 1cm \noindent Memorandum \hfill \today \hrule %---------------------------------- end --------------------------