]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/multicol.module
Update layout format
[lyx.git] / lib / layouts / multicol.module
index eecbbbf5a7a0169a7f3b3c4e0b60b8924f40cc8f..86d742925869b86ec365426fd5a39d8ee38fb6b6 100644 (file)
@@ -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