On Tuesday 09 January 2007 13:54, Christopher Barker wrote:
> > On Tuesday 09 January 2007 12:56, Lane Brooks wrote:
> >> Is there a way to get latex to use Ariel font and not italic?  If I use
> >> the \rm{} command I can get rid of italic, but it is using a serif font
> >> and I cannot find any documentation on how to change that font.
>
> You can't (easily )get Ariel, but you can get a SanSerif font.
>
> \rm{} means "Roman Font"
>
> you want:
>
> \sf{}  (Sans Serif Font)
>
> -Chris
>
> NOTE: I've never used this with MPL, but that's the LaTeX way.

Not to be picky, but those are technically TeX commands. usetex uses LaTeX, 
which will accept these TeX font commands, but in a few cases they give 
results that are not ideal. Better to use the LaTeX versions: \textrm, 
\textsf, etc.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to