problem with revtex

2001-02-13 Thread João Manuel Viana Parente Lopes

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

Thank's

Joo Lopes




Re: problem with revtex

2001-02-13 Thread Dekel Tsur

On Tue, Feb 13, 2001 at 03:42:47PM +, 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. 



Re: problem with revtex

2001-02-13 Thread Amir Karger

On Tue, Feb 13, 2001 at 03:42:47PM +, Joo 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

It looks like Dekel fixed the problem.

I need to warn you, though, that revtex class works with latex209, which is
very old. APS is still betatesting RevTeX4, the more modern version that
uses latex2e, so they're not accepting manuscripts written with it yet. The
problem is that LyX assumes everything will be latex2e. So you may find that
there are some problems with using LyX. Hopefully, revtex4 and the
corresponding lyx class will be problem-free.

I wanted to warn you in advance...

-Amir



problem with revtex

2001-02-13 Thread João Manuel Viana Parente Lopes

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

Thank's

João Lopes




Re: problem with revtex

2001-02-13 Thread Dekel Tsur

On Tue, Feb 13, 2001 at 03:42:47PM +, 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. 



Re: problem with revtex

2001-02-13 Thread Amir Karger

On Tue, Feb 13, 2001 at 03:42:47PM +, 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

It looks like Dekel fixed the problem.

I need to warn you, though, that revtex class works with latex209, which is
very old. APS is still betatesting RevTeX4, the more modern version that
uses latex2e, so they're not accepting manuscripts written with it yet. The
problem is that LyX assumes everything will be latex2e. So you may find that
there are some problems with using LyX. Hopefully, revtex4 and the
corresponding lyx class will be problem-free.

I wanted to warn you in advance...

-Amir