]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/logicalmkup.module
Consistent output of breakable/non-breakable dashes on all TeX engines.
[lyx.git] / lib / layouts / logicalmkup.module
index 719ad022239654089c1cde747f04f2a2413fbc0c..dad9995d069c72d8a47bd169e72f975cfe7b2b80 100644 (file)
@@ -6,7 +6,7 @@
 
 # Author : Martin vermeer <martin.vermeer@hut.fi>
 
-Format 29
+Format 65
 
 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