Angus Leeming wrote:
Jan Smid wrote:
I replaced the text describing the figures with
[ERT]
\begingroup\par
singlespacing
\figcaption [short description] {long blabla}
\endgroup
Not solving your problem, but as a useful tip, you can input the above in
lyx as:
<ert>
\begingroup\par
singlespacing
\figcaption [
</ert>
short description
<ert>
] {
</ert>
long blabla
<ert>
}
\endgroup
</ert>
where <ert>...</ert> delimits the contents of the ERT inset. This might
look more work than your text, but does mean that you can use the full
power of lyx to define 'short description' and 'long blabla' without
needing to use any more ERT.
uuh, where is the "full power" when writing a _caption_ ;-)
A full power way is when LyX supports the package nonfloat or capt-of,
which is very easy to do ...
Herbert