On 03/03/2010 04:48 PM, Manoj Rajagopalan wrote:
Hi lyx-devel,
I am building a layout for the new REVTeX 4.1 document class and the
associated revtex4-1.cls defines a new float-type called video. It therefore
makes available the \listofvideos command which should list all videos much
like \listoftables and \listoffigures.
I am attaching the .layout file where I have created a new video float and
have assigned ListName = "List of Videos". As expected, this shows up in
Insert -> List/TOC and clicking this also inserts the expected inset. But the
latex source shows "%% unknown builtin inset". The failure is being caused in
InsetFloatList::latex() which only checks for float-inset type "table"
and "figure".
I'm not sure exactly how this is handled, but I'd check how the list of
algorithms works. Isn't that done the same way, basically?
rh