]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/multicol.module
Amend 2877032
[lyx.git] / lib / layouts / multicol.module
index c6611f225599fd5d392efc430b1f2d260af22429..c1f4a76500670145c805ed1335b6ad6e205f2e44 100644 (file)
@@ -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 69
 
 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