]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/apa.layout
Fix bug #11410.
[lyx.git] / lib / layouts / apa.layout
index dcacaee0b5f8d84f1374fad46845c5eea1b7425f..57af913dce4162189b4a7c5bc38842b44b36a6ad 100644 (file)
@@ -3,7 +3,7 @@
 #  \DeclareCategory{Articles}
 # Author: Randy Gobbel <gobbel@andrew.cmu.edu>
 
-Format 85
+Format 97
 Columns                 1
 Sides                   1
 PageStyle               Headers
@@ -71,6 +71,10 @@ Style RightHeader
          Size                Small
        EndFont
        Align                 Right
+       DocBookTag            titleabbrev
+       DocBookAttr           role='right-header'
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
@@ -125,6 +129,10 @@ Style ShortTitle
        DocBookTag            titleabbrev
        DocBookTagType        paragraph
        DocBookInInfo         maybe
+       DocBookTag            titleabbrev
+       DocBookAttr           role='short-title'
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
@@ -451,6 +459,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