]> git.lyx.org Git - lyx.git/blob - lib/layouts/sciposter.layout
update layout files to format 101
[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 101
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         textlabel1
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 Input stdfloatnames.inc
86
87 Float
88         Type                  algorithm
89         GuiName               Algorithm
90         Placement             tbp
91         AllowedPlacement      !htbp
92         AllowsSideways        0
93         AllowsWide            0
94         Extension             loa
95         NumberWithin          none
96         Style                 none
97         IsPredefined          true
98         UsesFloatPkg          false
99         RefPrefix             alg
100 End
101
102 Float
103         Type                  figure
104         GuiName               Figure
105         AllowedPlacement      !htbp
106         Extension             lof
107         NumberWithin          none
108         Style                 plain
109         ListName              "List of Figures"
110         IsPredefined          true
111         UsesFloatPkg          false
112         ListCommand           listoffigures
113         RefPrefix             fig
114 End
115
116 Float
117         Type                  table
118         GuiName               Table
119         AllowedPlacement      !htbp
120         Extension             lot
121         NumberWithin          none
122         Style                 plain
123         ListName              "List of Tables"
124         IsPredefined          true
125         UsesFloatPkg          false
126         ListCommand           listoftables
127         RefPrefix             tab
128 End
129
130 InsetLayout "Flex:Giant"
131         LyXType               custom
132         Decoration            classic
133         LabelString           Giant
134         LatexType             None
135         LeftDelim             {\veryHuge{}
136         RightDelim            \par}
137         Font
138           Size                giant
139         EndFont
140         LabelFont
141           Size                normal
142         EndFont
143         ResetsFont            true
144 End
145
146 InsetLayout "Flex:More_Giant"
147         CopyStyle             Flex:Giant
148         LeftDelim             {\VeryHuge{}
149         LabelString           "More Giant"
150 End
151
152 InsetLayout "Flex:Most_Giant"
153         CopyStyle             Flex:Giant
154         LeftDelim             {\VERYHuge{}
155         LabelString           "Most Giant"
156 End
157
158 InsetLayout Flex:Giant_Snippet
159         LyXType               charstyle
160         LabelString           Giant
161         LatexType             None
162         LeftDelim             {\veryHuge{}
163         RightDelim            }
164         Font
165           Size                giant
166         EndFont
167         LabelFont
168           Size                normal
169         EndFont
170         ResetsFont            true
171 End
172
173 InsetLayout Flex:More_Giant_Snippet
174         CopyStyle             Flex:Giant_Snippet
175         LabelString           "More Giant"
176         LeftDelim             {\VeryHuge{}
177 End
178
179 InsetLayout Flex:Most_Giant_Snippet
180         CopyStyle             Flex:Giant_Snippet
181         LabelString           "Most Giant"
182         LeftDelim             {\VERYHuge{}
183 End
184
185 # InsetLayout Flex:Multiple_Columns
186 #   DocBookWrapperTag NONE
187 #   DocBookTag        NONE
188 #   DocBookItemWrapperTag  NONE
189 #   DocBookItemTag    NONE
190 #   DocBookNotInPara  true
191 # End