]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/soul.module
DocBook: fix margin notes.
[lyx.git] / lib / layouts / soul.module
index 252dd5ea391e81d09d2432ca06133cd7f8ca4dba..e798ed3e4e3332e77cb6079c6b7ec89631c3ae1d 100644 (file)
@@ -1,7 +1,10 @@
-#\DeclareLyXModule[soul.sty]{Soul Text Markup}
+#\DeclareLyXModule[soul.sty]{Hyphenatable Text Markup (Soul)}
+#\DeclareCategory{Text Markup}
 #DescriptionBegin
-#Defines text styles to highlight, space-out, strike-through
-#underline and capitalize text by means of the soul package.
+#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.
 #DescriptionEnd
 #Requires      
 #Excludes
 #Author: Stephen [original implementation],
 #        Juergen Spitzmueller <spitz@lyx.org> [fixes]
 
-Format 71
+Format 82
 
 InsetLayout Flex:Spaceletters
-       LyxType         charstyle
+       LyxType charstyle
        LabelString     spaced
        Decoration      conglomerate
        LatexType       command
@@ -22,6 +25,7 @@ InsetLayout Flex:Spaceletters
        EndFont
        NeedMBoxProtect true
        MultiPar        true
+       ForcePlain      true
        Requires        soul
 End
 
@@ -39,7 +43,7 @@ InsetLayout Flex:Underline
        LabelString     ul
        LatexName       ul
        Font
-           Misc        underbar
+           Misc       underbar
        EndFont
 End