X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fmulticol.module;h=2711386d52d4972336b477cdab98fb71a279b224;hb=761648b1f7d1df9de87921143b8004b6d3dd21e9;hp=c019c3ca12b3e30c7f19579a67a040ae5ddb4857;hpb=4d6f9eb089bfa664374e599db17d9f671a22f968;p=lyx.git diff --git a/lib/layouts/multicol.module b/lib/layouts/multicol.module index c019c3ca12..2711386d52 100644 --- a/lib/layouts/multicol.module +++ b/lib/layouts/multicol.module @@ -1,4 +1,5 @@ #\DeclareLyXModule[multicol.sty]{Multiple Columns} +#\DeclareCategory{Page Layout} #DescriptionBegin #Adds a custom inset whose content is set with multiple columns (2 by default). #See the Additional manual, section 'Multiple Text Columns', for a detailed @@ -6,29 +7,30 @@ #DescriptionEnd #Authors: Uwe Stöhr and Jürgen Spitzmüller -Format 58 +Format 82 InsetLayout Flex:Multiple_Columns - LyXType custom - Decoration classic - LabelString Columns - LatexType environment - LatexName multicols - Requires multicol + LyXType custom + Decoration classic + LabelString Columns + LatexType environment + LatexName multicols + Requires multicol Argument 1 - LabelString "Number of Columns" - Tooltip "Insert the number of columns here" - Mandatory 1 - DefaultArg 2 + LabelString "Number of Columns" + Tooltip "Insert the number of columns here" + Mandatory 1 + DefaultArg 2 + PassThru 1 EndArgument Argument 2 - LabelString "Preface" - Tooltip "An optional preface" + LabelString "Preface" + Tooltip "An optional preface" EndArgument Argument 3 - LabelString "Space Before Page Break" - Tooltip "Free space that needs to be on the page to start the multiple columns on this page" - Requires 2 + LabelString "Space Before Page Break" + Tooltip "Free space that needs to be on the page to start the multiple columns on this page" + Requires 2 EndArgument ResetsFont true End