]> git.lyx.org Git - features.git/blob - lib/layouts/sciposter.layout
Support for conference posters
[features.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 48
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         Extension             loa
90         NumberWithin          none
91         Style                 none
92         IsPredefined          true
93         UsesFloatPkg          false
94         RefPrefix             alg
95 End
96
97 InsetLayout "Flex:Giant"
98         LyXType               custom
99         Decoration            classic
100         LabelString           Giant
101         LatexType             None
102         LeftDelim             {\veryHuge{}
103         RightDelim            \par}
104         Font
105           Size                giant
106         EndFont
107         LabelFont
108           Size                normal
109         EndFont
110 End
111
112 InsetLayout "Flex:More_Giant"
113         CopyStyle             Flex:Giant
114         LeftDelim             {\VeryHuge{}
115         LabelString           "More Giant"
116 End
117
118 InsetLayout "Flex:Most_Giant"
119         CopyStyle             Flex:Giant
120         LeftDelim             {\VERYHuge{}
121         LabelString           "Most Giant"
122 End
123
124 InsetLayout Flex:Giant_Snippet
125         LyXType               charstyle
126         LabelString           Giant
127         LatexType             None
128         LeftDelim             {\veryHuge{}
129         RightDelim            }
130         Font
131           Size                giant
132         EndFont
133         LabelFont
134           Size                normal
135         EndFont
136 End
137
138 InsetLayout Flex:More_Giant_Snippet
139         CopyStyle             Flex:Giant_Snippet
140         LabelString           "More Giant"
141         LeftDelim             {\VeryHuge{}
142 End
143
144 InsetLayout Flex:Most_Giant_Snippet
145         CopyStyle             Flex:Giant_Snippet
146         LabelString           "Most Giant"
147         LeftDelim             {\VERYHuge{}
148 End