]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/powerdot.layout
Catalan mathed.lyx: move outdated file to attic/ca/mathed.lyx
[lyx.git] / lib / layouts / powerdot.layout
index ceb08cc580a408b69e69d0c3ba6a5e941790f3ad..ba4d53404048b56091b1fa317cd48bbe89400631 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 65
 
 Input stdcounters.inc
 Input stdinsets.inc
+Input stdfloats.inc
 
 ###
 # General textclass parameters
@@ -136,7 +137,7 @@ Style Slide
   Align         Center
   LabelType     Static
   LabelCounter  subsection
-  LabelString   "    "
+  LabelString   ""
   Argument 1
     LabelString   "Slide Option"
     Tooltip       "Optional arguments to the slide command (see powerdot manual)"
@@ -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,57 @@ Style Pause
 End
 
 ###
-# Caption style definition
+# Float definitions
 ###
+Input stdfloatnames.inc
 
-###
-# Floats 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
 
 ###