]> 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 7abcf180a2d718885a172d3c2529641a96d0c572..b1d80cf281bd8de2897e6e8af2b4e8980a13284e 100644 (file)
@@ -1,12 +1,12 @@
 #\DeclareLyXModule{Logical Markup}
+#\DeclareCategory{Text Markup}
 #DescriptionBegin
 #Defines some character styles for logical markup: noun, emph, strong, and code.
 #DescriptionEnd
-#Category: charstyles
 
 # Author : Martin vermeer <martin.vermeer@hut.fi>
 
-Format 64
+Format 100
 
 InsetLayout Flex:Noun
        LyxType               charstyle
@@ -19,13 +19,16 @@ InsetLayout Flex:Noun
        Requires              noun
        InToc                 true
        HTMLTag               span
-       HTMLAttr              class='noun'
+       HTMLClass             "noun"
        HTMLStyle
                span.noun {
                        font-family: sans-serif;
                }
        EndHTMLStyle
-       ResetsFont true
+       ResetsFont            true
+       CustomPars            false
+       DocBookTag            personname
+       DocBookTagType        inline
 End
 
 
@@ -39,7 +42,10 @@ InsetLayout Flex:Emph
        EndFont
        InToc                 true
        HTMLTag               em
-       ResetsFont true
+       ResetsFont            true
+       CustomPars            false
+       DocBookTag            emphasis
+       DocBookTagType        inline
 End
 
 
@@ -56,7 +62,11 @@ InsetLayout Flex:Strong
        EndPreamble
        InToc                 true
        HTMLTag               strong
-       ResetsFont true
+       ResetsFont            true
+       CustomPars            false
+       DocBookTag            personname
+       DocBookAttr           role='bold'
+       DocBookTagType        inline
 End
 
 
@@ -73,6 +83,9 @@ InsetLayout Flex:Code
        EndPreamble
        InToc                 true
        HTMLTag               code
-       ResetsFont true
+       ResetsFont            true
+       CustomPars            false
        Spellcheck            false
+       DocBookTag            code
+       DocBookTagType        inline
 End