X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fmulticol.module;h=86d742925869b86ec365426fd5a39d8ee38fb6b6;hb=8d8ee12e6481a2d9687228a4a5f9dd44a21a052e;hp=eecbbbf5a7a0169a7f3b3c4e0b60b8924f40cc8f;hpb=db06f8c2e804185bbf6340e1c3a5cdfd9f4cadaa;p=lyx.git diff --git a/lib/layouts/multicol.module b/lib/layouts/multicol.module index eecbbbf5a7..86d7429258 100644 --- a/lib/layouts/multicol.module +++ b/lib/layouts/multicol.module @@ -4,31 +4,33 @@ #See the Additional manual, section 'Multiple Text Columns', for a detailed #description of multiple columns. #DescriptionEnd -#Author: Uwe Stöhr +#Authors: Uwe Stöhr and Jürgen Spitzmüller -Format 45 +Format 66 InsetLayout Flex:Multiple_Columns - LyXType custom - Decoration classic - LabelString Columns - LatexType environment - LatexName multicols + 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 - Requires multicol + ResetsFont true End