]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/multicol.module
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / lib / layouts / multicol.module
index faf898b73ce63a5e691f26a2903600aea8028265..0636a2f337f01c71ef1930a504df0d26638dc2ea 100644 (file)
@@ -2,11 +2,18 @@
 #DescriptionBegin
 #Adds 2 styles to begin and end text in multiple columns.
 #The begin style contains the number of columns, the end style must be kept empty.
-#See the Additional manual for a detailed description of multiple columns.
+#See the Additional manual, section 'Multiple Text Columns', for a detailed
+#description of multiple columns.
 #DescriptionEnd
 #Author: Uwe Stöhr
 
-Format 40
+Format 45
+
+AddToPreamble
+ % used for multiple text columns
+ \usepackage{multicol}
+
+EndPreamble
 
 Style "Begin Multiple Columns"
   Category             MainText
@@ -16,8 +23,14 @@ Style "Begin Multiple Columns"
   LabelSep             xx
   LatexName            begin{multicols}
   LabelString          "---Begin Multiple Columns---"
-  #OptionalArgs                2
-  #RequiredArgs                1
+  Argument post:1
+    LabelString                "Preface"
+    Tooltip            "An optional preface"
+  EndArgument
+  Argument post:2
+    LabelString                "Space Before Page Break"
+    Tooltip            "Free space that needs to be on the page to start the multiple columns on this page"
+  EndArgument
   KeepEmpty            1
   ParSkip              0
   TopSep               0
@@ -29,14 +42,12 @@ Style "Begin Multiple Columns"
   LabelFont
     Color              Green
   EndFont
-  Preamble
-    \usepackage{multicol}
-  EndPreamble
 End
 
 Style "End Multiple Columns"
   CopyStyle            "Begin Multiple Columns"
   LatexName            end{multicols}
   LabelString          "---End Multiple Columns---"
+  ResetArgs            1
 End