On Tue, Feb 13, 2001 at 03:42:47PM +0000, Jo?o Manuel Viana Parente Lopes wrote:
> I 've tryed to compile the lyx revtex template file lyx-1.1.6fix1
> and I've found errors in latex :
> Package babel Error: You have an old interface to call babel
> \bblstyerror....
> TeX capacity exceeded, sorry [parameter stack size=500].\end{document}...
> Incomplete \iffalse; all text was ignored after line 9. \end{document}....
>
> I don't know what's happen but I would like to use lyx and revtex....
Edit the file revtex.cls that came with LyX and add the lines
\DeclareOption{english}{
\PackageWarning{revtex}{Ignoring LaTeX option \CurrentOption}
}
at the appropriate place (e.g., just before the other \DeclareOption
commands). You might need to replace the word english by the name of the
language you use.