]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/logicalmkup.module
More fixes for #9897 (wrong inset-icon size in PDF)
[lyx.git] / lib / layouts / logicalmkup.module
index 98c990e78cf110363f8934da596ba7d316d1068d..a0629ea776f769910b12c22df7259cab3cd452c1 100644 (file)
@@ -6,7 +6,7 @@
 
 # Author : Martin vermeer <martin.vermeer@hut.fi>
 
-Format 34
+Format 60
 
 InsetLayout Flex:Noun
        LyxType               charstyle
@@ -25,6 +25,7 @@ InsetLayout Flex:Noun
                        font-family: sans-serif;
                }
        EndHTMLStyle
+       ResetsFont true
 End
 
 
@@ -38,6 +39,7 @@ InsetLayout Flex:Emph
        EndFont
        InToc                 true
        HTMLTag               em
+       ResetsFont true
 End
 
 
@@ -54,6 +56,7 @@ InsetLayout Flex:Strong
        EndPreamble
        InToc                 true
        HTMLTag               strong
+       ResetsFont true
 End
 
 
@@ -70,4 +73,6 @@ InsetLayout Flex:Code
        EndPreamble
        InToc                 true
        HTMLTag               code
+       ResetsFont true
+       Spellcheck            false
 End