]> git.lyx.org Git - lyx.git/blob - lib/layouts/multicol.module
427e974cf9cd4965b29220468f04d581b20070ff
[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 68
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     PassThru            1
24   EndArgument
25   Argument 2
26     LabelString         "Preface"
27     Tooltip                     "An optional preface"
28   EndArgument
29   Argument 3
30     LabelString         "Space Before Page Break"
31     Tooltip                     "Free space that needs to be on the page to start the multiple columns on this page"
32     Requires            2
33   EndArgument
34         ResetsFont true
35 End
36