Including Documents - Multiple stage include

2002-07-17 Thread Dr. Joachim Heidemeier

Hello all,
I'm planning to use lyx 1.2.0 for a complicated report. Thus I wanted to
separate it into different chapters which will be included from a main
document (document class koma-script book).
The chapters itself will consist of texts and tables. The tables are
likeliy to change often during the drafting process. So I wanted to
include the tables also as external files (automatically generated
from csv-files) into the chapter documents.
So I inserted into the main document:
...
\layout Standard


\begin_inset Include \input{FrageA1.lyx}

\end_inset
...
and into FrageA1.lyx
...
\layout Standard


\begin_inset Include \input{a1.1.lyx}

\end_inset
Following a discussion on lyx-users I sylinked all files into a build
directory.
Unfortunately I can't get this setup working within lyx.
After starting the postscript preview  I got a  Latex Errors:
cannot find a.1.tex cannot read from terminal in nonstop mode.
whereas the manual route
- exporting main.lyx as latex
- latex main.tex
works o.k.
My error or LyX Bug / feature?
Second Question:
Is it possible to give tables a title without a float environment. The
Table should be listed in the List of Tables. As far
as I understood longtables (i.e. more than one page) do not fit into a
float environment.
TNX in advance


-- 
Dr. Joachim Heidemeier  Tel. +49-30-8903-2780
Fachgebiet II 3.2   [EMAIL PROTECTED]
Umweltbundesamt, Bismarckplatz 1 D-14191 Berlin





Re: Including Documents - Multiple stage include

2002-07-17 Thread Herbert Voss

Dr. Joachim Heidemeier wrote:

 I'm planning to use lyx 1.2.0 for a complicated report. Thus I wanted to
 separate it into different chapters which will be included from a main
 document (document class koma-script book).
 The chapters itself will consist of texts and tables. The tables are
 likeliy to change often during the drafting process. So I wanted to
 include the tables also as external files (automatically generated
 from csv-files) into the chapter documents.
 So I inserted into the main document:


look at http://www.lyx.org/help/misc/IncludeInput.php

 Second Question:
 Is it possible to give tables a title without a float environment. The
 Table should be listed in the List of Tables. As far
 as I understood longtables (i.e. more than one page) do not fit into a
 float environment.


http://www.lyx.org/help/floats/nonFloat.php3
or use package nonfloats

Herbert



-- 
http://www.lyx.org/help/




Including Documents - Multiple stage include

2002-07-17 Thread Dr. Joachim Heidemeier

Hello all,
I'm planning to use lyx 1.2.0 for a complicated report. Thus I wanted to
separate it into different chapters which will be included from a main
document (document class koma-script book).
The chapters itself will consist of texts and tables. The tables are
likeliy to change often during the drafting process. So I wanted to
include the tables also as external files (automatically generated
from csv-files) into the chapter documents.
So I inserted into the main document:
...
\layout Standard


\begin_inset Include \input{FrageA1.lyx}

\end_inset
...
and into FrageA1.lyx
...
\layout Standard


\begin_inset Include \input{a1.1.lyx}

\end_inset
Following a discussion on lyx-users I sylinked all files into a build
directory.
Unfortunately I can't get this setup working within lyx.
After starting the postscript preview  I got a  Latex Errors:
cannot find a.1.tex cannot read from terminal in nonstop mode.
whereas the manual route
- exporting main.lyx as latex
- latex main.tex
works o.k.
My error or LyX Bug / feature?
Second Question:
Is it possible to give tables a title without a float environment. The
Table should be listed in the List of Tables. As far
as I understood longtables (i.e. more than one page) do not fit into a
float environment.
TNX in advance


-- 
Dr. Joachim Heidemeier  Tel. +49-30-8903-2780
Fachgebiet II 3.2   [EMAIL PROTECTED]
Umweltbundesamt, Bismarckplatz 1 D-14191 Berlin





Re: Including Documents - Multiple stage include

2002-07-17 Thread Herbert Voss

Dr. Joachim Heidemeier wrote:

 I'm planning to use lyx 1.2.0 for a complicated report. Thus I wanted to
 separate it into different chapters which will be included from a main
 document (document class koma-script book).
 The chapters itself will consist of texts and tables. The tables are
 likeliy to change often during the drafting process. So I wanted to
 include the tables also as external files (automatically generated
 from csv-files) into the chapter documents.
 So I inserted into the main document:


look at http://www.lyx.org/help/misc/IncludeInput.php

 Second Question:
 Is it possible to give tables a title without a float environment. The
 Table should be listed in the List of Tables. As far
 as I understood longtables (i.e. more than one page) do not fit into a
 float environment.


http://www.lyx.org/help/floats/nonFloat.php3
or use package nonfloats

Herbert



-- 
http://www.lyx.org/help/




Including Documents - Multiple stage include

2002-07-17 Thread Dr. Joachim Heidemeier

Hello all,
I'm planning to use lyx 1.2.0 for a complicated report. Thus I wanted to
separate it into different chapters which will be included from a main
document (document class koma-script book).
The chapters itself will consist of texts and tables. The tables are
likeliy to change often during the drafting process. So I wanted to
include the tables also as external files (automatically generated
from csv-files) into the chapter documents.
So I inserted into the main document:
...
\layout Standard


\begin_inset Include \input{FrageA1.lyx}

\end_inset
...
and into FrageA1.lyx
...
\layout Standard


\begin_inset Include \input{a1.1.lyx}

\end_inset
Following a discussion on lyx-users I sylinked all files into a build
directory.
Unfortunately I can't get this setup working within lyx.
After starting the postscript preview  I got a  Latex Errors:
cannot find a.1.tex cannot read from terminal in nonstop mode.
whereas the "manual route"
- exporting main.lyx as latex
- latex main.tex
works o.k.
My error or LyX Bug / feature?
Second Question:
Is it possible to give tables a title without a float environment. The
Table should be listed in the List of Tables. As far
as I understood longtables (i.e. more than one page) do not fit into a
float environment.
TNX in advance


-- 
Dr. Joachim Heidemeier  Tel. +49-30-8903-2780
Fachgebiet II 3.2   [EMAIL PROTECTED]
Umweltbundesamt, Bismarckplatz 1 D-14191 Berlin





Re: Including Documents - Multiple stage include

2002-07-17 Thread Herbert Voss

Dr. Joachim Heidemeier wrote:

> I'm planning to use lyx 1.2.0 for a complicated report. Thus I wanted to
> separate it into different chapters which will be included from a main
> document (document class koma-script book).
> The chapters itself will consist of texts and tables. The tables are
> likeliy to change often during the drafting process. So I wanted to
> include the tables also as external files (automatically generated
> from csv-files) into the chapter documents.
> So I inserted into the main document:


look at http://www.lyx.org/help/misc/IncludeInput.php

> Second Question:
> Is it possible to give tables a title without a float environment. The
> Table should be listed in the List of Tables. As far
> as I understood longtables (i.e. more than one page) do not fit into a
> float environment.


http://www.lyx.org/help/floats/nonFloat.php3
or use package nonfloats

Herbert



-- 
http://www.lyx.org/help/