]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/powerdot.layout
LyXHTML: add explicit HTMLTag for titles.
[lyx.git] / lib / layouts / powerdot.layout
index 4eea71464593424a02fb97912dfd9507eb6247e6..383f41471c31b8e11350357838ae9200d99f4b4a 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 96
+Format 99
 
 Input stdcounters.inc
 Input stdinsets.inc
@@ -256,6 +256,7 @@ Style Section
     LabelString   "Section Option"
     Tooltip       "Optional arguments to the section command (see powerdot manual)"
   EndArgument
+  HTMLTag       h2
 End
 
 ###
@@ -374,6 +375,12 @@ Style Enumerate
   DocBookTag            orderedlist
   DocBookItemTag        listitem
   DocBookItemInnerTag   para
+  HTMLStyle
+      ol.enumi   { list-style-type: decimal; }
+      ol.enumii  { list-style-type: lower-latin; }
+      ol.enumiii { list-style-type: lower-roman; }
+      ol.enumiv  { list-style-type: upper-latin; }
+  EndHTMLStyle
 End
 
 Style EnumerateType1