lyx_mirror/lib/layouts/soul.module
Scott Kostyshak 9ca91b2566 Update layouts (run layout2layout.py)
There is nothing in the diff besides the format number changing from
93 to 95. From what I understand, this is as expected since 93 -> 94
and 94 -> 95 just add new layout tags.

Updating the layouts makes it easier to test master. Otherwise, in
some use cases layout2layout can be run hundreds of times which can
make some things slow (e.g., opening documents or even opening the
advanced find pane).
2021-10-25 12:37:21 -04:00

94 lines
1.7 KiB
Plaintext

#\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.
#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 95
InsetLayout Flex:Spaceletters
LyxType charstyle
LabelString spaced
Decoration conglomerate
LatexType command
LatexName so
LabelFont
Size Small
EndFont
NeedMBoxProtect true
MultiPar true
ForcePlain true
Requires soul
InToc 1
End
InsetLayout Flex:Strikethrough
CopyStyle Flex:Spaceletters
LabelString strike
LatexName st
Font
Misc strikeout
EndFont
End
InsetLayout Flex:Underline
CopyStyle Flex:Spaceletters
LabelString ul
LatexName ul
Font
Misc underbar
EndFont
End
InsetLayout Flex:Highlight
CopyStyle Flex:Spaceletters
LabelString hl
LatexName hl
BgColor notebg
Requires soul,color
End
InsetLayout Flex:Capitalize
CopyStyle Flex:Spaceletters
LabelString caps
LatexName caps
Font
Shape smallcaps
EndFont
End
# Obsolete older forms used on wiki.lyx.org
InsetLayout Flex:spaceletters
ObsoletedBy Flex:Spaceletters
End
InsetLayout Flex:strikethrough
ObsoletedBy Flex:Strikethrough
End
InsetLayout Flex:underline
ObsoletedBy Flex:Underline
End
InsetLayout Flex:highlight
ObsoletedBy Flex:Highlight
End
InsetLayout Flex:capitalise
ObsoletedBy Flex:Capitalize
End
InsetLayout Flex:Capitalise
ObsoletedBy Flex:Capitalize
End