]> git.lyx.org Git - lyx.git/blob - lib/layouts/sciposter.layout
Remove debugging code.
[lyx.git] / lib / layouts / sciposter.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[sciposter,sectionbox.sty,wallpaper.sty]{SciPoster}
3 #  \DeclareCategory{Posters}
4 # Wrapper layout for the sciposter.cls poster class
5 #
6 # Authors: Günter Milde, Jürgen Spitzmüller (spitz@lyx.org)
7 #
8 # Input general definitions
9
10 Format 60
11
12 Input stdclass.inc
13
14 DefaultModule multicol
15 DefaultModule sectionbox
16
17 SecNumDepth     3
18 TocDepth        3
19
20 ClassOptions
21         FontSize              14|17|20|25|30|36 
22 End
23
24 Style Institute
25   CopyStyle        Author
26   LatexName        institute
27 End
28
29 Style E-Mail
30   CopyStyle        Author
31   LatexName        email
32 End
33
34 Style Conference
35   CopyStyle        Author
36   InTitle          0
37   LatexName        conference
38 End
39
40 Style LeftLogo
41   Category         FrontMatter
42   Margin           Dynamic
43   LatexType        Command
44   InTitle          1
45   LatexName        leftlogo
46   LabelString     "Left logo:"
47   ParSkip          0.4
48   TopSep           0.9
49   BottomSep        0.5
50   ParSep           1
51   ParIndent       MM
52   Align           Left
53   LabelType       Static
54   LabelSep        xx
55   LabelFont
56     Series        Bold
57     Color         Blue
58   EndFont
59   Argument 1
60     LabelString   "Logo Size"
61     Tooltip       "Relative logo size (0 through 1)"
62   EndArgument
63 End
64
65 Style RightLogo
66   CopyStyle        LeftLogo
67   LatexName        rightlogo
68   LabelString     "Right logo:"
69 End
70
71 # There are no chapters in a poster.
72 NoStyle Chapter
73 NoStyle Chapter*
74 # Nor are there parts
75 NoStyle Part
76 NoStyle Part*
77
78 InsetLayout Caption:Standard
79         Argument 1
80                 LabelString   "Caption Width"
81                 Tooltip       "The caption width relative to the column (0 through 1)"
82         EndArgument
83 End
84
85 Float
86         Type                  algorithm
87         GuiName               Algorithm
88         Placement             tbp
89         AllowedPlacement      !htbp
90         AllowsSideways        0
91         AllowsWide            0
92         Extension             loa
93         NumberWithin          none
94         Style                 none
95         IsPredefined          true
96         UsesFloatPkg          false
97         RefPrefix             alg
98 End
99
100 Float
101         Type                  figure
102         GuiName               Figure
103         AllowedPlacement      !htbp
104         Extension             lof
105         NumberWithin          none
106         Style                 plain
107         ListName              "List of Figures"
108         IsPredefined          true
109         UsesFloatPkg          false
110         ListCommand           listoffigures
111         RefPrefix             fig
112 End
113
114 Float
115         Type                  table
116         GuiName               Table
117         AllowedPlacement      !htbp
118         Extension             lot
119         NumberWithin          none
120         Style                 plain
121         ListName              "List of Tables"
122         IsPredefined          true
123         UsesFloatPkg          false
124         ListCommand           listoftables
125         RefPrefix             tab
126 End
127
128 InsetLayout "Flex:Giant"
129         LyXType               custom
130         Decoration            classic
131         LabelString           Giant
132         LatexType             None
133         LeftDelim             {\veryHuge{}
134         RightDelim            \par}
135         Font
136           Size                giant
137         EndFont
138         LabelFont
139           Size                normal
140         EndFont
141         ResetsFont            true
142 End
143
144 InsetLayout "Flex:More_Giant"
145         CopyStyle             Flex:Giant
146         LeftDelim             {\VeryHuge{}
147         LabelString           "More Giant"
148 End
149
150 InsetLayout "Flex:Most_Giant"
151         CopyStyle             Flex:Giant
152         LeftDelim             {\VERYHuge{}
153         LabelString           "Most Giant"
154 End
155
156 InsetLayout Flex:Giant_Snippet
157         LyXType               charstyle
158         LabelString           Giant
159         LatexType             None
160         LeftDelim             {\veryHuge{}
161         RightDelim            }
162         Font
163           Size                giant
164         EndFont
165         LabelFont
166           Size                normal
167         EndFont
168         ResetsFont            true
169 End
170
171 InsetLayout Flex:More_Giant_Snippet
172         CopyStyle             Flex:Giant_Snippet
173         LabelString           "More Giant"
174         LeftDelim             {\VeryHuge{}
175 End
176
177 InsetLayout Flex:Most_Giant_Snippet
178         CopyStyle             Flex:Giant_Snippet
179         LabelString           "Most Giant"
180         LeftDelim             {\VERYHuge{}
181 End