On 12/30/2010 07:00 AM, mat wrote:
Hi
I wish to use local latex class in my lyx document. Were it pure latex
code, I could have written:
\usepackage{./newclass}
when the .sty is at the same level than the .tex. Now, I have some
problems doing so with lyx, I tried adding this in the preamble,
either with a relative path or an absolute one, but unfortunately it
does unfortunately not work, I get an error message...
Latex Error: File newclass.sty not found
And below the error message, a quite cryptic: cannot \read from
terminal in nonstop mode...
Do you see what I do wrong? I checked the doc but did not find mention
on how to use local packages, is there something? Do you see how I can
solve the problem?
Why not just put the package somewhere LaTeX can find it?
It should work with an absolute path.
Richard