]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/powerdot.layout
acmsiggraph.layout: revert c1e0b243 partly
[lyx.git] / lib / layouts / powerdot.layout
index ceb08cc580a408b69e69d0c3ba6a5e941790f3ad..9d033984e865297db82f958971d27d1a6a570366 100644 (file)
@@ -5,10 +5,11 @@
 # Created: 29-Aug-05 by Mael Hilléreau
 # Modified: 20-May-06 by Uwe Stöhr, 18-Mar-2013 Jürgen Spitzmüller
 
-Format 53
+Format 59
 
 Input stdcounters.inc
 Input stdinsets.inc
+Input stdfloats.inc
 
 ###
 # General textclass parameters
@@ -252,7 +253,7 @@ End
 # Itemize styles definition
 ###
 Style Itemize
-  Category      Lists
+  Category      List
   Margin        Static
   LatexType     Item_Environment
   LatexName     itemize
@@ -301,7 +302,7 @@ End
 # Enumerate styles definition
 ###
 Style Enumerate
-  Category      Lists
+  Category      List
   Margin        Static
   LatexType     Item_Environment
   LatexName     enumerate
@@ -496,45 +497,55 @@ Style Pause
 End
 
 ###
-# Caption style definition
-###
-
-###
-# Floats definitions
+# Float definitions
 ###
 Float
-  Type                  table
-  GuiName               Table
-  Extension             lot
-  NumberWithin          none
-  Style                 plain
-  ListName              "List of Tables"
-  IsPredefined          true
-  UsesFloatPkg          false
-  ListCommand           listoftables
-End
-  
+       Type                  table
+       GuiName               Table
+       AllowedPlacement      H
+       AllowsSideways        0
+       AllowsWide            0
+       Extension             lot
+       NumberWithin          none
+       Style                 plain
+       ListName              "List of Tables"
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoftables
+       RefPrefix             tab
+End
+
+
 Float
-  Type                  figure
-  GuiName               Figure
-  Extension             lof
-  NumberWithin          none
-  Style                 plain
-  ListName              "List of Figures"
-  IsPredefined          true
-  UsesFloatPkg          false
-  ListCommand           listoffigures
+       Type                  figure
+       GuiName               Figure
+       AllowedPlacement      H
+       AllowsSideways        0
+       AllowsWide            0
+       Extension             lof
+       NumberWithin          none
+       Style                 plain
+       ListName              "List of Figures"
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoffigures
+       RefPrefix             fig
 End
 
+
 Float
-  Type                  algorithm
-  GuiName               Algorithm
-  Extension             loa
-  NumberWithin          none
-  Style                 ruled
-  ListName              "List of Algorithms"
-  IsPredefined          false
-  UsesFloatPkg          true
+       Type                  algorithm
+       GuiName               Algorithm
+       AllowedPlacement      H
+       AllowsSideways        0
+       AllowsWide            0
+       Extension             loa
+       NumberWithin          none
+       Style                 ruled
+       ListName              "List of Algorithms"
+       IsPredefined          false
+       UsesFloatPkg          true
+       RefPrefix             alg
 End
 
 ###