Am Montag, 31. Dezember 2007 09:46 schrieb Jürgen Spitzmüller:
> Wolfgang Engelmann wrote:
> > I am using koma script book
> > How to achieve this?
>
> Use the package multicol instead of the two column mode of the document
> class. The usage is described in examples/multicol.lyx.
>
> Jürgen
I put
\usepackage{multicol}
in the preamble and
\begin{multicols}{2} as ERT behind the list of figures/tables since they
should be in onecolumn and \end{multicols} behind the bibliography, since
this should be twocolumn. I get an error:
\begin{document}
ended by \end{multicols}
There are furthermore no references in the output (instead ?) and the output
is quite ragged.
Seems to be not the right way for my document
Wolfgang