> Hi,
>
> I installed the imaxima 0.97a by ./configure&&make &&make install(sudo) on
> my linux i386.
> The latex system is texlive 2007.
> Starting imaxima in emacs seems fine.
> ....
Good day Xiaobin,
I had the same story with constant LaTeX errors on SuSE 10.1, tetex, etc.
I had installed 'bleqn' under root and after testing it under user priviledges
I realized that permissions were incorrect. Doing something like
root # chmod go+r /usr/share/texmf/tex/latex/breqn/
root # chmod go+r /usr/share/texmf/tex/latex/breqn/*
root # chmod go+r /usr/share/texmf/doc/latex/breqn/
root # chmod go+r /usr/share/texmf/doc/latex/breqn/*
root # texhash
texhash: Updating /etc/texmf/ls-R...
texhash: Updating /usr/share/texmf/ls-R...
texhash: Updating /var/cache/fonts/ls-R...
texhash: Updating /var/lib/texmf/ls-R...
texhash: Done.
had fixed the issue. Make sure that
kpsewhich breqn.sty
returns correct answer under your _user_ account like shown below:
dromanov $ kpsewhich breqn.sty
/usr/share/texmf/tex/latex/breqn/breqn.sty
If it doesn't work do 'texhash' and other stuff as TeXnicks used to.
You can always try to compile usual latex document with
\usepackage{bleqn]
to find out if it is TeX problem or pure imaxima's issue.
Good luck.
Dmitry.