]> git.lyx.org Git - features.git/blobdiff - lib/layouts/lyxmacros.inc
Merge branch 'master' of git.lyx.org:lyx
[features.git] / lib / layouts / lyxmacros.inc
index ab25dbf5412c06f1b4cac89aa8c11d9fbd509586..52db46a07fc8b30cb7e26e76cebaf2ae9898b422 100644 (file)
@@ -8,7 +8,7 @@
 # be removed later.
 
 
-Format 70
+Format 95
 Style LyX-Code
        Category              MainText
        Margin                Static
@@ -38,6 +38,9 @@ Style LyX-Code
        Font
          Family              Typewriter
        EndFont
+       DocBookTag            programlisting
+    DocBookTagType        paragraph
+       DocBookAttr                       language='lyx'
 End
 
 
@@ -59,6 +62,8 @@ Style Address
                        \noindent\par}
                }
        EndPreamble
+       DocBookTag            address
+       DocBookTagType        paragraph
 End
 
 
@@ -80,4 +85,7 @@ Style Right_Address
                        \par}
                }
        EndPreamble
+       DocBookTag            address
+       DocBookTagType        paragraph
+       DocBookAttr           role='right-address'
 End