]> 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 5b25ca1ba07bb37a679f34b55872eae747a74f2b..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 67
+Format 82
 
 Input stdcounters.inc
 Input stdinsets.inc
@@ -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
@@ -373,6 +399,16 @@ Style Bibliography
   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
 
 ###
@@ -556,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
 
 ###