]> git.lyx.org Git - lyx.git/blob - lib/layouts/svglobal3.layout
Revert update of formats. There is more to be done first.
[lyx.git] / lib / layouts / svglobal3.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[svjour3,svglov3.clo,natbib.sty]{article (Springer svjour3/global)}
3 # svjour3/global (article) textclass definition file.
4 # for various Springer Verlag Journals for which no specific file exists (Global).
5 # --------
6 #
7 # Taken from initial LyX source code
8 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
9 # Adapted from svjour/jog by Cengiz Gunay in 2003.
10 # Transposed by Pascal André <andre@via.ecp.fr>
11 # Heavily modified and enhanced by serveral developers.
12 # Last revision for svjour version 3.2 by Uwe Stöhr in September 2009
13 #
14 # see ftp://ftp.springer.de/pub/tex/latex/svjour3/ for class files
15
16 Format 28
17
18 Input svjour.inc
19 NoStyle Acknowledgement
20 NoStyle Headnote
21 NoStyle Dedication
22 NoStyle Running_LaTeX_Title
23 NoStyle Author_Running
24 NoStyle Mail
25 NoStyle Offprints
26 NoStyle Keywords
27
28 Preamble
29         \smartqed  % flush right qed marks, e.g. at end of proof
30 EndPreamble
31
32
33 InsetLayout Email
34         LyxType                 custom
35         LatexType               command
36         LatexName               email
37         LabelString             "Email"
38         Font
39           Color                 foreground
40           Size                  Small
41           Family                Roman
42           Shape                 Up
43           Series                Medium
44           Misc                  No_Emph
45           Misc                  No_Noun
46           Misc                  No_Bar
47         EndFont
48         LabelFont
49           Color                 green
50           Size                  Small
51         EndFont
52 End
53
54
55 InsetLayout Keywords
56         CopyStyle               Email
57         LatexName               keywords
58         LabelString             "Keywords"
59 End
60
61
62 InsetLayout PACS
63         CopyStyle               Email
64         LatexName               PACS
65         LabelString             "PACS"
66 End
67
68
69 InsetLayout Subclass
70         CopyStyle               Email
71         LatexName               subclass
72         LabelString             "Subclass"
73 End
74
75
76 Style Abstract
77   Category              FrontMatter
78   Newline               1
79   LabelType             Static
80   LabelString           "Abstract"
81 End
82
83 Style Acknowledgements
84   CopyStyle             Abstract
85   LatexName             acknowledgements
86   Category              BackMatter
87   LabelString           "Acknowledgements"
88 End