]> git.lyx.org Git - lyx.git/blob - lib/layouts/svglobal.layout
Change name and email in some other files
[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 89
24 Input svcommon.inc
25
26 NoStyle Front_Matter
27 NoStyle Main_Matter
28 NoStyle Back_Matter
29 NoStyle Part
30 NoStyle PartBacktext
31 NoCounter part
32 NoStyle Part*
33 NoStyle Chapter
34 NoStyle ChapAuthor
35 NoStyle ChapSubtitle
36 NoStyle ChapMotto
37 NoCounter chapter
38 NoStyle Chapter*
39 NoStyle Paragraph
40 NoStyle Paragraph*
41 NoStyle Run-in_headings
42 NoStyle Sub-run-in_headings
43
44 NoStyle Extrachap
45 NoStyle extrachap
46 NoStyle Preface
47 NoStyle Foreword
48 NoStyle Dedication
49 NoStyle Svgraybox
50 NoStyle Petit
51 NoStyle Prob
52 NoStyle Sol
53 NoStyle Abstract*
54 NoStyle TOC_Title
55 NoStyle TOC_Author
56 NoStyle Acknowledgements
57
58 NoStyle Keywords
59
60
61 ClassOptions
62         Other           global
63 End
64
65
66
67 Style Headnote
68         Margin          Static
69         LatexType       Command
70         InTitle         1
71         LatexName       headnote
72         NextNoIndent    1
73         LeftMargin      "HeadNote (optional):xxx"
74         LabelSep        xxx
75         ParSkip         0.4
76         TopSep          1.3
77         BottomSep       0.7
78         ParSep          0.7
79         Align           Left
80         LabelType       Static
81         LabelString     "Headnote (optional):"
82         LabelFont
83           Series        Bold
84           Shape         Italic
85           Color         Red
86         EndFont
87 End
88
89
90 InsetLayout Flex:thanks
91         Decoration      Classic
92         LabelString     "thanks"
93         LatexType       Command
94         Latexname       thanks
95         LyxType         custom
96         Font
97           Size          Small
98           Color         Green
99         EndFont
100         ResetsFont true
101 End
102
103 InsetLayout Flex:Inst
104         CopyStyle       Flex:thanks
105         ContentAsLabel  1
106         LabelString     "Institute #"
107         LatexName       inst
108 End
109
110
111 InsetLayout Flex:Keywords
112         CopyStyle       Flex:Email
113         LatexName       keywords
114         LabelString     "Keywords"
115         LabelFont
116           Color         green
117           Size          Small
118         EndFont
119         DocBookTag         keyword
120         DocBookTagType     paragraph
121         DocBookWrapperTag  keywordset
122         DocBookInInfo      always
123 End
124
125
126
127 Style Dedication
128         CopyStyle       Headnote
129         LatexName       dedication
130         LeftMargin      Dedication:xxx
131         LabelString     "Dedication:"
132 End
133
134
135 Style Mail
136         CopyStyle       Headnote
137         LatexName       mail
138         LeftMargin      "Corr Author:xx."
139         LabelString     "Corr Author:"
140 End
141
142
143 Style Offprints
144         CopyStyle       Headnote
145         LatexName       offprints
146         LeftMargin      "Offprints:xx."
147         LabelString     "Offprints:"
148         DocBookTag            personname
149         DocBookTagType        paragraph
150         DocBookWrapperTag     author
151         DocBookWrapperAttr    role='offprint'
152         DocBookWrapperTagType inline
153         DocBookInInfo         always
154 End
155
156
157 Style Abstract
158         Margin          First_Dynamic
159         LatexType       Command
160         LatexName       abstract
161         Newline         1
162         NextNoIndent    0
163         ParIndent       MM
164         LabelSep        xx
165         ItemSep         0
166         TopSep          0.7
167         BottomSep       0.7
168         ParSep          0
169         Align           Block
170         AlignPossible   Block, Left
171         LabelType       Above
172         LabelString     "Abstract."
173         LabelFont
174           Series        Bold
175         EndFont
176         DocBookAbstract       true
177         DocBookInInfo         always
178         DocBookWrapperTag     abstract
179         DocBookWrapperMergeWithPrevious    true
180         DocBookTag            para
181 End