Marcelo Reis wrote:
> What I'd like to do is specify my own table of something, is it possible?
If this "something" is supposed to be in some kind of float, it is easy.Using
the Layout syntax model from stdfloats.inc (which is in the "layouts" folder
of your LyX directory), you can create a file named "animals.module" which
looks as follows:
--------------------------------------------------------------------------------------------------
#\DeclareLyXModule{Animals}
#DescriptionBegin
#Defines folats and lists of floats for cats and dogs
#DescriptionEnd
Format 11
Float
Type cat
GuiName Cat
Placement tbp
Extension loc
NumberWithin none
Style plain
ListName "List of Cats"
LaTeXBuiltin false
End
Float
Type dog
GuiName Dog
Placement tbp
Extension lod
NumberWithin none
Style plain
ListName "List of Dogs"
LaTeXBuiltin false
End
---------------------------------------------------------------------------------------------------------------
Save this file in a (probably to be created) folder "layouts" in your LyX user
directory, run Edit>Reconfigure, restart LyX and select the new module from
Document>Settings>Modules.
You will find the respective floats and list of floats at the usual place.
HTH,
Jürgen