]> git.lyx.org Git - lyx.git/blob - lib/layouts/svmono.layout
typo
[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 34
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       Command
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 Chapter
69         Align           Left
70 End
71
72 Style Chapter*
73   Align   Left
74 End
75
76 Style Preface
77         CopyStyle       Title
78         Category        Unnumbered
79         LatexName       svmultpreface
80         KeepEmpty       1
81         OptionalArgs    1
82         InTitle         0
83         Margin          Static
84         LeftMargin      "PPrreeffaaccee:xxx"
85         LabelType       Static
86         LabelString     "Preface:"
87         LabelSep        xxx
88         Align           Left
89         Preamble
90           \newcommand{\svmultpreface}[1]{\ifthenelse{\equal{#1}{}}{\preface}{\preface[#1]}}
91         EndPreamble
92         Requires        ifthen
93 End
94
95 # Additional math environments
96 Style Case
97         CopyStyle       Claim
98         LatexName       case
99         LabelString     "Case #."
100 End
101
102 Style Problem
103         CopyStyle       Claim
104         LatexName       prob
105         LabelString     "Problem #."
106 End
107
108 Style Solution
109         CopyStyle       Claim
110         LatexName       sol
111         LabelString     "Solution #."
112         OptionalArgs    1
113 End
114
115 Style Proof(QED)
116         CopyStyle       Proof
117         LatexName       svmultproof
118         EndLabelType    Box
119         Preamble
120                 \newenvironment{svmultproof}{\begin{proof}}{\qed\end{proof}}
121         EndPreamble
122 End
123
124 Style Proof(smartQED)
125         CopyStyle       Proof
126         LatexName       svmultproof2
127         EndLabelType    Filled_Box
128         Preamble
129           \newenvironment{svmultproof2}{\begin{proof}}{\smartqed\qed\end{proof}}
130         EndPreamble
131 End
132