]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/soul.module
Do not throw away runparams settings of InsetText in InsetFoot::latex
[lyx.git] / lib / layouts / soul.module
index 28445c876f9bdf07b8061bd04ccd4c6456acd4c3..783c93b4f1f4c33fb9ede767b4bda9c6de01ba3c 100644 (file)
@@ -1,6 +1,7 @@
 #\DeclareLyXModule[soul.sty]{Hyphenatable Text Markup (Soul)}
+#\DeclareCategory{Text Markup}
 #DescriptionBegin
-#Defines text styles to highlight, space-out, strike-through
+#Defines text styles to highlight, space-out, strike-through,
 #underline and capitalize/small-cap text by means of the soul package.
 #As opposed to the markup provided by the Text Properties
 #dialog, words marked-up with soul are hyphenated.
 #Author: Stephen [original implementation],
 #        Juergen Spitzmueller <spitz@lyx.org> [fixes]
 
-Format 71
+Format 100
 
 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