Jean-Marc Lasgouttes wrote:
Helge Hafting <[EMAIL PROTECTED]> writes:
* LyX files where the wrapped figure was silently lost
will now produce output. :-)
It is said in the documentation that wrapfig does not work inside
enumerations. What do we do about that?
A quick test with a floatflt inside a 4-part enum list
shows that a floatflt disappears silently in such
circumstances. So this case was broken before wrapfig,
and the switch to wrapfig doesn't make it worse.
Another quick test shows that a wrapfig inside a 4-part enum
(same document reloaded in a patched LyX) works.
I got an enumeration, I got a wrap float in the middle of it.
Seems to work, but of course there may be some cases
where it doesn't.
Disallowing wrapfig inside enumerations might make sense,
but I think that could be independent of accepting/rejecting
the patch itself. Things got better, not worse in this case,
at least in this test.
Helge Hafting