]> git.lyx.org Git - lyx.git/blob - lib/layouts/svglobal.layout
Grammar
[lyx.git] / lib / layouts / svglobal.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[svjour,svglobal.clo]{Springer's Global Journal Template (Obsolete Version)}
3 #  \DeclareCategory{Obsolete}
4 # svjour/global (article) textclass definition file.
5 # for various Springer Verlag Journals for which no specific file exists (Global).
6 # --------
7 #
8 # Taken from initial LyX source code
9 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
10 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
11 # Heavily modified and enhanced by serveral developers.
12 #
13 # --------
14 # Adapted from svjour/jog by Cengiz Gunay in 2003.
15 # Revised by Marcus Kriele in April 2011 
16 #
17 # General textclass parameters
18 # (global) ?
19 #
20 # see www.springer.de/author/tex/help-journals.html for class files
21
22
23 Format 104
24
25 Input svcommon.inc
26
27 NoStyle Front_Matter
28 NoStyle Main_Matter
29 NoStyle Back_Matter
30 NoStyle Part
31 NoStyle PartBacktext
32 NoCounter part
33 NoStyle Part*
34 NoStyle Chapter
35 NoStyle ChapAuthor
36 NoStyle ChapSubtitle
37 NoStyle ChapMotto
38 NoCounter chapter
39 NoStyle Chapter*
40 NoStyle Paragraph
41 NoStyle Paragraph*
42 NoStyle Run-in_headings
43 NoStyle Sub-run-in_headings
44
45 NoStyle Extrachap
46 NoStyle extrachap
47 NoStyle Preface
48 NoStyle Foreword
49 NoStyle Dedication
50 NoStyle Svgraybox
51 NoStyle Petit
52 NoStyle Prob
53 NoStyle Sol
54 NoStyle Abstract*
55 NoStyle TOC_Title
56 NoStyle TOC_Author
57 NoStyle Acknowledgments
58
59 NoStyle Keywords
60
61
62 ClassOptions
63         Other           global
64 End
65
66
67
68 Style Headnote
69         Margin          Static
70         LatexType       Command
71         InTitle         1
72         LatexName       headnote
73         NextNoIndent    1
74         LeftMargin      "HeadNote (optional):xxx"
75         LabelSep        xxx
76         ParSkip         0.4
77         TopSep          1.3
78         BottomSep       0.7
79         ParSep          0.7
80         Align           Left
81         LabelType       Static
82         LabelString     "Headnote (optional):"
83         LabelFont
84           Series        Bold
85           Shape         Italic
86           Color         textlabel3
87         EndFont
88 End
89
90
91 InsetLayout Flex:thanks
92         Decoration      Classic
93         LabelString     "thanks"
94         LatexType       Command
95         Latexname       thanks
96         LyxType         custom
97         Font
98           Size          Small
99           Color         textlabel2
100         EndFont
101         ResetsFont true
102 End
103
104 InsetLayout Flex:Inst
105         CopyStyle       Flex:thanks
106         ContentAsLabel  1
107         LabelString     "Institute #"
108         LatexName       inst
109 End
110
111
112 InsetLayout Flex:Keywords
113         CopyStyle       Flex:Email
114         LatexName       keywords
115         LabelString     "Keywords"
116         LabelFont
117           Color         textlabel2
118           Size          Small
119         EndFont
120         DocBookTag         keyword
121         DocBookTagType     paragraph
122         DocBookWrapperTag  keywordset
123         DocBookInInfo      always
124 End
125
126
127
128 Style Dedication
129         CopyStyle       Headnote
130         LatexName       dedication
131         LeftMargin      Dedication:xxx
132         LabelString     "Dedication:"
133 End
134
135
136 Style Mail
137         CopyStyle       Headnote
138         LatexName       mail
139         LeftMargin      "Corr Author:xx."
140         LabelString     "Corr Author:"
141 End
142
143
144 Style Offprints
145         CopyStyle       Headnote
146         LatexName       offprints
147         LeftMargin      "Offprints:xx."
148         LabelString     "Offprints:"
149         DocBookTag            personname
150         DocBookTagType        paragraph
151         DocBookWrapperTag     author
152         DocBookWrapperAttr    role='offprint'
153         DocBookWrapperTagType inline
154         DocBookInInfo         always
155 End
156
157
158 Style Abstract
159         Margin          First_Dynamic
160         LatexType       Command
161         LatexName       abstract
162         Newline         1
163         NextNoIndent    0
164         ParIndent       MM
165         LabelSep        xx
166         ItemSep         0
167         TopSep          0.7
168         BottomSep       0.7
169         ParSep          0
170         Align           Block
171         AlignPossible   Block, Left
172         LabelType       Above
173         LabelString     "Abstract."
174         LabelFont
175           Series        Bold
176         EndFont
177         DocBookAbstract       true
178         DocBookInInfo         always
179         DocBookWrapperTag     abstract
180         DocBookWrapperMergeWithPrevious    true
181         DocBookTag            para
182 End