]> git.lyx.org Git - lyx.git/blob - lib/layouts/svjog.layout
DocBook: implement keywords for layouts that previously missed it.
[lyx.git] / lib / layouts / svjog.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[svjour,svjog.clo,natbib.sty]{Journal of Geodesy (Springer)}
3 #  \DeclareCategory{Articles}
4 # svjour/jog (article) textclass definition file.
5 # for Springer Verlag Journal of Geodesy.
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 # ejour2 made originally by Martin Vermeer based on article.layout.
15 # Modified for LyX 12 by Jean-Marc Lasgouttes and MV.
16 #
17 # Adapted to svjour/jog (new 1999 Springer LaTeX2e classes) by
18 # MV in 2000.
19 # Revised by Marcus Kriele in April 2011 
20 #
21 # General textclass parameters
22 # (jog) ?
23 #
24 # see www.springer.de/author/tex/help-journals.html for class files
25
26
27 Format 85
28 Input svcommon.inc
29
30 NoStyle Front_Matter
31 NoStyle Main_Matter
32 NoStyle Back_Matter
33 NoStyle Part
34 NoStyle PartBacktext
35 NoCounter part
36 NoStyle Part*
37 NoStyle Chapter
38 NoStyle ChapAuthor
39 NoStyle ChapSubtitle
40 NoStyle ChapMotto
41 NoCounter chapter
42 NoStyle Chapter*
43 NoStyle Paragraph
44 NoStyle Paragraph*
45 NoStyle Run-in_headings
46 NoStyle Sub-run-in_headings
47
48 NoStyle Extrachap
49 NoStyle extrachap
50 NoStyle Preface
51 NoStyle Foreword
52 NoStyle Dedication
53 NoStyle Svgraybox
54 NoStyle Petit
55 NoStyle Prob
56 NoStyle Sol
57 NoStyle Abstract*
58 NoStyle TOC_Title
59 NoStyle TOC_Author
60 NoStyle Acknowledgements
61
62 NoStyle Keywords
63
64
65 ClassOptions
66         Other           jog
67 End
68
69
70
71 Style Headnote
72         Margin          Static
73         LatexType       Command
74         InTitle         1
75         LatexName       headnote
76         NextNoIndent    1
77         LeftMargin      "HeadNote (optional):xxx"
78         LabelSep        xxx
79         ParSkip         0.4
80         TopSep          1.3
81         BottomSep       0.7
82         ParSep          0.7
83         Align           Left
84         LabelType       Static
85         LabelString     "Headnote (optional):"
86         LabelFont
87           Series        Bold
88           Shape         Italic
89           Color         Red
90         EndFont
91 End
92
93
94 InsetLayout Flex:thanks
95         Decoration      Classic
96         LabelString     "thanks"
97         LatexType       Command
98         Latexname       thanks
99         LyxType         custom
100         Font
101           Size          Small
102           Color         Green
103         EndFont
104         ResetsFont true
105 End
106
107 InsetLayout Flex:Inst
108         CopyStyle       Flex:thanks
109         ContentAsLabel  1
110         LabelString     "Institute #"
111         LatexName       inst
112 End
113
114
115 InsetLayout Flex:Keywords
116         CopyStyle       Flex:Email
117         LatexName       keywords
118         LabelString     "Keywords"
119         LabelFont
120           Color         green
121           Size          Small
122         EndFont
123         DocBookTag         keyword
124         DocBookTagType     paragraph
125         DocBookWrapperTag  keywordset
126         DocBookInInfo      always
127 End
128
129
130
131 Style Dedication
132         CopyStyle       Headnote
133         LatexName       dedication
134         LeftMargin      Dedication:xxx
135         LabelString     "Dedication:"
136 End
137
138
139 Style Mail
140         CopyStyle       Headnote
141         LatexName       mail
142         LeftMargin      "Corr Author:xx."
143         LabelString     "Corr Author:"
144 End
145
146
147 Style Offprints
148         CopyStyle       Headnote
149         LatexName       offprints
150         LeftMargin      "Offprints:xx."
151         LabelString     "Offprints:"
152 End
153
154
155 Style Abstract
156         Margin          First_Dynamic
157         LatexType       Command
158         LatexName       abstract
159         Newline         1
160         NextNoIndent    0
161         ParIndent       MM
162         LabelSep        xx
163         ItemSep         0
164         TopSep          0.7
165         BottomSep       0.7
166         ParSep          0
167         Align           Block
168         AlignPossible   Block, Left
169         LabelType       Above
170         LabelString     "Abstract."
171         LabelFont
172           Series        Bold
173         EndFont
174 End