On Wed, Nov 4, 2009 at 11:25 AM,  <phob...@geosyntec.com> wrote:
> I know support for the usetex feature is limited, but I think (*hope*) that 
> this is purely an MPL question and not out of the scope and annoying to the 
> members of the group.
>
> I like to use the fourier.sty package since I like the Utopia font and it's 
> math font is particularly nice. But MPL is using this Latex installation:
> /sw/share/texmf-dist/tex/latex/
> which has no fourier package, and raises predictable errors when I set
> text.latex.preamble :  \usepackage{fourier}
>
> But I only use and maintain this one:
> /usr/local/texlive/2008/texmf-dist/tex/latex/
> (fourier and many other packages I like)

This looks like a UNIX PATH issue -- mpl will use the version of latex
it finds first in your PATH, so if you want it to find
/usr/local/texlive/2008/texmf-dist/tex/latex/, put the directory
containing that latex ahead of the fink one (/sw)

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to