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.

-- 
Angus

Reply via email to