]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/powerdot.layout
layouts, templates, examples: port my latest changes to trunk
[lyx.git] / lib / layouts / powerdot.layout
index 97c9f323df00ebb869fcd04976b64ef91b24761c..ed53b6bc8e80874014e42ad32b73e9fa1aad5cde 100644 (file)
@@ -1,17 +1,22 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[powerdot,enumitem.sty,pstricks.sty,xkeyval.sty]{presentation (powerdot)}
+#  \DeclareLaTeXClass[powerdot,enumitem.sty,hyperref.sty,pstricks.sty,pst-grad.sty,verbatim.sty,xcolor.sty,xkeyval.sty]{presentation (powerdot)}
 # PowerDot textclass definition file.
 # Created: 29-Aug-05 by Mael Hilléreau
 # Last modified: 20-May-06 by Uwe Stöhr
 
+Format 35
+
+Input stdcounters.inc
+Input stdinsets.inc
 
 ###
 # General textclass parameters
 ###
-Format 5
-Columns         1
-Sides           1
-Provides url     1
+Columns             1
+Sides               1
+Provides url        1
+Provides hyperref   1
+Provides geometry   1
 DefaultStyle        Standard
 
 DefaultFont
@@ -44,7 +49,6 @@ Style Title
   BottomSep     1
   ParSep        1
   Align         Center
-  AlignPossible     Center
   LabelType     No_Label
 
   Font
@@ -52,6 +56,7 @@ Style Title
     Size        Largest
     Color       Blue
   EndFont
+       HTMLTitle             true
 End
 
 ###
@@ -68,7 +73,6 @@ Style Author
   BottomSep     0.7
   ParSep        0.7
   Align         Center
-  AlignPossible     Center
   LabelType     No_Label
 
   Font
@@ -91,7 +95,6 @@ Style Date
   BottomSep     0.5
   ParSep        1
   Align         Center
-  AlignPossible     Center
   LabelType     No_Label
 
   Font
@@ -117,6 +120,7 @@ End
 # Slide styles definition
 ###
 Style Slide
+  TocLevel      3
   Margin        Static
   LatexType     Command
   LatexName     lyxend\lyxslide
@@ -126,7 +130,6 @@ Style Slide
   BottomSep     0.7
   ParSep        0.7
   Align         Center
-  AlignPossible     Center
   LabelType     Counter
   LabelCounter subsection
   LabelString       "    "
@@ -140,14 +143,16 @@ Style Slide
 End
 
 Style EndSlide
-  CopyStyle     Slide
-  KeepEmpty     1
-  LatexName     lyxend
+  KeepEmpty         1
+  LatexType         Command
+  LatexName         lyxend
   Margin            Static
   ParSkip           0
   TopSep            0
   BottomSep         1
   ParSep            0
+  Align             Center
+  AlignPossible     Center
   LabelType         Static
   LabelBottomSep    0
   LeftMargin        MMMMMMM
@@ -193,15 +198,24 @@ End
 # Note style definition
 ###
 Style Note
-  CopyStyle     Slide
+  Margin        Static
+  LatexType     Command
   LatexName     lyxend\lyxnote
-  LeftMargin        MMMMMMM
-  LabelString       "Note:"
+  LabelSep      xxx
+  ParSkip       0.4
+  TopSep        1.3
+  BottomSep     0.7
+  ParSep        0.7
+  Align         Center
+  AlignPossible     Center
   LabelType         Static
+  LabelString       "Note:"
+  LeftMargin        MMMMMMM
   KeepEmpty     1
   OptionalArgs      0
-
   Font
+    Series      Bold
+    Size        Large
     Color       Red
   EndFont
 End
@@ -211,6 +225,7 @@ End
 ###
 Style Section
   CopyStyle     Slide
+  TocLevel      1
   LatexName     lyxend\section
   LabelType     Counter
   LabelCounter section
@@ -255,8 +270,8 @@ Style Enumerate
   Margin        Static
   LatexType     Item_Environment
   LatexName     enumerate
-  NextNoIndent      1
-  LeftMargin        MMN
+  NextNoIndent  1
+  LeftMargin    MMN
   LabelSep      xx
   ParSkip       0.0
   ItemSep       0.2
@@ -264,8 +279,9 @@ Style Enumerate
   BottomSep     0.7
   ParSep        0.3
   Align         Block
-  AlignPossible     Block, Left
+  AlignPossible Block, Left
   LabelType     Enumerate
+  RefPrefix     enu
 End
 
 Style EnumerateType1
@@ -362,12 +378,14 @@ End
 ###
 Float
   Type                  table
-  GuiName       Table
+  GuiName               Table
   Extension             lot
   NumberWithin          none
   Style                 plain
   ListName              "List of Tables"
-  LaTeXBuiltin          true
+  IsPredefined          true
+  UsesFloatPkg          false
+  ListCommand           listoftables
 End
   
 Float
@@ -377,7 +395,9 @@ Float
   NumberWithin          none
   Style                 plain
   ListName              "List of Figures"
-  LaTeXBuiltin          true
+  IsPredefined          true
+  UsesFloatPkg          false
+  ListCommand           listoffigures
 End
 
 Float
@@ -387,43 +407,36 @@ Float
   NumberWithin          none
   Style                 ruled
   ListName              "List of Algorithms"
-  LaTeXBuiltin          false
+  IsPredefined          false
+  UsesFloatPkg          true
 End
 
 ###
 # Counters definitions
 ###
-Counter
-  Name          enumi
+Counter enumi
 End
 
-Counter
-  Name          enumii
+Counter enumii
   Within        enumi
 End
 
-Counter
-  Name          enumiii
+Counter enumiii
   Within        enumii
 End
 
-Counter
-  Name          enumiv
+Counter enumiv
   Within        enumiii
 End
 
-Counter
-  Name          bibitem
+Counter bibitem
 End
 
-Counter
-  Name          figure
+Counter figure
 End
 
-Counter
-  Name          table
+Counter table
 End
 
-Counter
-  Name          algorithm
+Counter algorithm
 End