Edinst
Edinst
Editor Instructions
for
– Proceedings –
c 2016,
All rights reserved.
Contents
1 Introduction 2
2 Step-by-Step Instructions 2
2.1 Setting up a Root File for Your Book . . . . . . . . . . . . . . . 3
2.2 Initializing the Class . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.3 Required Packages . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.4 Structuring Commands . . . . . . . . . . . . . . . . . . . . . . . 4
2.5 Compiling the Contributions . . . . . . . . . . . . . . . . . . . . 4
2.6 Author Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1
1 Introduction
This editorial supplement gives advice on how to collect, edit and compile the
complete set of authors’ contributions for your planned book. It comes with the
SVProc tool package specific to – Proceedings –.
The components of the SVProc tool package (for editors) are:
• The Springer Nature LATEX class svproc.cls (major version 1) and BiB-
TeX styles spmpsci.bst, spphys.bst, spbasic.bst as well as the tem-
plate with preset class options, packages and coding examples;
Tip: Copy these files to your working directory, run LATEX 2ε and produce
your own example *.dvi or *.pdf file; rename the template file as you see
fit and use it for your own input.
• Instructions with style and coding instructions specific to proceedings;
Tip: Follow these instructions to set up the files, to typeset the text and
to obtain a consistent formal style; use these pages as checklists before
finally submitting the manuscript or print data.
• The Reference Guide describing the SVProc features independent of any
specific style requirements.
Tip: Use it as a reference if you need to alter or enhance the default
settings of the SVProc document class and the templates.
2 Step-by-Step Instructions
Although we assume that you wish the layout of your book to reflect the in-
dividual work of the contributing authors we recommend that all authors of
your book use the same basic macros, styles, and sample input files for their
manuscript, i.e. the LATEX 2ε SVProc package. Please advise your authors
accordingly.
In contrast to our macro package for monographs the SVProc document class
provides a text layout specific to proceedings with
2
2.1 Setting up a Root File for Your Book
In order to compile all the contributions into a single book it will be necessary
that you check the TEX file of each individual contribution.
Assuming that the authors have used the Springer Nature template author.tex
for their own input and thus have all used the same file structure, you must in
the preamble of each of these TEX files
• delete the commands that format the index (\printindex) and delete
\end{document}.
\usepackage{}
3
For a description of other useful packages and SVProc class options, special
commands and environments tested with the SVProc document class see the
Reference Guide.
in the root file to divide your manuscript into three parts: (1) the front matter
for the preface, organization pages, etc., table of contents; (2) the main matter
for the individual contributions; (3) the back matter for a possible author index,
etc.
If you would like to see a preliminary version of your complete proceedings you
may want to use this root file for the compilation of your book (see Sects.
2.1–2.4, or adapt and use the sample root file editor.tex which comes with
this package.)
Insert the individual contribution files with the \include command and compile
your root file.
The Author Index is also generated at Springer Nature, but you can help us
present the authors’ names in the correct way by submitting a list of authors.
Please highlight complex family names, particles, or suffixes of author names; or
differentiate between given name(s) and family name(s) - especially for authors
who do not use the Western name order. It should be made quite clear, which
part of the name is the given name and which is the family name. Please
check that the names of the authors are written consistently throughout the
proceedings volume. If one author has contributed to more than one paper, his
or her name should be spelt and structured in an identical manner in all papers
as well as in the Table of Contents and the Author Index.
If you wish to generate the Author Index yourself please make sure that ‘\index’
commands are placed in the header of each contribution between the \title
and the \maketitle commands, e.g.:
4
\title{Hamiltonian Mechanics}
\author{Alberto Di Battista\and Paulo Lazzarino Del Grosso}
\index{Di Battista, Alberto}
\index{Lazzarino Del Grosso, Paulo}
\maketitle
You will need in addition the \usepackage{makeidx} command and the com-
mand \makeindex in your preamble. At the end of your input, please insert the
command
\printautindex
In order to sort the authors’ names alphabetically in the index you may use the
MakeIndex program - please note that this is an external program and must be
launched separately.
Please check the output for any redundancy before submitting your manuscript
files.