]> git.lyx.org Git - lyx.git/blob - lib/layouts/multicol.module
Update all layouts to format 40.
[lyx.git] / lib / layouts / multicol.module
1 #\DeclareLyXModule[multicol.sty]{Multiple Columns}
2 #DescriptionBegin
3 #Adds 2 styles to begin and end text in multiple columns.
4 #The begin style contains the number of columns, the end style must be kept empty.
5 #See the Additional manual for a detailed description of multiple columns.
6 #DescriptionEnd
7 #Author: Uwe Stöhr
8
9 Format 40
10
11 Style "Begin Multiple Columns"
12   Category              MainText
13   Margin                First_Dynamic
14   LatexType             command
15   LabelType             Static
16   LabelSep              xx
17   LatexName             begin{multicols}
18   LabelString           "---Begin Multiple Columns---"
19   #OptionalArgs         2
20   #RequiredArgs         1
21   KeepEmpty             1
22   ParSkip               0
23   TopSep                0
24   BottomSep             0
25   ParSep                0
26   Font
27     Color               Blue
28   EndFont
29   LabelFont
30     Color               Green
31   EndFont
32   Preamble
33     \usepackage{multicol}
34   EndPreamble
35 End
36
37 Style "End Multiple Columns"
38   CopyStyle             "Begin Multiple Columns"
39   LatexName             end{multicols}
40   LabelString           "---End Multiple Columns---"
41 End
42