2011-07-20 01:53:12 +00:00
|
|
|
#\DeclareLyXModule[multicol.sty]{Multiple Columns}
|
|
|
|
#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.
|
2013-01-19 13:34:48 +00:00
|
|
|
#See the Additional manual, section 'Multiple Text Columns', for a detailed
|
2013-01-13 02:23:25 +00:00
|
|
|
#description of multiple columns.
|
2011-07-20 01:53:12 +00:00
|
|
|
#DescriptionEnd
|
|
|
|
#Author: Uwe Stöhr
|
|
|
|
|
2012-12-30 17:35:23 +00:00
|
|
|
Format 43
|
2011-07-20 01:53:12 +00:00
|
|
|
|
2013-01-13 02:23:25 +00:00
|
|
|
AddToPreamble
|
|
|
|
% used for multiple text columns
|
|
|
|
\usepackage{multicol}
|
|
|
|
|
|
|
|
EndPreamble
|
|
|
|
|
2011-07-20 01:53:12 +00:00
|
|
|
Style "Begin Multiple Columns"
|
|
|
|
Category MainText
|
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType command
|
|
|
|
LabelType Static
|
|
|
|
LabelSep xx
|
|
|
|
LatexName begin{multicols}
|
|
|
|
LabelString "---Begin Multiple Columns---"
|
2013-01-13 02:23:25 +00:00
|
|
|
Argument post:1
|
|
|
|
LabelString "Preface"
|
|
|
|
Tooltip "An optional preface"
|
|
|
|
EndArgument
|
|
|
|
Argument post:2
|
2013-01-27 15:56:44 +00:00
|
|
|
LabelString "Space Before Page Break"
|
2013-01-13 02:23:25 +00:00
|
|
|
Tooltip "Free space that needs to be on the page to start the multiple columns on this page"
|
|
|
|
EndArgument
|
2011-07-20 01:53:12 +00:00
|
|
|
KeepEmpty 1
|
|
|
|
ParSkip 0
|
|
|
|
TopSep 0
|
|
|
|
BottomSep 0
|
|
|
|
ParSep 0
|
|
|
|
Font
|
|
|
|
Color Blue
|
|
|
|
EndFont
|
|
|
|
LabelFont
|
|
|
|
Color Green
|
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
|
|
|
Style "End Multiple Columns"
|
|
|
|
CopyStyle "Begin Multiple Columns"
|
|
|
|
LatexName end{multicols}
|
|
|
|
LabelString "---End Multiple Columns---"
|
2013-01-13 02:23:25 +00:00
|
|
|
ResetArgs 1
|
2011-07-20 01:53:12 +00:00
|
|
|
End
|
|
|
|
|