]> git.lyx.org Git - lyx.git/blob - lib/layouts/svmono.layout
The achemso class provides the float package internally.
[lyx.git] / lib / layouts / svmono.layout
1 #% Do not delete the line below; configure depends on this
2 #       \DeclareLaTeXClass[svmono,natbib.sty]{book (Springer svmono)}
3 #  Author: Koji Yokota <yokota@res.otaru-uc.ac.jp>
4 #
5 #  Class and style files and templates are found at:
6 #       ftp://ftp.springer.de/pub/tex/latex/svmonogl/
7 #
8 Format 33
9 Input svjour.inc
10
11 ClassOptions
12         FontSize         10
13 End
14
15 # Additional paragraphs
16 Style Petit
17         CopyStyle       Standard
18         Category        MainText
19         LatexType       Environment
20         LatexName       petit
21         LeftMargin      MMM
22         RightMargin     MMM
23         Font
24           Size          Small
25         EndFont
26 End
27
28 Style Front_Matter
29         Category        Structure
30         LatexType       Environment
31         LatexName       frontmatter
32         KeepEmpty       1
33         OptionalArgs    0
34         Margin          First_Dynamic
35         NextNoIndent    1
36         ParSkip         0
37         TopSep          2.5
38         BottomSep       0.5
39         ParSep          0
40         Align           Center
41         LabelType       Static
42         LabelBottomSep  0
43         LeftMargin      M
44         LabelString     "--- Front Matter ---"
45
46         Font
47           Family        Sans
48           Series        Bold
49           Size          Largest
50           Color         Blue
51         EndFont
52 End
53
54 Style Main_Matter
55         CopyStyle       Front_Matter
56         Category        Structure
57         LatexName       mainmatter
58         LabelString     "--- Main Matter ---"
59 End
60
61 Style Back_Matter
62         CopyStyle       Front_Matter
63         Category        Structure
64         LatexName       backmatter
65         LabelString     "--- Back Matter ---"
66 End
67
68 Style Part
69         Category        Section
70         Margin          Dynamic
71         LabelString     "Part \thepart"
72         LabelType       Counter
73         TocLevel        0
74         LabelCounter    part
75         LatexType       Command
76         LatexName       part
77         NeedProtect     1
78         NextNoIndent    1
79         Labelsep        xxx
80         ParSkip         0.4
81         TopSep          4
82         BottomSep       4
83         ParSep          0.8
84         Align           Center
85         Alignpossible   Center
86         Font
87           Series        Bold
88           Size          Huge
89         EndFont
90 End
91
92 Style Part*
93         CopyStyle       Part
94         Category        Unnumbered
95         Margin          Static
96         LatexName       part*
97         LabelType       No_Label
98         LabelCounter    ""
99 End
100
101 Style Chapter
102         Margin          Static
103         Category        Section
104         LabelString     "Chapter \thechapter"
105         LabelStringAppendix     "Appendix \thechapter"
106         LabelType       Counter
107         LabelCounter    chapter
108         TocLevel        0
109         LatexType       Command
110         LatexName       chapter
111         NeedProtect     1
112         NextNoIndent    1
113         ParSkip         0.4
114         TopSep          4
115         BottomSep       0.8
116         ParSep          0.8
117         Align           Left
118         OptionalArgs    1
119         Font
120           Series        Bold
121           Size          Huge
122         EndFont
123 End
124
125 Style Chapter*
126         CopyStyle       Chapter
127         Category        Unnumbered
128         Margin          Static
129         LatexName       chapter*
130         LabelType       No_Label
131         LabelCounter    ""
132         OptionalArgs    0
133 End
134
135 Style Preface
136         CopyStyle       Title
137         Category        Unnumbered
138         LatexName       svmultpreface
139         KeepEmpty       1
140         OptionalArgs    1
141         InTitle         0
142         Margin          Static
143         LeftMargin      "PPrreeffaaccee:xxx"
144         LabelType       Static
145         LabelString     "Preface:"
146         LabelSep        xxx
147         Align           Left
148         Preamble
149           \newcommand{\svmultpreface}[1]{\ifthenelse{\equal{#1}{}}{\preface}{\preface[#1]}}
150         EndPreamble
151         Requires        ifthen
152 End
153
154 # Additional math environments
155 Style Case
156         CopyStyle       Claim
157         LatexName       case
158         LabelString     "Case #."
159 End
160
161 Style Problem
162         CopyStyle       Claim
163         LatexName       prob
164         LabelString     "Problem #."
165 End
166
167 Style Solution
168         CopyStyle       Claim
169         LatexName       sol
170         LabelString     "Solution #."
171         OptionalArgs    1
172 End
173
174 Style Proof(QED)
175         CopyStyle       Proof
176         LatexName       svmultproof
177         EndLabelType    Box
178         Preamble
179                 \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
180         EndPreamble
181 End
182
183 Style Proof(smartQED)
184         CopyStyle       Proof
185         LatexName       svmultproof2
186         EndLabelType    Filled_Box
187         Preamble
188           \newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
189         EndPreamble
190 End
191