> here's the patch with some new files.
> a lot of changes ... so expect bugs
> it's against cvs from this afternoon and also tested.

forgot to say, that you can use the layout style float.
put the following file into ~/.lyx/layout and insert
a "Input float.inc" in your article.layout or any
other for testing.

Herbert
# This file contains additional style definitions for the
# newfloat feature  
#
# Herbert Voss <[EMAIL PROTECTED]> 2001-10-29
#

Float
  Type          figure
  Placement     tbp                     # latex default
  Caption       Figure                  # depends to class
  Style         plain
  Wide          1                       # 0 | 1         
  ListOf        "List of Figures"       # depends to class
EndFloat


Float
  Type          table
  Placement     tbp
  Caption       Table           # depends to class
  Style         plain
  Wide          1                       # 0 | 1         
  ListOf        "List of Tables" # depends to class
EndFloat

Float
  Type          algorithm
  Placement     "!h"
  Ext           loa
  Within        subsection      # numbering style
  Caption       Algorithm
  Style         plain
  Wide          0                       # 0 | 1         
  ListOf        "List of my Algorithms"
  Package       float
EndFloat

Float
  Type          listing
  Placement     "!h"
  Ext           lol
  Within        section         # numbering style
  Caption       Listing
  Style         ruled
  Wide          0                       # 0 | 1         
  ListOf        "List of Listings"
  Package       float
EndFloat

Reply via email to