On 02/02/2011 12:38 PM, Richard Heck wrote:
On 02/02/2011 12:32 PM, rgh...@lyx.org wrote:
Author: rgheck
Date: Wed Feb 2 18:32:59 2011
New Revision: 37427
URL: http://www.lyx.org/trac/changeset/37427
Log:
More related to #7224: It's OK for layouts not to provide a ListCommand
if a float writes to the same auxfile as an existing float. E.g., in the
aguplus classes, we have a plate float that writes to lof and so is just
treated as a figure, for TOC purposes.
We have the same warning about a missing ListCommand now with just one
class: achemso. I do not know what to do there. Uwe, could you have a
look? I think we probably do need ListCommand lines for the floats it
defines.
This turned out to be a bug in LyX's float handling, fixed by some
recent commits.
rh