]> git.lyx.org Git - lyx.git/blob - lib/layouts/multicol.module
Merge remote-tracking branch 'features/scroll-reloaded'
[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 #Authors: Uwe Stöhr and Jürgen Spitzmüller
8
9 Format 53
10
11 InsetLayout Flex:Multiple_Columns
12   LyXType               custom
13   Decoration            classic
14   LabelString           Columns
15   LatexType             environment
16   LatexName             multicols
17   Requires              multicol
18   Argument 1
19     LabelString         "Number of Columns"
20     Tooltip             "Insert the number of columns here"
21     Mandatory           1
22     DefaultArg          2
23   EndArgument
24   Argument 2
25     LabelString         "Preface"
26     Tooltip             "An optional preface"
27   EndArgument
28   Argument 3
29     LabelString         "Space Before Page Break"
30     Tooltip             "Free space that needs to be on the page to start the multiple columns on this page"
31     Requires            2
32   EndArgument
33         ResetsFont true
34 End
35