]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/lyxmacros.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / lyxmacros.inc
index f96f1ce5f14abb3b5346904c2e7592995f33a0ce..1dabb5bf557616961b8c16253e1fd5b10816d923 100644 (file)
@@ -8,7 +8,7 @@
 # be removed later.
 
 
-Format 10
+Format 98
 Style LyX-Code
        Category              MainText
        Margin                Static
@@ -38,10 +38,14 @@ Style LyX-Code
        Font
          Family              Typewriter
        EndFont
+       DocBookTag            programlisting
+    DocBookTagType        paragraph
+       DocBookAttr                       language='lyx'
 End
 
 
 Style Address
+       Category              FrontMatter
        Margin                Static
        LatexType             Command
        LatexName             lyxaddress
@@ -58,10 +62,13 @@ Style Address
                        \noindent\par}
                }
        EndPreamble
+       DocBookTag            address
+       DocBookTagType        paragraph
 End
 
 
 Style Right_Address
+       Category              FrontMatter
        Margin                Right_Address_Box
        LatexType             Command
        LatexName             lyxrightaddress
@@ -78,4 +85,7 @@ Style Right_Address
                        \par}
                }
        EndPreamble
+       DocBookTag            address
+       DocBookTagType        paragraph
+       DocBookAttr           role='right-address'
 End