Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!ccncsu!longs.LANCE.ColoState.EDU!rl980421 From: rl980421@longs.LANCE.ColoState.EDU (Ren-jean Liou) Newsgroups: comp.text.tex Subject: Bold face and font size Message-ID: <14045@ccncsu.ColoState.EDU> Date: 7 Apr 91 02:25:22 GMT Sender: news@ccncsu.ColoState.EDU Reply-To: rl980421@longs.LANCE.ColoState.EDU (Ren-jean Liou) Organization: Colorado State U. Center for Computer Assisted Engineering. Lines: 27 Some time ago someone posted a message showed how to change font size easily in a document. Here is the example: % 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 ------------------------- Now if I would like to use bold face for both fonts, how can I do it? It does not work by just putting \bf in front of those commands. The font size will change to standard size for bold face. Thank you for any information.