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