TeX and lucidabr

Marco Cabizza <marco87@...287...> writes:

\
u
s
e

Sounds like the value of your text.latex.preamble got interpreted as a
list of one-character strings and not a list of one longer string. What
exactly do you have in the rc file as the contents of tex.latex.*
variables in the file? What does

matplotlib.rcParams['text.latex.preamble']

return? If you do

matplotlib.rcParams['text.latex.preamble'] = [r'\usepackage{lucidabr}']

does it start working?

···

--
Jouni K. Sepp�nen

I eventually managed to get it work; thanks for your help !

  For the record:

'text.latex.preamble': [r'\usepackage[T1]{fontenc}', r'\usepackage{lucidabr}']

Ciao
~m

···

Il giorno 30 set 09, alle ore 17.01, Jouni K. Seppänen ha scritto:

If you do

matplotlib.rcParams['text.latex.preamble'] = [r'\usepackage{lucidabr}']

does it start working?