]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/logicalmkup.module
DocBook: fix indentation.
[lyx.git] / lib / layouts / logicalmkup.module
index 00738d3656ed7f419884b1a9db82558fd98ed98c..8e34871fac01ac725216588f74f532e658385bc3 100644 (file)
@@ -6,7 +6,7 @@
 
 # Author : Martin vermeer <martin.vermeer@hut.fi>
 
-Format 81
+Format 85
 
 InsetLayout Flex:Noun
        LyxType               charstyle
@@ -27,6 +27,8 @@ InsetLayout Flex:Noun
        EndHTMLStyle
        ResetsFont            true
        CustomPars            false
+       DocBookTag            personname
+       DocBookTagType        inline
 End
 
 
@@ -42,6 +44,8 @@ InsetLayout Flex:Emph
        HTMLTag               em
        ResetsFont            true
        CustomPars            false
+       DocBookTag            emphasis
+       DocBookTagType        inline
 End
 
 
@@ -60,6 +64,9 @@ InsetLayout Flex:Strong
        HTMLTag               strong
        ResetsFont            true
        CustomPars            false
+       DocBookTag            personname
+       DocBookAttr           role='bold'
+       DocBookTagType        inline
 End
 
 
@@ -79,4 +86,6 @@ InsetLayout Flex:Code
        ResetsFont            true
        CustomPars            false
        Spellcheck            false
+       DocBookTag            code
+       DocBookTagType        inline
 End