]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/logicalmkup.module
Revert "Fix Ticket #9741 misleading name for font-encoding setting "default"."
[lyx.git] / lib / layouts / logicalmkup.module
index f9097800072e540794a3a5216b9dcf42a2ebbfd2..840e4328b67cc4c2146e9186c784ae0cad6606d4 100644 (file)
@@ -6,9 +6,9 @@
 
 # Author : Martin vermeer <martin.vermeer@hut.fi>
 
-Format 19
+Format 62
 
-InsetLayout CharStyle:Noun
+InsetLayout Flex:Noun
        LyxType               charstyle
        LabelString           noun
        LatexType             command
@@ -25,10 +25,11 @@ InsetLayout CharStyle:Noun
                        font-family: sans-serif;
                }
        EndHTMLStyle
+       ResetsFont true
 End
 
 
-InsetLayout CharStyle:Emph
+InsetLayout Flex:Emph
        LyxType               charstyle
        LabelString           emph
        LatexType             command
@@ -38,10 +39,11 @@ InsetLayout CharStyle:Emph
        EndFont
        InToc                 true
        HTMLTag               em
+       ResetsFont true
 End
 
 
-InsetLayout CharStyle:Strong
+InsetLayout Flex:Strong
        LyxType               charstyle
        LabelString           strong
        LatexType             command
@@ -54,10 +56,11 @@ InsetLayout CharStyle:Strong
        EndPreamble
        InToc                 true
        HTMLTag               strong
+       ResetsFont true
 End
 
 
-InsetLayout CharStyle:Code
+InsetLayout Flex:Code
        LyxType               charstyle
        LabelString           code
        LatexType             command
@@ -70,4 +73,6 @@ InsetLayout CharStyle:Code
        EndPreamble
        InToc                 true
        HTMLTag               code
+       ResetsFont true
+       Spellcheck            false
 End