]> git.lyx.org Git - features.git/blob - lib/layouts/multicol.module
Update layouts
[features.git] / lib / layouts / multicol.module
1 #\DeclareLyXModule[multicol.sty]{Multiple Columns}
2 #\DeclareCategory{Page Layout}
3 #DescriptionBegin
4 #Adds a custom inset whose content is set with multiple columns (2 by default).
5 #See the Additional manual, section 'Multiple Text Columns', for a detailed
6 #description of multiple columns.
7 #DescriptionEnd
8 #Authors: Uwe Stöhr and Jürgen Spitzmüller
9
10 Format 82
11
12 InsetLayout Flex:Multiple_Columns
13   LyXType                       custom
14   Decoration            classic
15   LabelString           Columns
16   LatexType                     environment
17   LatexName                     multicols
18   Requires                      multicol
19   Argument 1
20     LabelString         "Number of Columns"
21     Tooltip                     "Insert the number of columns here"
22     Mandatory           1
23     DefaultArg          2
24     PassThru            1
25   EndArgument
26   Argument 2
27     LabelString         "Preface"
28     Tooltip                     "An optional preface"
29   EndArgument
30   Argument 3
31     LabelString         "Space Before Page Break"
32     Tooltip                     "Free space that needs to be on the page to start the multiple columns on this page"
33     Requires            2
34   EndArgument
35         ResetsFont true
36 End
37