]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/logicalmkup.module
Update layout format
[lyx.git] / lib / layouts / logicalmkup.module
index 719ad022239654089c1cde747f04f2a2413fbc0c..06d169600ff7fc076d4e2b36c18fc255d8a10206 100644 (file)
@@ -6,7 +6,7 @@
 
 # Author : Martin vermeer <martin.vermeer@hut.fi>
 
-Format 29
+Format 66
 
 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
 
 
@@ -50,10 +52,11 @@ InsetLayout Flex:Strong
          Series              Bold
        EndFont
        Preamble
-       \newcommand{\strong}[1]{\textbf{#1}}
+       \providecommand*{\strong}[1]{\textbf{#1}}
        EndPreamble
        InToc                 true
        HTMLTag               strong
+       ResetsFont true
 End
 
 
@@ -66,8 +69,10 @@ InsetLayout Flex:Code
          Family              Typewriter
        EndFont
        Preamble
-       \newcommand{\code}[1]{\texttt{#1}}
+       \providecommand*{\code}[1]{\texttt{#1}}
        EndPreamble
        InToc                 true
        HTMLTag               code
+       ResetsFont true
+       Spellcheck            false
 End