]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/logicalmkup.module
Update covington support in linguistics module (file format change)
[lyx.git] / lib / layouts / logicalmkup.module
index 17db22b54dd625cfc4ab695e6e98952e97c790bc..b1d80cf281bd8de2897e6e8af2b4e8980a13284e 100644 (file)
@@ -6,7 +6,7 @@
 
 # Author : Martin vermeer <martin.vermeer@hut.fi>
 
-Format 76
+Format 100
 
 InsetLayout Flex:Noun
        LyxType               charstyle
@@ -19,7 +19,7 @@ InsetLayout Flex:Noun
        Requires              noun
        InToc                 true
        HTMLTag               span
-       HTMLAttr              class='noun'
+       HTMLClass             "noun"
        HTMLStyle
                span.noun {
                        font-family: sans-serif;
@@ -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