lyx_mirror/lib/layouts/multicol.module
Uwe Stöhr f1b40f9867 - multicol.module: new module for multiple text columns
- Additional.lyx: update description of multiple columns
- multicol.lyx: remove this file because its content is now completely in Additional.lyx

(We once described multiple columns in 3 different files, Additional.lyx, Customization.lyx and multicol.lyx. We now have only one place.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39355 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-20 01:53:12 +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 35
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