Hello,
since captionbeside for a figure is not (yet?) implemented in LyX, I tried
it with ERT
...text (figure [cap:kalbluezo-sw]) ...
this is in Lyx cross reference cap:kalbluezo-sw
(maybe I have to use here also ERT, but I don't know how)
in ERT:
\begin{figure}
begin{captionbeside}[short legend]{long legend}
\end{captionbeside}
\label{cap:kalbluezo-sw}
\end{figure}
gives:
! LaTeX Error: \begin{figure} on input line 373 ended by \end{lrbox}.
I am using Koma book style
Has somebody a working example for me, which I could try?
Wolfgang