]> git.lyx.org Git - lyx.git/blob - lib/layouts/sciposter.layout
Merge remote-tracking branch 'features/scroll-reloaded'
[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 53
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         ResetsFont            true
111 End
112
113 InsetLayout "Flex:More_Giant"
114         CopyStyle             Flex:Giant
115         LeftDelim             {\VeryHuge{}
116         LabelString           "More Giant"
117 End
118
119 InsetLayout "Flex:Most_Giant"
120         CopyStyle             Flex:Giant
121         LeftDelim             {\VERYHuge{}
122         LabelString           "Most Giant"
123 End
124
125 InsetLayout Flex:Giant_Snippet
126         LyXType               charstyle
127         LabelString           Giant
128         LatexType             None
129         LeftDelim             {\veryHuge{}
130         RightDelim            }
131         Font
132           Size                giant
133         EndFont
134         LabelFont
135           Size                normal
136         EndFont
137         ResetsFont            true
138 End
139
140 InsetLayout Flex:More_Giant_Snippet
141         CopyStyle             Flex:Giant_Snippet
142         LabelString           "More Giant"
143         LeftDelim             {\VeryHuge{}
144 End
145
146 InsetLayout Flex:Most_Giant_Snippet
147         CopyStyle             Flex:Giant_Snippet
148         LabelString           "Most Giant"
149         LeftDelim             {\VERYHuge{}
150 End