I am pleased to report that all of the bugs (BUG1-BUG5) reported by me in
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11749.html

are fixed in lyx-1.1.5 final.

But, now I have found next problem. When files are input recursively (2
levels), main.lyx inputs  X.lyx and X.lyx in turn inputs X1.lyx.

It fails when I try to view DVI or PS (just standard commands from File menu)
- LaTeX can not find level 2 .tex files like  X1.tex - it seems that they
are created in different temporary directories. 

It works OK  when I first export everything as LaTeX (all .tex files are
created) and latex it from command line.

[motyl@crds motyl]$ ls -l /tmp/lyx_tmp26671aaa/*
/tmp/lyx_tmp26671aaa/lyx_bufrtmp26671aaa:
total 5
-rw-rw-r--    1 motyl    webadmin       22 Jun 21 10:06 X.tex
-rw-rw-r--    1 motyl    webadmin     2716 Jun 21 10:06 main.log
-rw-rw-r--    1 motyl    webadmin      393 Jun 21 10:06 main.tex

/tmp/lyx_tmp26671aaa/lyx_bufrtmp26671aab:
total 1
-rw-rw-r--    1 motyl    webadmin        7 Jun 21 10:06 X1.tex

/tmp/lyx_tmp26671aaa/lyx_bufrtmp26671aac:
total 0
[motyl@crds motyl]$ 

LaTeX Error: File `X1.tex' not found
\input{X1.tex}
           ^^M
***(cannot \read from terminal in nonstop modes)


main.lyx:
STANDARD HEADER (article)
\layout Standard

main dokument 1
\layout Standard


\begin_inset Include \input{X.lyx}

\end_inset


\the_end

X.lyx:
STANDARD HEADER (article)
\layout Standard

doc X
\layout Standard


\begin_inset Include \input{X1.lyx}

\end_inset


\the_end


X1.lyx:
STANDARD HEADER (article)
\layout Standard

doc X1
\the_end


Reply via email to