]> git.lyx.org Git - features.git/commit
Rework and partially revert r33631.
authorRichard Heck <rgheck@comcast.net>
Fri, 5 Mar 2010 22:58:29 +0000 (22:58 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 5 Mar 2010 22:58:29 +0000 (22:58 +0000)
commitabc81b5c0734c7a913d615a044f1954e4a8119d8
tree0fa353617b74335b153d366d687326b2a01d0538
parent9d6979f0ebe420102a72df945f7ae1d0f8dfde63
Rework and partially revert r33631.

This patch introduces a "ListCommand" tag for Float layout. This tag
defines the command used to generate a list of such floats, in the cases
where float.sty is not used (i.e., where NeedsFloatPkg is true). We were
previously hardcoding the commands \listoftables and \listoffigures. But
in other cases, such as achemso.layout, which defines lists of schemes,
charts, etc, we could not output such lists.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33633 a592a061-630c-0410-9148-cb99ea01b6c8
lib/doc/Customization.lyx
lib/scripts/layout2layout.py
src/Floating.cpp
src/Floating.h
src/TextClass.cpp
src/insets/InsetFloatList.cpp