]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/logicalmkup.module
Amend 3058deb: Make convert_fonts robust
[lyx.git] / lib / layouts / logicalmkup.module
index 8410071c5e7cdd3a92570a4b7e8fcb2ecad3bc71..6d36fd1d43e990b06843a7303c16f477363a89eb 100644 (file)
@@ -6,7 +6,7 @@
 
 # Author : Martin vermeer <martin.vermeer@hut.fi>
 
-Format 45
+Format 68
 
 InsetLayout Flex:Noun
        LyxType               charstyle
@@ -25,6 +25,8 @@ InsetLayout Flex:Noun
                        font-family: sans-serif;
                }
        EndHTMLStyle
+       ResetsFont            true
+       CustomPars            false
 End
 
 
@@ -38,6 +40,8 @@ InsetLayout Flex:Emph
        EndFont
        InToc                 true
        HTMLTag               em
+       ResetsFont            true
+       CustomPars            false
 End
 
 
@@ -50,10 +54,12 @@ InsetLayout Flex:Strong
          Series              Bold
        EndFont
        Preamble
-       \newcommand{\strong}[1]{\textbf{#1}}
+       \providecommand*{\strong}[1]{\textbf{#1}}
        EndPreamble
        InToc                 true
        HTMLTag               strong
+       ResetsFont            true
+       CustomPars            false
 End
 
 
@@ -66,8 +72,11 @@ InsetLayout Flex:Code
          Family              Typewriter
        EndFont
        Preamble
-       \newcommand{\code}[1]{\texttt{#1}}
+       \providecommand*{\code}[1]{\texttt{#1}}
        EndPreamble
        InToc                 true
        HTMLTag               code
+       ResetsFont            true
+       CustomPars            false
+       Spellcheck            false
 End