On Mon, Mar 29, 1999 at 12:48:22PM +0200, Klaus-Dieter Semmler wrote:
> \input blabla_Intro.tex 
> \input blabla_Ch1.tex 
> \input blabla_Ch2.tex 
> 
> Lyx starts reLyx alright but runs forever....

Hm. Unfortunate.

> It seems that it doesn't read the input commands correctly but rather
> understands:
> 
> \input blabla.tex _Intro.tex 
> 
> and then it cycles.
> 
> Workarond :   Change the names.
> 
> But the logic of choosing these names is apparent.

The logic of choosing those names is apparent, I agree. Unfortunately,
you're using the TeX form of the \input command, instead of the LaTeX form.
The LaTeX parser in reLyX doesn't know how to parse plain TeX commands,
which have significantly more confusing syntax than LaTeX does.
If you write \input{blabla_Intro} etc. then reLyX will work just fine.

This is in the reLyX BUGS file. Workaround: add braces.

-Amir

Reply via email to