X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fmulticol.module;h=2711386d52d4972336b477cdab98fb71a279b224;hb=761648b1f7d1df9de87921143b8004b6d3dd21e9;hp=acd47dab8b345b237da393a64174ed600d6cc841;hpb=486c7cc0696416e7e09242269c64442afd5fda02;p=lyx.git diff --git a/lib/layouts/multicol.module b/lib/layouts/multicol.module index acd47dab8b..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 54 +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