File: svmult.layout

package info (click to toggle)
lyx 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 138,444 kB
  • sloc: cpp: 244,268; ansic: 106,398; xml: 72,791; python: 39,384; sh: 7,666; makefile: 6,584; pascal: 2,143; perl: 2,101; objc: 1,084; tcl: 163; sed: 16
file content (169 lines) | stat: -rw-r--r-- 2,876 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[svmult,natbib.sty]{Springer Contributed Books (svmult)}
#  \DeclareCategory{Books}
#  Author: Koji Yokota <yokota@res.otaru-uc.ac.jp>
#          adapted: Marcus Kriele <mkriele@mac.com> and Uwe Stöhr (April 2011)
#
#  Supports: SVMULT DOCUMENT CLASS -- version 5.4 (25-Jun-07)
#  Class and style files and templates are found at:
#       http://wiki.lyx.org/Examples/Springer
#
Format 111

Input svcommon.inc

# Even though this layout can also be used for articles...
DocBookRoot		        book

ClassOptions
	FontSize	""
End

NoStyle Acknowledgments

# Additional headings

#Style MiniTOC
#	CopyStyle	Running_Title
#	LatexType	Command
#	LatexName	svmulttoc
#	LeftMargin	"TOC depth (provide a number):xxx"
#	LabelString	"TOC depth (provide a number):"
#	Preamble
#	  \newcommand{\svmulttoc}[1]{\setcounter{minitocdepth}{#1}\dominitoc}
#	EndPreamble
#End

Style Title*
	CopyStyle	Title
	LatexName	title*
	LabelString	"Title*:"
	LabelSep	"xxx"
	LabelType	Static
	Margin		First_Dynamic
	HTMLTitle	true
	LabelFont
	  Color		textlabel1
	EndFont
	# DocBook: should be a separator for articles, but it's not supposed to be in TOC. 
	# If it was, it would be easy to use DocBookSection.
End

Style Title
	CopyStyle	Chapter
	Category	FrontMatter
	LatexName	title
	TopSep		1
	TocLevel	1
	InTitle		0
	Align		Left
	AlignPossible	Block, Center, Left, Right
	LabelFont
	  Size		Largest
	  Family	Sans
	EndFont
	TextFont
	  Family	Sans
	  Series	Bold
	EndFont
End

Style Contributors
	CopyStyle	Foreword
	LabelString	"List of Contributors"
	LatexName	contributors
	DocBookTag             title
	DocBookTagType         paragraph
	DocBookSection         true
	DocBookSectionTag      preface
End

Style Contributor_List
	LatexType	Environment
	LatexName	thecontriblist
	TopSep		0.7
	BottomSep	0.4
	DocBookTag  para
End

Style Author
	Margin		First_Dynamic
	LabelType	Static
	LabelSep	x
	LabelString	"Author:"
	Font
	  Series	Medium
	  Family	Roman
	  Size		Normal
	  Shape		Up
	EndFont
	LabelFont
	  Family	Typewriter
	  Color		textlabel1
	EndFont
End

Style Abstract
	LatexType	Command
	LatexName	abstract
	Category	FrontMatter
	LabelString	"Abstract"
End

Style Part
	Category	"For editors"
End

Style PartBacktext
	Category	"For editors"
End

Style Chapter
	Category	"For editors"
	TocLevel 0
End

Style Running_Chapter
	Category	"For editors"
End

Style ChapAuthor
	Category	"For editors"
End

Style ChapSubtitle
	Category	"For editors"
End

Style extrachap
	Category	"For editors"
End

Style Extrachap
	Category	"For editors"
End

Style Dedication
	Category	"For editors"
End

Style Foreword
	Category	"For editors"
End

Style Preface
	Category	"For editors"
End

Style Acknowledgment
	Category	"For editors"
End

Style Contributors
	Category	"For editors"
End

Style ChapMotto
	Category	"For editors"
End