lyx_mirror/lib/layouts/multicol.module
Richard Heck 8ba08a53b2 Update all layouts to format 36.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40428 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-07 22:41:38 +00:00

43 lines
932 B
Plaintext

#\DeclareLyXModule[multicol.sty]{Multiple Columns}
#DescriptionBegin
#Adds 2 styles to begin and end text in multiple columns.
#The begin style contains the number of columns, the end style must be kept empty.
#See the Additional manual for a detailed description of multiple columns.
#DescriptionEnd
#Author: Uwe Stöhr
Format 36
Style "Begin Multiple Columns"
Category MainText
Margin First_Dynamic
LatexType command
LabelType Static
LabelSep xx
LatexName begin{multicols}
LabelString "---Begin Multiple Columns---"
#OptionalArgs 2
#RequiredArgs 1
KeepEmpty 1
ParSkip 0
TopSep 0
BottomSep 0
ParSep 0
Font
Color Blue
EndFont
LabelFont
Color Green
EndFont
Preamble
\usepackage{multicol}
EndPreamble
End
Style "End Multiple Columns"
CopyStyle "Begin Multiple Columns"
LatexName end{multicols}
LabelString "---End Multiple Columns---"
End