Hello. I'm trying to change the fonts of my text. If I have 'expression(paste)' included (to get scientific symbols), the font= doesn't take effect. Is there a way around this? Thanks, Suzanne __________________________________________________________________ The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp
Suzanne E. Blatt wrote:> Hello. > > I'm trying to change the fonts of my text. If I have 'expression(paste)' included (to get scientific symbols), the font= doesn't take effect. Is there a way around this? > > Thanks, > Suzanne?plotmath helps: plain(x) draw x in normal font bold(x) draw x in bold font italic(x) draw x in italic font bolditalic(x) draw x in bolditalic font Uwe Ligges