mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
FIXME regarding XHTML output of custom float lists.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33632 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cbed4c3cc5
commit
9d6979f0eb
@ -151,6 +151,12 @@ docstring InsetFloatList::xhtml(XHTMLStream &, OutputParams const &) const {
|
||||
|
||||
string toctype;
|
||||
docstring toclabel;
|
||||
// FIXME
|
||||
// Other builtin floats should be handled here. But I'm not sure if that is
|
||||
// even possible yet, since I'm not sure if we have a TOC for such things.
|
||||
// If so, then they should define ListName, as non-builtin floats do, and
|
||||
// then we can use that.
|
||||
// Really, all floats should define that.
|
||||
if (!cit->second.needsFloatPkg()) {
|
||||
// Only two different types allowed here:
|
||||
string const type = cit->second.floattype();
|
||||
|
Loading…
Reference in New Issue
Block a user