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