I have a vertically long figure and a long caption text. I would like to use captionbeside to fit figure and text on a page. I use Koma book and twocolumn page style. For the figure I would of course use 'span columns' in the settings for the float figure.
Has anybody done it successfully under LyX? Specifically, where in the document do I place the ERT \FigBesBeg and \FigBesEnd? The following placements give errors: Abbildung \ref{fig:RNApolymeraseTranskription} zeigt ... Transkription. \inputencoding{latin1}{}\inputencoding{latin9}% \begin{figure*} \begin{centering} \includegraphics[clip,width=0.4\textwidth]{BilderEG/6-16} \par\end{centering} \begin{captionbeside}[Beginn der Transkription eines Gens durch Polymerase II] {\label{fig:RNApolymeraseTranskription}...} \end{captionbeside}} \end{figure*} If Koma book and twocolumn page style do not go well together with captionbeside, what are the alternatives?