summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/springer/svjour/sw/swguide.tex
blob: ecf56b7540eb3ed3be488255b4dffee46aeee6bc (plain)
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
\NeedsTeXFormat{LaTeX2e}[1995/12/01]

\documentclass[draft]{ltxguide}[1995/11/28]
%\usepackage{draftcopy}

\makeatletter
\def\setitemindent#1{\settowidth{\labelwidth}{#1}%
        \leftmargini\labelwidth
        \advance\leftmargini\labelsep
   \def\@listi{\leftmargin\leftmargini
        \labelwidth\leftmargini\advance\labelwidth by -\labelsep}}
\def\setitemitemindent#1{\settowidth{\labelwidth}{#1}%
        \leftmarginii\labelwidth
        \advance\leftmarginii\labelsep
\def\@listii{\leftmargin\leftmarginii
        \labelwidth\leftmarginii\advance\labelwidth by -\labelsep
        \parsep=\parskip
        \topsep=\z@
        \itemsep=\parskip \advance\itemsep by -\parsep}}
%
% adjusted environment "description"
% if an optional parameter (at the first two levels of lists)
% is present, its width is considered to be the widest mark
% throughout the current list.
\def\description{\@ifnextchar[{\@describe}{\list{}{\labelwidth\z@
          \itemindent-\leftmargin \let\makelabel\descriptionlabel}}}
%
\def\describelabel#1{#1\hfil}
\def\@describe[#1]{\relax\ifnum\@listdepth=0
\setitemindent{#1}\else\ifnum\@listdepth=1
\setitemitemindent{#1}\fi\fi
\list{--}{\let\makelabel\describelabel}}
\DeleteShortVerb{\|}
\renewenvironment{decl}[1][]%
    {\par\small\addvspace{2.3ex}%
     \vskip -\parskip
     \ifx\relax#1\relax
        \def\@decl@date{}%
     \else
        \def\@decl@date{\NEWfeature{#1}}%
     \fi
     \noindent\hspace{-\leftmargini}%
     \begin{tabular}{|l|}\hline\ignorespaces}%
    {\\\hline\end{tabular}\nobreak\@decl@date\par\nobreak
     \vspace{2.3ex plus 1ex}\vskip -\parskip}
\MakeShortVerb{\|}
%
\def\@listI{\leftmargin\leftmargini
            \parskip 0\p@ \@plus 1\p@
            \parsep 0\p@ \@plus\p@
            \topsep 2\p@ \@plus\p@
            \itemsep0\p@\relax}
\@listI
\setlength{\parskip}{\medskipamount}
\makeatother
\newcommand{\SJour}{\textsc{SVJour}}

\title{The \SJour\ document class users guide\\supplement for\\
\textit{ShockWaves}}

\author{\copyright~1998, Springer Verlag Heidelberg\\
   All rights reserved.}

\date{18 May 1998}

\begin{document}

\maketitle

\section{Introduction}
\label{sec:intro}
This document describes the \textit{sw} option for the
\SJour\ \LaTeXe\ document class. For details on
manuscript handling and the review process we refer to the
\emph{Instructions for authors} in the printed journal. For style
matters please consult previous issues of the journal.

\section{Initializing the class}
\label{sec:opt}

As explained in the main \emph{Users guide} you can
begin a document for \emph{Shock Waves} by including
\begin{verbatim}
   \documentclass[sw]{svjour}
\end{verbatim}
as the first line in your text. All other options are also described in
the main \emph{User guide}.

\section{Changes to the \SJour\ class standard}

As the abstract of your article is to appear in the header section,
it must be coded before the \verb|\maketitle| command. Do not use the
\verb|\begin{abstract}| \dots \verb|\end{abstract}| environment of
standard \LaTeX. Instead proceed as you do for the other
front matter declarations:
\begin{decl}
|\abstract| \arg{Text of your abstract}
\end{decl}
The standard key words are also part of the frontmatter please code
them at the end but still inside the \verb|\abstract{...}| area.

\section{Changed bibliographic environment}
The mechanism of explicit labels in \verb|\bibitem| commands has been
changed to reflect those labels only when the actual bibliographic
source is \verb|\cite|d in the text. In the reference list they are
simply suppressed. If you do not use the optional parameter of the
\verb|\bibitem| commands the behaviour is as normal: the items are
numbered consecutively for their citation in the text -- the reference
list itself has no numbers.

This change can be canceled by using the option \verb|oribibl| --
particular useful when you are using \textsc{Bib}\TeX\ that relies on an
unchanged bibliographic/citation apparatus.

There is the additional option \verb|bibself| that supresses the
bracing of \verb|\cite| commands in the text altogether. With it you can
let \LaTeX\ incorporate the content of a \verb|\bibitem|s label
smoothly into the flow of your text (see the example file for
demonstration).

Again we strongly suggest to use the \verb|\bibitem - \cite| as well as
the \verb|\label -| \verb|\ref| mechanism of \LaTeX\ for your cross
references throughout your document.
\end{document}