Re: Help with a Lyx Problem - esint.sty not found
Paul A. Rubin <
rubin@...>
2008-11-02 23:07:52 GMT
Gregory Toole wrote:
> Hello Lyx Users,
> My name is Greg and I am a Lyx user. I recently installed Kubuntu v8.10
> Intrepid Ibex and installed Lyx using sudo apt-get install lyx. Lyx
> installed and runs, but if I try to view my lyx work as pdf, dvi, or ps
> (using the toolbar buttons), I get an error saying "LaTeX Error: File
> esint.sty not found" in a popup window. What is the problem, and what can I
> do to correct this? Thanks!
> Greg
>
Your document tries to load the esint LaTeX package, and it is
apparently not installed in your LaTeX distribution. You have two
choices: install esint.sty (precise method depends on which LaTeX
distro you're using); or in LyX go to Document -> Settings... -> Math
Options and uncheck "Use esint package automatically". The latter will
only work if you are not using any of the "goofy" integral signs that
esint provides (double integrals, path integrals, etc.).
/Paul