]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/powerdot.layout
acmsiggraph.layout: revert c1e0b243 partly
[lyx.git] / lib / layouts / powerdot.layout
index 7a3f19c98a9d9cc83f43aeba0d1b5c4c4b747898..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 49
+Format 59
 
 Input stdcounters.inc
 Input stdinsets.inc
+Input stdfloats.inc
 
 ###
 # General textclass parameters
@@ -252,11 +253,12 @@ End
 # Itemize styles definition
 ###
 Style Itemize
-  Category      Lists
+  Category      List
   Margin        Static
   LatexType     Item_Environment
   LatexName     itemize
   NextNoIndent  1
+  ToggleIndent  Never
   LeftMargin    MMN
   LabelSep      xx
   ItemSep       0.2
@@ -300,11 +302,12 @@ End
 # Enumerate styles definition
 ###
 Style Enumerate
-  Category      Lists
+  Category      List
   Margin        Static
   LatexType     Item_Environment
   LatexName     enumerate
   NextNoIndent  1
+  ToggleIndent  Never
   LeftMargin    MMN
   LabelSep      xx
   ParSkip       0.0
@@ -356,6 +359,7 @@ Style Bibliography
   LatexType     Bib_Environment
   LatexName     thebibliography
   NextNoIndent  1
+  ToggleIndent  Never
   LeftMargin    MM
   ParSkip       0.4
   ItemSep       0
@@ -378,6 +382,7 @@ Style Quotation
   LatexType     Environment
   LatexName     quotation
   NextNoIndent  1
+  ToggleIndent  Always
   LeftMargin    MMM
   RightMargin   MMM
   ParIndent     MM
@@ -399,6 +404,7 @@ Style Quote
   LatexType     Environment
   LatexName     quote
   NextNoIndent  1
+  ToggleIndent  Never
   LeftMargin    MMM
   RightMargin   MMM
   TopSep        0.5
@@ -491,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
 
 ###