]> git.lyx.org Git - features.git/blobdiff - lib/layouts/lyxmacros.inc
Fix compilation with gcc 4.9
[features.git] / lib / layouts / lyxmacros.inc
index 6c70ce0456674a980217bdfa389fcda59b06b7a8..52db46a07fc8b30cb7e26e76cebaf2ae9898b422 100644 (file)
@@ -8,7 +8,7 @@
 # be removed later.
 
 
-Format 41
+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