]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/powerdot.layout
DocBook: new logic to handle the new lines, only used in output_docbook for now.
[lyx.git] / lib / layouts / powerdot.layout
index 34f49e33793c28bc14cf86bc15e8fdce3bdb9340..0ac53a7ba4663a279689eb61ba5b54f58da050ed 100644 (file)
@@ -5,7 +5,7 @@
 # Created: 29-Aug-05 by Mael Hilléreau
 # Modified: 20-May-06 by Uwe Stöhr, 18-Mar-2013 Jürgen Spitzmüller
 
-Format 57
+Format 82
 
 Input stdcounters.inc
 Input stdinsets.inc
@@ -137,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)"
@@ -276,6 +276,16 @@ Style Itemize
     LabelString   "Itemize Options"
     Tooltip       "Optional arguments for this list (see enumitem manual)"
   EndArgument
+  Argument listpreamble:1
+    LabelString    "List preamble"
+    MenuString     "List Preamble"
+    Tooltip        "LaTeX code to be inserted before the first item"
+    PassThru       1
+    Font
+      Family typewriter
+      Color latex
+    EndFont
+  EndArgument
   Argument item:1
     LabelString   "Custom Item|s"
     Tooltip       "A customized item string"
@@ -287,6 +297,9 @@ Style Itemize
     LeftDelim      <
     RightDelim     >
   EndArgument
+  DocBookTag            itemizedlist
+  DocBookItemTag        listitem
+  DocBookItemInnerTag   para
 End
 
 Style ItemizeType1
@@ -328,6 +341,16 @@ Style Enumerate
     Tooltip       "Optional arguments for this list (see enumitem manual)"
     Requires      1
   EndArgument
+  Argument listpreamble:1
+    LabelString    "List preamble"
+    MenuString     "List Preamble"
+    Tooltip        "LaTeX code to be inserted before the first item"
+    PassThru       1
+    Font
+      Family typewriter
+      Color latex
+    EndFont
+  EndArgument
   Argument item:1
     LabelString   "Custom Item|s"
     Tooltip       "A customized item string"
@@ -339,6 +362,9 @@ Style Enumerate
     LeftDelim      <
     RightDelim     >
   EndArgument
+  DocBookTag            orderedlist
+  DocBookItemTag        listitem
+  DocBookItemInnerTag   para
 End
 
 Style EnumerateType1
@@ -371,6 +397,18 @@ Style Bibliography
   LabelType     Bibliography
   LabelString   ""
   LabelBottomSep 0
+  TocLevel       1
+  IsTocCaption   0
+  Argument listpreamble:1
+    LabelString    "Bib preamble"
+    MenuString     "Bibliography Preamble"
+    Tooltip        "LaTeX code to be inserted before the first bibliography item"
+    PassThru       1
+    Font
+      Family typewriter
+      Color latex
+    EndFont
+  EndArgument
 End
 
 ###
@@ -499,6 +537,8 @@ End
 ###
 # Float definitions
 ###
+Input stdfloatnames.inc
+
 Float
        Type                  table
        GuiName               Table
@@ -552,30 +592,38 @@ End
 # Counters definitions
 ###
 Counter enumi
+       GuiName "Numbered List (Level 1)"
 End
 
 Counter enumii
+       GuiName "Numbered List (Level 2)"
   Within        enumi
 End
 
 Counter enumiii
+       GuiName "Numbered List (Level 3)"
   Within        enumii
 End
 
 Counter enumiv
+       GuiName "Numbered List (Level 4)"
   Within        enumiii
 End
 
 Counter bibitem
+       GuiName "Bibliography Item"
 End
 
 Counter figure
+       GuiName Figure
 End
 
 Counter table
+       GuiName Table
 End
 
 Counter algorithm
+       GuiName Algorithm
 End
 
 ###