L Tex 2Ε Svmono Document Class Author Instructions For - Monographs
L Tex 2Ε Svmono Document Class Author Instructions For - Monographs
L Tex 2Ε Svmono Document Class Author Instructions For - Monographs
A
T
E
X2
or T
E
X. For this we refer you to [1, 2, 3]
in the section Further Reading.
Instead, the Springer SVMono tool package has been set up for authors who are
familiar with the basics of L
A
T
E
X. The SVMono document class and its special
features were designed to facilitate the preparation of scientic monographs for
Springer according to Springers style requirements.
If in this tool package we refer to standard tools or packages that are not in-
stalled on your system, please consult the Comprehensive T
E
X Archive Network
(CTAN) at [4, 5, 6] in the section Further Reading.
The components of the SVMono tool package are:
the Springer L
A
T
E
X class svmono.cls (major version 3) as well as the
templates with preset class options, packages and coding examples;
Tip: Copy these les to your working directory, run L
A
T
E
X2
and produce
your own example *.dvi le; rename the template le as you see t and
use it for your own input.
Author Instructions with style and coding instructions specic to Mono-
graphs ;
Tip: Follow these instructions to set up your les, to type in your text
and to obtain a consistent formal style; use these pages as checklists before
you submit your ready-to-print manuscript.
the Reference Guide describing the SVMono features independent of any
specic style requirements.
Tip: Use it as a reference if you need to alter or enhance the default
settings of the SVMono document class and the templates.
2 Step-by-Step Instructions
The following sections give you detailed instructions on how to set up your les
and meet Springer-Verlags specic style and layout requirements. They are
meant to assist authors through Springer-Verlags optimum settings. Please try
to adhere to these standards right from the start, however, if you have already
begun, please use them as a checklist before you submit your ready-to-print
manuscript printout or data.
2
2.1 Setting up your File and Document Structure
Save each single chapter as an individual le.
Set up a root le complete with all commands needed to invoke the class, the
packages and your own declarations and commands.
Use the declarations
\frontmatter
\mainmatter
\backmatter
in the root le to divide your manuscript into three parts: (1) the front matter
for the dedication, foreword, preface, and table of contents; (2) the main matter
for the main body of your book including appendices; (3) the back matter for
the bibliography, index, and list of symbols.
Insert the individual chapter les with the \include command.
Use this root le for the compilation of your manuscript.
2.2 Initializing the Class
Tip:
Use the pre-set
templates
To format a monograph enter
\documentclass{svmono}
at the beginning of your input. This will set the text area to a \textwidth of
11.8 cm or 4.65 in and a \textheight of 18.95 cm or 7.46 in with a \headsep of
12 pt (space between the running head and text).
N.B. Trim size (physical paper size) is 15.5 23.5 cm or 6
1
/
8
9
1
/
4
in.
Please refer to Sect. 2.6 for overwide oating objects.
For a description of all possible class options provided by SVMono see the
New Class Options section in the enclosed Reference Guide.
2.3 Required Packages
The following selection in the past has proved to be essential in preparing a fully
formatted (i.e. ready-to-print) manuscript.
Invoke the required packages with the command
3
\usepackage{}
graphicx.sty is a powerful tool for including, rotating, scaling and
sizing graphics les (preferably *.eps les)
makeidx.sty provides and interprets the command \printindex
which prints the index le *.ind (compiled by an index
processor) on a chosen page
multicol.sty balances out the columns on the last page of, for exam-
ple, your subject index, glossary or the like
footmisc.sty together with style option [bottom] places all footnotes
at the bottom of the page
For a description of other useful packages tested with the SVMono document
class see Sects. 2.3 and 3.1 in the Reference Guide.
2.4 Fine-Tuning Your Text
As a general rule, text, formulae, gures, and tables are typed using the standard
L
A
T
E
X2
C, i.e. no spaces.
Greek Letters. By default the SVMono document class depicts Greek letters
as italics because they are mostly used to symbolize variables. However, when
used as operators, abbreviations, physical units, etc., they should be set upright.
For example, when (\varDelta) is used to refer to an innitesimal amount
or (\umu) is used to denote micro.
All upper-case Greek letters have been dened in the document class in an
upright version. The fonts are taken from the T
E
X alphabet. Use the command
prex \var... followed by the upper-case name of the Greek letter to obtain
an upright upper-case Greek letter.
A number of lower-case Greek letters have been dened in the document class
in an upright version: , , , , , , , , . The letters are taken from
the PostScript Symbol font. Use the command prex \u... with the lower-
case name of the Greek letter to set it upright. Please refer to Sect. 2.6 in the
Reference Guide.
Variables should be represented by a unique single character and always, i.e.
in math mode as well as in the text, be set in italics. If possible please use
\varepsilon for and \varrho for .
Exponential terms with long exponents or with exponents containing subscripts
or superscripts should be set as exp(...).
Subscripts and superscripts should always appear upright (use \mathrm{ } in
math mode) when they are abbreviations. If you need to depict a vector, please
also use the syntax \vec{ }. The font size will automatically be adjusted.
The Dierential d, exponential e and imaginary i should be set upright in
Springer books. Use the newly dened commands \D, \E or \eul and \I or
\imag.
Fractions in displayed equations should be coded with \frac. When they appear
within exponents, running text or narrow tables, they should be set with a slash.
Otherwise the font size will be too small to be easily read.
Delimiters should be large enough to completely enclose their content but no
larger. We recommend using dynamic L
A
T
E
X input commands, e.g.\left[ or
\right}, \langle or \rangle, \left|, \right|, etc.
2.6 Figures, Tables and Their Captions
In general, text, formulae, gures and tables are typed using the standard
L
A
T
E
X2