X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fmulticol.module;h=427e974cf9cd4965b29220468f04d581b20070ff;hb=c92c5b92a3d0ada4a00000b655634524ed66c9ad;hp=c6611f225599fd5d392efc430b1f2d260af22429;hpb=059dad2acec052c293d0b0a068376ab8a6c024b7;p=lyx.git diff --git a/lib/layouts/multicol.module b/lib/layouts/multicol.module index c6611f2255..427e974cf9 100644 --- a/lib/layouts/multicol.module +++ b/lib/layouts/multicol.module @@ -6,35 +6,31 @@ #DescriptionEnd #Authors: Uwe Stöhr and Jürgen Spitzmüller -Format 45 - -AddToPreamble -% used for multiple text columns -\usepackage{multicol} - -EndPreamble +Format 68 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