]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/soul.module
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / soul.module
index 05849355ee8d7ff7f674a93f539e0730ac6a3bdb..89e79b599fab05cadf7ed94d4235234ad43d162b 100644 (file)
@@ -1,4 +1,5 @@
 #\DeclareLyXModule[soul.sty]{Hyphenatable Text Markup (Soul)}
+#\DeclareCategory{Text Markup}
 #DescriptionBegin
 #Defines text styles to highlight, space-out, strike-through,
 #underline and capitalize/small-cap text by means of the soul package.
 #Author: Stephen [original implementation],
 #        Juergen Spitzmueller <spitz@lyx.org> [fixes]
 
-Format 72
+Format 93
 
 InsetLayout Flex:Spaceletters
-       LyxType         charstyle
+       LyxType charstyle
        LabelString     spaced
        Decoration      conglomerate
        LatexType       command
@@ -24,7 +25,9 @@ InsetLayout Flex:Spaceletters
        EndFont
        NeedMBoxProtect true
        MultiPar        true
+       ForcePlain      true
        Requires        soul
+       InToc           1
 End
 
 InsetLayout Flex:Strikethrough
@@ -41,7 +44,7 @@ InsetLayout Flex:Underline
        LabelString     ul
        LatexName       ul
        Font
-           Misc        underbar
+           Misc       underbar
        EndFont
 End
 
@@ -49,7 +52,7 @@ InsetLayout Flex:Highlight
        CopyStyle       Flex:Spaceletters
        LabelString     hl
        LatexName       hl
-       BgColor         yellow
+       BgColor         notebg
        Requires        soul,color
 End