source: Backup NB/Talks/MEMPHYSetal/SPLFrejusArt/Original-LALReport-Xarchiv/svjour.cls @ 416

Last change on this file since 416 was 392, checked in by campagne, 16 years ago
File size: 41.1 KB
Line 
1% SVJour DOCUMENT CLASS -- version 1.11 for LaTeX2e
2%
3% LaTeX document class for Springer journals
4%
5%%
6%%
7%% \CharacterTable
8%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
9%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
10%%   Digits        \0\1\2\3\4\5\6\7\8\9
11%%   Exclamation   \!     Double quote  \"     Hash (number) \#
12%%   Dollar        \$     Percent       \%     Ampersand     \&
13%%   Acute accent  \'     Left paren    \(     Right paren   \)
14%%   Asterisk      \*     Plus          \+     Comma         \,
15%%   Minus         \-     Point         \.     Solidus       \/
16%%   Colon         \:     Semicolon     \;     Less than     \<
17%%   Equals        \=     Greater than  \>     Question mark \?
18%%   Commercial at \@     Left bracket  \[     Backslash     \\
19%%   Right bracket \]     Circumflex    \^     Underscore    \_
20%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
21%%   Right brace   \}     Tilde         \~}
22\NeedsTeXFormat{LaTeX2e}[1995/12/01]
23\ProvidesClass{svjour}[2003/04/15
24^^JLaTeX document class for Springer journals - version 1.11]
25\newcommand\@ptsize{}
26\newif\if@restonecol
27\newif\if@titlepage
28\@titlepagefalse
29\DeclareOption{a4paper}
30   {\setlength\paperheight {297mm}%
31    \setlength\paperwidth  {210mm}}
32\DeclareOption{10pt}{\renewcommand\@ptsize{0}}
33\DeclareOption{twoside}{\@twosidetrue  \@mparswitchtrue}
34\DeclareOption{draft}{\setlength\overfullrule{5pt}}
35\DeclareOption{final}{\setlength\overfullrule{0pt}}
36\DeclareOption{twocolumn}{\@twocolumntrue}
37\DeclareOption{fleqn}{\input{fleqn.clo}\AtEndOfClass{\mathindent\z@}}
38\let\if@mathematic\iftrue
39\let\if@numbook\iffalse
40\DeclareOption{numbook}{\let\if@envcntsect\iftrue
41  \AtEndOfPackage{%
42   \renewcommand\thefigure{\thesection.\@arabic\c@figure}%
43   \renewcommand\thetable{\thesection.\@arabic\c@table}%
44   \renewcommand\theequation{\thesection.\@arabic\c@equation}%
45   \@addtoreset{figure}{section}%
46   \@addtoreset{table}{section}%
47   \@addtoreset{equation}{section}%
48  }%
49}
50\DeclareOption{openbib}{%
51  \AtEndOfPackage{%
52   \renewcommand\@openbib@code{%
53      \advance\leftmargin\bibindent
54      \itemindent -\bibindent
55      \listparindent \itemindent
56      \parsep \z@
57      }%
58   \renewcommand\newblock{\par}}%
59}
60%
61\let\if@runhead\iffalse
62\DeclareOption{runningheads}{\let\if@runhead\iftrue}
63\let\if@smartrunh\iffalse
64\DeclareOption{smartrunhead}{\let\if@smartrunh\iftrue}
65\DeclareOption{nosmartrunhead}{\let\if@smartrunh\iffalse}
66\let\if@envcntreset\iffalse
67\DeclareOption{envcountreset}{\let\if@envcntreset\iftrue}
68\let\if@envcntsame\iffalse
69\DeclareOption{envcountsame}{\let\if@envcntsame\iftrue}
70\let\if@envcntsect\iffalse
71\DeclareOption{envcountsect}{\let\if@envcntsect\iftrue}
72\let\if@referee\iffalse
73\DeclareOption{referee}{\let\if@referee\iftrue}
74\def\makereferee{\def\baselinestretch{2}}
75\let\if@instindent\iffalse
76\DeclareOption{instindent}{\let\if@instindent\iftrue}
77\let\if@smartand\iffalse
78\DeclareOption{smartand}{\let\if@smartand\iftrue}
79\let\if@spthms\iftrue
80\DeclareOption{nospthms}{\let\if@spthms\iffalse}
81\let\switch@texts\relax
82\DeclareOption{deutsch}{\def\switch@texts{\ds@deutsch}}
83\DeclareOption{francais}{\def\switch@texts{\ds@francais}}
84%
85\let\journalopt\@empty
86\DeclareOption*{\InputIfFileExists{sv\CurrentOption.clo}{%
87\let\journalopt\CurrentOption}{%
88\ClassWarning{Springer-SVJour}{Specified option or subpackage
89"\CurrentOption" not found -}\OptionNotUsed}}
90\ExecuteOptions{a4paper,twoside,10pt,instindent}
91\ProcessOptions
92\ifx\journalopt\@empty
93\ClassError{Springer-SVJour}{No valid journal specified in option list}{}
94\expandafter\stop
95\fi
96%
97\if@smartrunh\AtEndDocument{\islastpageeven\getlastpagenumber}\fi
98%
99\DeclareMathSymbol{\Gamma}{\mathalpha}{letters}{"00}
100\DeclareMathSymbol{\Delta}{\mathalpha}{letters}{"01}
101\DeclareMathSymbol{\Theta}{\mathalpha}{letters}{"02}
102\DeclareMathSymbol{\Lambda}{\mathalpha}{letters}{"03}
103\DeclareMathSymbol{\Xi}{\mathalpha}{letters}{"04}
104\DeclareMathSymbol{\Pi}{\mathalpha}{letters}{"05}
105\DeclareMathSymbol{\Sigma}{\mathalpha}{letters}{"06}
106\DeclareMathSymbol{\Upsilon}{\mathalpha}{letters}{"07}
107\DeclareMathSymbol{\Phi}{\mathalpha}{letters}{"08}
108\DeclareMathSymbol{\Psi}{\mathalpha}{letters}{"09}
109\DeclareMathSymbol{\Omega}{\mathalpha}{letters}{"0A}
110%
111\setlength\parindent{15\p@}
112\setlength\smallskipamount{3\p@ \@plus 1\p@ \@minus 1\p@}
113\setlength\medskipamount{6\p@ \@plus 2\p@ \@minus 2\p@}
114\setlength\bigskipamount{12\p@ \@plus 4\p@ \@minus 4\p@}
115\setlength\headheight{12\p@}
116\setlength\headsep   {16.74dd}
117\setlength\topskip   {10\p@}
118\setlength\footskip{30\p@}
119\setlength\maxdepth{.5\topskip}
120%
121\@settopoint\textwidth
122\setlength\marginparsep {10\p@}
123\setlength\marginparpush{5\p@}
124\setlength\topmargin{-10pt}
125\if@twocolumn
126   \setlength\oddsidemargin {-30\p@}
127   \setlength\evensidemargin{-30\p@}
128\else
129   \setlength\oddsidemargin {\z@}
130   \setlength\evensidemargin{\z@}
131\fi
132\setlength\marginparwidth  {48\p@}
133\setlength\footnotesep{8\p@}
134\setlength{\skip\footins}{9\p@ \@plus 4\p@ \@minus 2\p@}
135\setlength\floatsep    {12\p@ \@plus 2\p@ \@minus 2\p@}
136\setlength\textfloatsep{20\p@ \@plus 2\p@ \@minus 4\p@}
137\setlength\intextsep   {20\p@ \@plus 2\p@ \@minus 2\p@}
138\setlength\dblfloatsep    {12\p@ \@plus 2\p@ \@minus 2\p@}
139\setlength\dbltextfloatsep{20\p@ \@plus 2\p@ \@minus 4\p@}
140\setlength\@fptop{0\p@}
141\setlength\@fpsep{12\p@ \@plus 2\p@ \@minus 2\p@}
142\setlength\@fpbot{0\p@ \@plus 1fil}
143\setlength\@dblfptop{0\p@}
144\setlength\@dblfpsep{12\p@ \@plus 2\p@ \@minus 2\p@}
145\setlength\@dblfpbot{0\p@ \@plus 1fil}
146\setlength\partopsep{2\p@ \@plus 1\p@ \@minus 1\p@}
147\def\@listi{\leftmargin\leftmargini
148            \parsep \z@
149            \topsep 6\p@ \@plus2\p@ \@minus4\p@
150            \itemsep\parsep}
151\let\@listI\@listi
152\@listi
153\def\@listii {\leftmargin\leftmarginii
154              \labelwidth\leftmarginii
155              \advance\labelwidth-\labelsep
156              \topsep    \z@
157              \parsep    \topsep
158              \itemsep   \parsep}
159\def\@listiii{\leftmargin\leftmarginiii
160              \labelwidth\leftmarginiii
161              \advance\labelwidth-\labelsep
162              \topsep    \z@
163              \parsep    \topsep
164              \itemsep   \parsep}
165\def\@listiv {\leftmargin\leftmarginiv
166              \labelwidth\leftmarginiv
167              \advance\labelwidth-\labelsep}
168\def\@listv  {\leftmargin\leftmarginv
169              \labelwidth\leftmarginv
170              \advance\labelwidth-\labelsep}
171\def\@listvi {\leftmargin\leftmarginvi
172              \labelwidth\leftmarginvi
173              \advance\labelwidth-\labelsep}
174%
175\setlength\lineskip{1\p@}
176\setlength\normallineskip{1\p@}
177\renewcommand\baselinestretch{}
178\setlength\parskip{0\p@ \@plus \p@}
179\@lowpenalty   51
180\@medpenalty  151
181\@highpenalty 301
182\setcounter{topnumber}{4}
183\renewcommand\topfraction{.9}
184\setcounter{bottomnumber}{2}
185\renewcommand\bottomfraction{.7}
186\setcounter{totalnumber}{6}
187\renewcommand\textfraction{.1}
188\renewcommand\floatpagefraction{.85}
189\setcounter{dbltopnumber}{3}
190\renewcommand\dbltopfraction{.85}
191\renewcommand\dblfloatpagefraction{.85}
192\def\ps@headings{%
193    \let\@oddfoot\@empty\let\@evenfoot\@empty
194    \def\@evenhead{\small\rlap{\thepage}\hfil\leftmark\unskip}%
195    \def\@oddhead{\small\rightmark\hfil\llap{\thepage}}%
196    \let\@mkboth\@gobbletwo
197    \let\sectionmark\@gobble
198    \let\subsectionmark\@gobble
199    }
200% make indentations changeable
201\def\setitemindent#1{\settowidth{\labelwidth}{#1}%
202        \leftmargini\labelwidth
203        \advance\leftmargini\labelsep
204   \def\@listi{\leftmargin\leftmargini
205        \labelwidth\leftmargini\advance\labelwidth by -\labelsep
206        \parsep=\parskip
207        \topsep=\medskipamount
208        \itemsep=\parskip \advance\itemsep by -\parsep}}
209\def\setitemitemindent#1{\settowidth{\labelwidth}{#1}%
210        \leftmarginii\labelwidth
211        \advance\leftmarginii\labelsep
212\def\@listii{\leftmargin\leftmarginii
213        \labelwidth\leftmarginii\advance\labelwidth by -\labelsep
214        \parsep=\parskip
215        \topsep=\z@
216        \itemsep=\parskip \advance\itemsep by -\parsep}}
217% labels of description
218\def\descriptionlabel#1{\hspace\labelsep #1\hfil}
219% adjusted environment "description"
220% if an optional parameter (at the first two levels of lists)
221% is present, its width is considered to be the widest mark
222% throughout the current list.
223\def\description{\@ifnextchar[{\@describe}{\list{}{\labelwidth\z@
224          \itemindent-\leftmargin \let\makelabel\descriptionlabel}}}
225\let\enddescription\endlist
226%
227\def\describelabel#1{#1\hfil}
228\def\@describe[#1]{\relax\ifnum\@listdepth=0
229\setitemindent{#1}\else\ifnum\@listdepth=1
230\setitemitemindent{#1}\fi\fi
231\list{--}{\let\makelabel\describelabel}}
232%
233\newdimen\logodepth
234\logodepth=2.2cm
235\newdimen\headerboxheight
236\headerboxheight=180pt % 18 10.5dd-lines - 2\baselineskip
237\newdimen\betweenumberspace          % dimension for space between
238\betweenumberspace=3.33pt            % number and text of titles.
239\newdimen\aftertext                  % dimension for space after
240\aftertext=5pt                       % text of title.
241\newdimen\headlineindent             % dimension for space between
242\headlineindent=1.166cm              % number and text of headings.
243\def\andname{and}
244\if@mathematic
245   \def\runinend{\enspace}
246   \def\floatcounterend{\enspace}
247   \def\sectcounterend{}
248\else
249   \def\runinend{.}
250   \def\floatcounterend{.\ }
251   \def\sectcounterend{.}
252\fi
253\def\keywordname{{\bfseries Key words\runinend}}
254\def\lastandname{, and}
255\def\mailname{{\itshape Correspondence to\/}:}
256\def\email#1{{e-mail: \tt#1}}
257\def\keywords#1{\par\addvspace\baselineskip\noindent\keywordname\enspace
258\ignorespaces#1}
259%
260\newcounter{inst}
261\newcounter{auth}
262\def\authdepth{2}
263\newdimen\instindent
264\newbox\authrun
265\newtoks\authorrunning
266\newbox\titrun
267\newtoks\titlerunning
268\def\authorfont{\bfseries}
269
270\def\combirunning#1{\gdef\@combi{#1}}
271\def\@combi{}
272\newbox\combirun
273%
274\def\ps@last{\def\@evenhead{\small\rlap{\thepage}\hfil
275\lastevenhead}}
276\newcounter{lastpage}
277\def\islastpageeven{\@ifundefined{lastpagenumber}
278{\setcounter{lastpage}{0}}{\setcounter{lastpage}{\lastpagenumber}}
279\ifnum\value{lastpage}>0
280   \ifodd\value{lastpage}%
281   \else
282      \if@smartrunh
283         \thispagestyle{last}%
284      \fi
285   \fi
286\fi}
287\def\getlastpagenumber{\clearpage
288\addtocounter{page}{-1}%
289   \immediate\write\@auxout{\string\gdef\string\lastpagenumber{\thepage}}%
290   \immediate\write\@auxout{\string\newlabel{LastPage}{{}{\thepage}}}%
291   \addtocounter{page}{1}}
292
293\def\journalname#1{\gdef\@journalname{#1}}
294
295\def\dedication#1{\gdef\@dedic{#1}}
296\def\@dedic{}
297
298\let\@date\undefined
299
300\def\institute#1{\gdef\@institute{#1}}
301
302\def\institutename{\par
303 \begingroup
304 \parindent=0pt
305 \parskip=0pt
306 \setcounter{inst}{1}%
307 \def\and{\par\stepcounter{inst}%
308 \if@instindent\hangindent\instindent\fi
309 \noindent
310 \hbox to\instindent{\hss\smash{$^{\theinst}$}\enspace}\ignorespaces}%
311 \setbox0=\vbox{\def\thanks##1{}\@institute}
312 \ifnum\value{inst}>9\relax\setbox0=\hbox{$^{88}$\enspace}%
313                 \else\setbox0=\hbox{$^{8}$\enspace}\fi
314 \instindent=\wd0\relax
315 \ifnum\value{inst}=1\relax
316 \else
317   \setcounter{inst}{1}%
318   \if@instindent\hangindent\instindent\fi
319   \noindent
320   \hbox to\instindent{\hss\smash{$^{\theinst}$}\enspace}\ignorespaces
321 \fi
322 \small
323 \ignorespaces
324 \@institute\par
325 \endgroup}
326
327\def\offprints#1{\begingroup
328\def\protect{\noexpand\protect\noexpand}\xdef\@thanks{\@thanks
329\protect\footnotetext[0]{\unskip\hskip-15pt{\itshape Send offprint requests
330to\/}: \ignorespaces#1}}\endgroup\ignorespaces}
331
332\def\mail#1{\gdef\@mail{#1}}
333\def\@mail{}
334
335\def\@thanks{}
336
337\def\@fnsymbol#1{\ifcase#1\or\star\or{\star\star}\or{\star\star\star}%
338   \or \dagger\or \ddagger\or
339   \mathchar "278\or \mathchar "27B\or \|\or **\or \dagger\dagger
340   \or \ddagger\ddagger \else\@ctrerr\fi\relax}
341
342\def\inst#1{\unskip$^{#1}$}
343\def\fnmsep{\unskip$^,$}
344
345\def\subtitle#1{\gdef\@subtitle{#1}}
346\def\@subtitle{}
347
348\def\headnote#1{\gdef\@headnote{#1}}
349\def\@headnote{}
350
351\def\ch@ckobl#1#2{\@ifundefined{@#1}
352 {\typeout{SVJour warning: Missing
353\expandafter\string\csname#1\endcsname}%
354  \csname #1\endcsname{#2}}
355 {}}
356%
357\def\ProcessRunnHead{%
358    \def\\{\unskip\ \ignorespaces}\def\inst##1{\unskip{}}%
359    \def\thanks##1{\unskip{}}\def\fnmsep{\unskip}%
360    \instindent=\textwidth
361    \advance\instindent by-\headlineindent
362    \if!\the\titlerunning!\else
363      \edef\@title{\the\titlerunning}%
364    \fi
365    \global\setbox\titrun=\hbox{\small\rmfamily\unboldmath\ignorespaces\@title
366                                \unskip}%
367    \ifdim\wd\titrun>\instindent
368       \typeout{^^JSVJour Warning: Title too long for running head.}%
369       \typeout{Please supply a shorter form with \string\titlerunning
370                \space prior to \string\maketitle}%
371       \global\setbox\titrun=\hbox{\small\rmfamily
372       Title Suppressed Due to Excessive Length}%
373    \fi
374    \xdef\@title{\copy\titrun}%
375%
376    \if!\the\authorrunning!
377    \else
378      \setcounter{auth}{1}%
379      \edef\@author{\the\authorrunning}%
380    \fi
381    \ifnum\value{auth}>\authdepth
382       \def\stripauthor##1\and##2\endauthor{%
383       \protected@xdef\@author{##1\unskip\unskip\if!##2!\else\ et al.\fi}}%
384       \expandafter\stripauthor\@author\and\endauthor
385    \else
386       \gdef\and{\unskip, \ignorespaces}%
387       {\def\and{\noexpand\protect\noexpand\and}%
388       \protected@xdef\@author{\@author}}
389    \fi
390    \global\setbox\authrun=\hbox{\small\rmfamily\unboldmath\ignorespaces
391                                 \@author\unskip}%
392    \ifdim\wd\authrun>\instindent
393    \typeout{^^JSVJour Warning: Author name(s) too long for running head.
394             ^^JPlease supply a shorter form with \string\authorrunning
395             \space prior to \string\maketitle}%
396    \global\setbox\authrun=\hbox{\small\rmfamily Please give a shorter version
397          with: {\tt\string\authorrunning\space and
398             \string\titlerunning\space prior to \string\maketitle}}%
399    \fi
400    \xdef\@author{\copy\authrun}%
401    \markboth{\@author}{\@title}%
402}
403%
404\def\maketitle{\par
405\ch@ckobl{journalname}{Noname}
406\ch@ckobl{date}{The date of receipt and acceptance will be inserted by
407the editor}
408\ch@ckobl{title}{A title should be given}
409\ch@ckobl{author}{Name(s) and initial(s) of author(s) should be given}
410\ch@ckobl{institute}{Address(es) of author(s) should be given}
411\begingroup
412%
413    \renewcommand\thefootnote{\@fnsymbol\c@footnote}%
414    \def\@makefnmark{$^{\@thefnmark}$}%
415%
416 \def\lastand{\ifnum\value{inst}=2\relax
417                 \unskip{} \andname\
418              \else
419                 \unskip, \andname\
420              \fi}%
421 \def\and{\stepcounter{auth}\relax
422          \if@smartand
423             \ifnum\value{auth}=\value{inst}%
424                \lastand
425             \else
426                \unskip,
427             \fi
428          \else
429             \unskip,
430          \fi}%
431 \ifnum \col@number=\@ne
432   \@maketitle
433 \else
434   \twocolumn[\@maketitle]%
435 \fi
436%ce \thispagestyle{empty}
437\thispagestyle{plain}
438 \global\@topnum\z@
439 \@thanks
440 \if!\@mail!\else
441    \footnotetext[0]{\kern-\bibindent\mailname\
442    \ignorespaces\@mail}%
443 \fi
444%
445 \if@runhead
446    \ProcessRunnHead
447    \if@smartrunh
448       \instindent=\textwidth
449       \advance\instindent by-\headlineindent
450       \if!\@combi!%
451          \global\setbox\combirun=\hbox{\small\rmfamily\unboldmath\ignorespaces
452                                        \@author\unskip: \@title\unskip}%
453          \def\@tempa{Automatically generated running head}%
454       \else
455          \global\setbox\combirun=\hbox{\small\rmfamily\unboldmath\ignorespaces
456                                        \@combi\unskip}%
457          \def\@tempa{With \string\combirunning\space supplied running head}%
458       \fi
459       \ifdim\wd\combirun>\instindent
460          \typeout{^^JSVJour Warning: \@tempa}%
461          \typeout{for a possible last even numbered page is too long.}%
462          \typeout{Please supply a shorter form with \string\combirunning
463                   \space prior to \string\maketitle.}%
464          \global\setbox\combirun=\hbox{\small\rmfamily
465          Title Suppressed Due to Excessive Length --
466          supply \ttfamily\char92combirunning}%
467       \fi
468       \xdef\lastevenhead{\copy\combirun}%
469    \fi
470 \fi
471%
472 \endgroup
473 \setcounter{footnote}{0}
474 \global\let\thanks\relax
475 \global\let\maketitle\relax
476 \global\let\@maketitle\relax
477 \global\let\@thanks\@empty
478 \global\let\@author\@empty
479 \global\let\@date\@empty
480 \global\let\@title\@empty
481 \global\let\@subtitle\@empty
482 \global\let\title\relax
483 \global\let\author\relax
484 \global\let\date\relax
485 \global\let\and\relax}
486
487\def\makeheadbox{{%
488\begin{flushright}
489{\bf LAL 04-102}\\
490October 2004
491\end{flushright}
492%ce\hbox to0pt{\vbox{\baselineskip=10dd\hrule\hbox
493%ceto\hsize{\vrule\kern3pt\vbox{\kern3pt
494%ce\hbox{\bfseries\@journalname\ manuscript No.}
495%ce\hbox{(will be inserted by the editor)}
496%cekern3pt}\hfil\kern3pt\vrule}\hrule}%
497\hss}}
498
499\def\@maketitle{\newpage
500 \normalfont
501 \vbox to0pt{\vskip-40pt
502 \nointerlineskip
503 \makeheadbox\vss}\nointerlineskip
504 \setbox\authrun=\vbox\bgroup
505 {\Large \bfseries\boldmath
506  \hrule\@height\logodepth\@width\z@
507  \pretolerance=10000
508  \rightskip=0pt plus 4cm
509 \if!\@headnote!\else
510   \noindent
511   {\normalfont\em\ignorespaces\@headnote\par}\vskip 3.5mm
512 \fi
513  \noindent\ignorespaces
514  \@title \par}\vskip 11.24pt\relax
515 \if!\@subtitle!\else
516   {\large\bfseries\boldmath
517   \pretolerance=10000
518   \rightskip=0pt plus 3cm
519   \noindent\ignorespaces\@subtitle \par}\vskip 11.24pt
520 \fi
521 \normalfont\authorfont
522 \lineskip .5em
523 \setbox0=\vbox{\setcounter{auth}{1}\def\and{\stepcounter{auth} }%
524                \hfuzz=2\textwidth\def\thanks##1{}\@author}%
525 \value{inst}=\value{auth}%
526 \setcounter{auth}{1}%
527 \rightskip=0pt plus 2cm
528 \noindent\ignorespaces\@author\vskip7.23pt
529 \rightskip=0pt\relax
530 \normalfont\small\rmfamily
531 \institutename
532 \vskip 12.85pt \noindent\@date
533 \if!\@dedic!\else
534    \par
535    \small\itshape
536    \addvspace\baselineskip
537    \noindent\@dedic
538 \fi
539 \egroup % end of header box
540 \@tempdima=\headerboxheight
541 \advance\@tempdima by-\ht\authrun
542 \ifdim\@tempdima>0pt
543    \vrule width0pt height\@tempdima
544 \fi
545 \unvbox\authrun
546 \global\@minipagetrue
547 \global\everypar{\global\@minipagefalse\global\everypar{}}
548 \vskip22.47pt
549}
550%
551\if@mathematic
552   \def\vec#1{\ensuremath{\mathchoice
553                     {\mbox{\boldmath$\displaystyle\mathbf{#1}$}}
554                     {\mbox{\boldmath$\textstyle\mathbf{#1}$}}
555                     {\mbox{\boldmath$\scriptstyle\mathbf{#1}$}}
556                     {\mbox{\boldmath$\scriptscriptstyle\mathbf{#1}$}}}}
557\else
558   \def\vec#1{\ensuremath{\mathchoice
559                     {\mbox{\boldmath$\displaystyle#1$}}
560                     {\mbox{\boldmath$\textstyle#1$}}
561                     {\mbox{\boldmath$\scriptstyle#1$}}
562                     {\mbox{\boldmath$\scriptscriptstyle#1$}}}}
563\fi
564%
565\def\tens#1{\ensuremath{\mathsf{#1}}}
566%
567\setcounter{secnumdepth}{3}
568\newcounter {section}
569\newcounter {subsection}[section]
570\newcounter {subsubsection}[subsection]
571\newcounter {paragraph}[subsubsection]
572\newcounter {subparagraph}[paragraph]
573\renewcommand\thesection      {\@arabic\c@section}
574\renewcommand\thesubsection   {\thesection.\@arabic\c@subsection}
575\renewcommand\thesubsubsection{\thesubsection.\@arabic\c@subsubsection}
576\renewcommand\theparagraph    {\thesubsubsection.\@arabic\c@paragraph}
577\renewcommand\thesubparagraph {\theparagraph.\@arabic\c@subparagraph}
578%
579\def\@hangfrom#1{\setbox\@tempboxa\hbox{#1}%
580      \hangindent \z@\noindent\box\@tempboxa}
581
582\def\@seccntformat#1{\csname the#1\endcsname\sectcounterend
583\hskip\betweenumberspace}
584
585\def\@sect#1#2#3#4#5#6[#7]#8{%
586  \ifnum #2>\c@secnumdepth
587    \let\@svsec\@empty
588  \else
589    \refstepcounter{#1}%
590    \protected@edef\@svsec{\@seccntformat{#1}\relax}%
591  \fi
592  \@tempskipa #5\relax
593  \ifdim \@tempskipa>\z@
594    \begingroup
595      #6{%
596        \@hangfrom{\hskip #3\relax\@svsec}%
597          \raggedright
598          \hyphenpenalty \@M%
599          \interlinepenalty \@M #8\@@par}%
600    \endgroup
601    \csname #1mark\endcsname{#7}%
602    \addcontentsline{toc}{#1}{%
603      \ifnum #2>\c@secnumdepth \else
604        \protect\numberline{\csname the#1\endcsname\sectcounterend}%
605      \fi
606      #7}%
607  \else
608    \def\@svsechd{%
609      #6{\hskip #3\relax
610      \@svsec #8\hskip\aftertext}%
611      \csname #1mark\endcsname{#7}%
612      \addcontentsline{toc}{#1}{%
613        \ifnum #2>\c@secnumdepth \else
614          \protect\numberline{\csname the#1\endcsname}%
615        \fi
616        #7}}%
617  \fi
618  \@xsect{#5}}
619
620%
621% measures and setting of sections
622%
623\def\section{\@startsection{section}{1}{\z@}%
624    {-21dd plus-4pt minus-4pt}{10.5dd plus 4pt
625     minus4pt}{\normalsize\bfseries\boldmath}}
626\def\subsection{\@startsection{subsection}{2}{\z@}%
627    {-21dd plus-4pt minus-4pt}{10.5dd plus 4pt
628     minus4pt}{\normalsize\itshape}}
629\def\subsubsection{\@startsection{subsubsection}{3}{\z@}%
630    {-13dd plus-4pt minus-4pt}{-5.5pt}{\normalsize\itshape}}
631\def\paragraph{\@startsection{paragraph}{4}{\z@}%
632    {-13pt plus-4pt minus-4pt}{-5.5pt}{\normalsize\itshape}}
633
634\setlength\leftmargini  {\parindent}
635\leftmargin  \leftmargini
636\setlength\leftmarginii {\parindent}
637\setlength\leftmarginiii {1.87em}
638\setlength\leftmarginiv  {1.7em}
639\setlength\leftmarginv  {.5em}
640\setlength\leftmarginvi {.5em}
641\setlength  \labelsep  {.5em}
642\setlength  \labelwidth{\leftmargini}
643\addtolength\labelwidth{-\labelsep}
644\@beginparpenalty -\@lowpenalty
645\@endparpenalty   -\@lowpenalty
646\@itempenalty     -\@lowpenalty
647\renewcommand\theenumi{\@arabic\c@enumi}
648\renewcommand\theenumii{\@alph\c@enumii}
649\renewcommand\theenumiii{\@roman\c@enumiii}
650\renewcommand\theenumiv{\@Alph\c@enumiv}
651\newcommand\labelenumi{\theenumi.}
652\newcommand\labelenumii{(\theenumii)}
653\newcommand\labelenumiii{\theenumiii.}
654\newcommand\labelenumiv{\theenumiv.}
655\renewcommand\p@enumii{\theenumi}
656\renewcommand\p@enumiii{\theenumi(\theenumii)}
657\renewcommand\p@enumiv{\p@enumiii\theenumiii}
658\newcommand\labelitemi{\normalfont\bfseries --}
659\newcommand\labelitemii{\normalfont\bfseries --}
660\newcommand\labelitemiii{$\m@th\bullet$}
661\newcommand\labelitemiv{$\m@th\cdot$}
662
663\if@spthms
664% definition of the "\spnewtheorem" command.
665%
666% Usage:
667%
668%     \spnewtheorem{env_nam}{caption}[within]{cap_font}{body_font}
669% or  \spnewtheorem{env_nam}[numbered_like]{caption}{cap_font}{body_font}
670% or  \spnewtheorem*{env_nam}{caption}{cap_font}{body_font}
671%
672% New is "cap_font" and "body_font". It stands for
673% fontdefinition of the caption and the text itself.
674%
675% "\spnewtheorem*" gives a theorem without number.
676%
677% A defined spnewthoerem environment is used as described
678% by Lamport.
679%
680%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
681
682\def\@thmcountersep{}
683\def\@thmcounterend{}
684\newdimen\spthmsep \spthmsep=3pt
685
686\def\spnewtheorem{\@ifstar{\@sthm}{\@Sthm}}
687
688% definition of \spnewtheorem with number
689
690\def\@spnthm#1#2{%
691  \@ifnextchar[{\@spxnthm{#1}{#2}}{\@spynthm{#1}{#2}}}
692\def\@Sthm#1{\@ifnextchar[{\@spothm{#1}}{\@spnthm{#1}}}
693
694\def\@spxnthm#1#2[#3]#4#5{\expandafter\@ifdefinable\csname #1\endcsname
695   {\@definecounter{#1}\@addtoreset{#1}{#3}%
696   \expandafter\xdef\csname the#1\endcsname{\expandafter\noexpand
697     \csname the#3\endcsname \noexpand\@thmcountersep \@thmcounter{#1}}%
698   \expandafter\xdef\csname #1name\endcsname{#2}%
699   \global\@namedef{#1}{\@spthm{#1}{\csname #1name\endcsname}{#4}{#5}}%
700                              \global\@namedef{end#1}{\@endtheorem}}}
701
702\def\@spynthm#1#2#3#4{\expandafter\@ifdefinable\csname #1\endcsname
703   {\@definecounter{#1}%
704   \expandafter\xdef\csname the#1\endcsname{\@thmcounter{#1}}%
705   \expandafter\xdef\csname #1name\endcsname{#2}%
706   \global\@namedef{#1}{\@spthm{#1}{\csname #1name\endcsname}{#3}{#4}}%
707                               \global\@namedef{end#1}{\@endtheorem}}}
708
709\def\@spothm#1[#2]#3#4#5{%
710  \@ifundefined{c@#2}{\@latexerr{No theorem environment `#2' defined}\@eha}%
711  {\expandafter\@ifdefinable\csname #1\endcsname
712  {\global\@namedef{the#1}{\@nameuse{the#2}}%
713  \expandafter\xdef\csname #1name\endcsname{#3}%
714  \global\@namedef{#1}{\@spthm{#2}{\csname #1name\endcsname}{#4}{#5}}%
715  \global\@namedef{end#1}{\@endtheorem}}}}
716
717\def\@spthm#1#2#3#4{\topsep 7\p@ \@plus2\p@ \@minus4\p@
718\labelsep=\spthmsep\refstepcounter{#1}%
719\@ifnextchar[{\@spythm{#1}{#2}{#3}{#4}}{\@spxthm{#1}{#2}{#3}{#4}}}
720
721\def\@spxthm#1#2#3#4{\@spbegintheorem{#2}{\csname the#1\endcsname}{#3}{#4}%
722                    \ignorespaces}
723
724\def\@spythm#1#2#3#4[#5]{\@spopargbegintheorem{#2}{\csname
725       the#1\endcsname}{#5}{#3}{#4}\ignorespaces}
726
727\def\normalthmheadings{\def\@spbegintheorem##1##2##3##4{\trivlist
728                 \item[\hskip\labelsep{##3##1\ ##2\@thmcounterend}]##4}
729\def\@spopargbegintheorem##1##2##3##4##5{\trivlist
730      \item[\hskip\labelsep{##4##1\ ##2}]{##4(##3)\@thmcounterend\ }##5}}
731\normalthmheadings
732
733\def\reversethmheadings{\def\@spbegintheorem##1##2##3##4{\trivlist
734                 \item[\hskip\labelsep{##3##2\ ##1\@thmcounterend}]##4}
735\def\@spopargbegintheorem##1##2##3##4##5{\trivlist
736      \item[\hskip\labelsep{##4##2\ ##1}]{##4(##3)\@thmcounterend\ }##5}}
737
738% definition of \spnewtheorem* without number
739
740\def\@sthm#1#2{\@Ynthm{#1}{#2}}
741
742\def\@Ynthm#1#2#3#4{\expandafter\@ifdefinable\csname #1\endcsname
743   {\global\@namedef{#1}{\@Thm{\csname #1name\endcsname}{#3}{#4}}%
744    \expandafter\xdef\csname #1name\endcsname{#2}%
745    \global\@namedef{end#1}{\@endtheorem}}}
746
747\def\@Thm#1#2#3{\topsep 7\p@ \@plus2\p@ \@minus4\p@
748\@ifnextchar[{\@Ythm{#1}{#2}{#3}}{\@Xthm{#1}{#2}{#3}}}
749
750\def\@Xthm#1#2#3{\@Begintheorem{#1}{#2}{#3}\ignorespaces}
751
752\def\@Ythm#1#2#3[#4]{\@Opargbegintheorem{#1}
753       {#4}{#2}{#3}\ignorespaces}
754
755\def\@Begintheorem#1#2#3{#3\trivlist
756                           \item[\hskip\labelsep{#2#1\@thmcounterend}]}
757
758\def\@Opargbegintheorem#1#2#3#4{#4\trivlist
759      \item[\hskip\labelsep{#3#1}]{#3(#2)\@thmcounterend\ }}
760
761\if@envcntsect
762   \def\@thmcountersep{.}
763   \spnewtheorem{theorem}{Theorem}[section]{\bfseries}{\itshape}
764\else
765   \spnewtheorem{theorem}{Theorem}{\bfseries}{\itshape}
766   \if@envcntreset
767      \@addtoreset{theorem}{section}
768   \else
769      \@addtoreset{theorem}{chapter}
770   \fi
771\fi
772
773%definition of divers theorem environments
774\spnewtheorem*{claim}{Claim}{\itshape}{\rmfamily}
775\spnewtheorem*{proof}{Proof}{\itshape}{\rmfamily}
776\if@envcntsame % alle Umgebungen wie Theorem.
777   \def\spn@wtheorem#1#2#3#4{\@spothm{#1}[theorem]{#2}{#3}{#4}}
778\else % alle Umgebungen mit eigenem Zaehler
779   \if@envcntsect % mit section numeriert
780      \def\spn@wtheorem#1#2#3#4{\@spxnthm{#1}{#2}[section]{#3}{#4}}
781   \else % nicht mit section numeriert
782      \if@envcntreset
783         \def\spn@wtheorem#1#2#3#4{\@spynthm{#1}{#2}{#3}{#4}
784                                   \@addtoreset{#1}{section}}
785      \else
786         \let\spn@wtheorem=\@spynthm
787      \fi
788   \fi
789\fi
790\spn@wtheorem{case}{Case}{\itshape}{\rmfamily}
791\spn@wtheorem{conjecture}{Conjecture}{\itshape}{\rmfamily}
792\spn@wtheorem{corollary}{Corollary}{\bfseries}{\itshape}
793\spn@wtheorem{definition}{Definition}{\bfseries}{\itshape}
794\spn@wtheorem{example}{Example}{\itshape}{\rmfamily}
795\spn@wtheorem{exercise}{Exercise}{\bfseries}{\rmfamily}
796\spn@wtheorem{lemma}{Lemma}{\bfseries}{\itshape}
797\spn@wtheorem{note}{Note}{\itshape}{\rmfamily}
798\spn@wtheorem{problem}{Problem}{\bfseries}{\rmfamily}
799\spn@wtheorem{property}{Property}{\itshape}{\rmfamily}
800\spn@wtheorem{proposition}{Proposition}{\bfseries}{\itshape}
801\spn@wtheorem{question}{Question}{\itshape}{\rmfamily}
802\spn@wtheorem{solution}{Solution}{\bfseries}{\rmfamily}
803\spn@wtheorem{remark}{Remark}{\itshape}{\rmfamily}
804%
805\newenvironment{theopargself}
806    {\def\@spopargbegintheorem##1##2##3##4##5{\trivlist
807         \item[\hskip\labelsep{##4##1\ ##2}]{##4##3\@thmcounterend\ }##5}
808     \def\@Opargbegintheorem##1##2##3##4{##4\trivlist
809         \item[\hskip\labelsep{##3##1}]{##3##2\@thmcounterend\ }}}{}
810\newenvironment{theopargself*}
811    {\def\@spopargbegintheorem##1##2##3##4##5{\trivlist
812         \item[\hskip\labelsep{##4##1\ ##2}]{\hspace*{-\labelsep}##4##3\@thmcounterend}##5}
813     \def\@Opargbegintheorem##1##2##3##4{##4\trivlist
814         \item[\hskip\labelsep{##3##1}]{\hspace*{-\labelsep}##3##2\@thmcounterend}}}{}
815\fi
816
817\def\@takefromreset#1#2{%
818    \def\@tempa{#1}%
819    \let\@tempd\@elt
820    \def\@elt##1{%
821        \def\@tempb{##1}%
822        \ifx\@tempa\@tempb\else
823            \@addtoreset{##1}{#2}%
824        \fi}%
825    \expandafter\expandafter\let\expandafter\@tempc\csname cl@#2\endcsname
826    \expandafter\def\csname cl@#2\endcsname{}%
827    \@tempc
828    \let\@elt\@tempd}
829
830\def\squareforqed{\hbox{\rlap{$\sqcap$}$\sqcup$}}
831\def\qed{\ifmmode\else\unskip\quad\fi\squareforqed}
832\def\smartqed{\def\qed{\ifmmode\squareforqed\else{\unskip\nobreak\hfil
833\penalty50\hskip1em\null\nobreak\hfil\squareforqed
834\parfillskip=0pt\finalhyphendemerits=0\endgraf}\fi}}
835
836% Define `abstract' environment
837\def\abstract{\topsep=0pt\partopsep=0pt\parsep=0pt\itemsep=0pt\relax
838\trivlist\item[\hskip\labelsep
839{\bfseries\abstractname}]\if!\abstractname!\hskip-\labelsep\fi}
840\if@twocolumn
841   \def\endabstract{\endtrivlist\addvspace{5mm}\strich}
842   \def\strich{\hrule\vskip3ptplus12pt\null}
843\else
844   \def\endabstract{\endtrivlist\addvspace{3mm}}
845\fi
846%
847\newenvironment{verse}
848               {\let\\\@centercr
849                \list{}{\itemsep      \z@
850                        \itemindent   -1.5em%
851                        \listparindent\itemindent
852                        \rightmargin  \leftmargin
853                        \advance\leftmargin 1.5em}%
854                \item\relax}
855               {\endlist}
856\newenvironment{quotation}
857               {\list{}{\listparindent 1.5em%
858                        \itemindent    \listparindent
859                        \rightmargin   \leftmargin
860                        \parsep        \z@ \@plus\p@}%
861                \item\relax}
862               {\endlist}
863\newenvironment{quote}
864               {\list{}{\rightmargin\leftmargin}%
865                \item\relax}
866               {\endlist}
867\newcommand\appendix{\par
868  \setcounter{section}{0}%
869  \setcounter{subsection}{0}%
870  \renewcommand\thesection{\@Alph\c@section}}
871\setlength\arraycolsep{1.5\p@}
872\setlength\tabcolsep{6\p@}
873\setlength\arrayrulewidth{.4\p@}
874\setlength\doublerulesep{2\p@}
875\setlength\tabbingsep{\labelsep}
876\skip\@mpfootins = \skip\footins
877\setlength\fboxsep{3\p@}
878\setlength\fboxrule{.4\p@}
879\renewcommand\theequation{\@arabic\c@equation}
880\newcounter{figure}
881\renewcommand\thefigure{\@arabic\c@figure}
882\def\fps@figure{tbp}
883\def\ftype@figure{1}
884\def\ext@figure{lof}
885\def\fnum@figure{\figurename~\thefigure}
886\newenvironment{figure}
887               {\@float{figure}}
888               {\end@float}
889\newenvironment{figure*}
890               {\@dblfloat{figure}}
891               {\end@dblfloat}
892\newcounter{table}
893\renewcommand\thetable{\@arabic\c@table}
894\def\fps@table{tbp}
895\def\ftype@table{2}
896\def\ext@table{lot}
897\def\fnum@table{\tablename~\thetable}
898\newenvironment{table}
899               {\@float{table}}
900               {\end@float}
901\newenvironment{table*}
902               {\@dblfloat{table}}
903               {\end@dblfloat}
904
905\def \@floatboxreset {%
906        \reset@font
907        \small
908        \@setnobreak
909        \@setminipage
910}
911
912\newlength\abovecaptionskip
913\newlength\belowcaptionskip
914\setlength\abovecaptionskip{10\p@}
915\setlength\belowcaptionskip{0\p@}
916\newcommand\leftlegendglue{}
917
918\def\fig@type{figure}
919
920\newdimen\figcapgap\figcapgap=3pt
921\newdimen\tabcapgap\tabcapgap=5.5pt
922
923\@ifundefined{floatlegendstyle}{\def\floatlegendstyle{\bfseries}}{}
924
925\long\def\@caption#1[#2]#3{\par\addcontentsline{\csname
926  ext@#1\endcsname}{#1}{\protect\numberline{\csname
927  the#1\endcsname}{\ignorespaces #2}}\begingroup
928    \@parboxrestore
929    \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par
930  \endgroup}
931
932\def\capstrut{\vrule\@width\z@\@height\topskip}
933
934\@ifundefined{captionstyle}{\def\captionstyle{\normalfont\small}}{}
935
936\long\def\@makecaption#1#2{%
937 \captionstyle
938 \ifx\@captype\fig@type
939   \vskip\figcapgap
940 \fi
941 \setbox\@tempboxa\hbox{{\floatlegendstyle #1\floatcounterend}%
942 \capstrut #2}%
943 \ifdim \wd\@tempboxa >\hsize
944   {\floatlegendstyle #1\floatcounterend}\capstrut #2\par
945 \else
946   \hbox to\hsize{\leftlegendglue\unhbox\@tempboxa\hfil}%
947 \fi
948 \ifx\@captype\fig@type\else
949   \vskip\tabcapgap
950 \fi}
951
952\newdimen\figgap\figgap=1cc
953\long\def\@makesidecaption#1#2{%
954   \parbox[b]{\@tempdima}{\captionstyle{\floatlegendstyle
955                                         #1\floatcounterend}#2}}
956\def\sidecaption#1\caption{%
957\setbox\@tempboxa=\hbox{#1\unskip}%
958\if@twocolumn
959 \ifdim\hsize<\textwidth\else
960   \ifdim\wd\@tempboxa<\columnwidth
961      \typeout{Double column float fits into single column -
962            ^^Jyou'd better switch the environment. }%
963   \fi
964 \fi
965\fi
966\@tempdima=\hsize
967\advance\@tempdima by-\figgap
968\advance\@tempdima by-\wd\@tempboxa
969\ifdim\@tempdima<3cm
970    \typeout{\string\sidecaption: No sufficient room for the legend;
971             using normal \string\caption. }%
972   \unhbox\@tempboxa
973   \let\@capcommand=\@caption
974\else
975   \let\@capcommand=\@sidecaption
976   \leavevmode
977   \unhbox\@tempboxa
978   \hfill
979\fi
980\refstepcounter\@captype
981\@dblarg{\@capcommand\@captype}}
982
983\long\def\@sidecaption#1[#2]#3{\addcontentsline{\csname
984  ext@#1\endcsname}{#1}{\protect\numberline{\csname
985  the#1\endcsname}{\ignorespaces #2}}\begingroup
986    \@parboxrestore
987    \@makesidecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par
988  \endgroup}
989
990% Define `acknowledgement' environment
991\def\acknowledgement{\par\addvspace{17pt}\small\rmfamily
992\trivlist\if!\ackname!\item[]\else
993\item[\hskip\labelsep
994{\it\ackname}]\fi}
995\def\endacknowledgement{\endtrivlist\addvspace{6pt}}
996% Define `noteadd' environment
997\def\noteadd{\par\addvspace{17pt}\small\rmfamily
998\trivlist\item[\hskip\labelsep
999{\itshape\noteaddname}]}
1000\def\endnoteadd{\endtrivlist\addvspace{6pt}}
1001
1002\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm}
1003\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
1004\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
1005\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
1006\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
1007\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
1008\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
1009\DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal}
1010\DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal}
1011\newcommand\@pnumwidth{1.55em}
1012\newcommand\@tocrmarg{2.55em}
1013\newcommand\@dotsep{4.5}
1014\setcounter{tocdepth}{1}
1015\newcommand\tableofcontents{%
1016    \section*{\contentsname}%
1017    \@starttoc{toc}%
1018    \addtocontents{toc}{\begingroup\protect\small}%
1019    \AtEndDocument{\addtocontents{toc}{\endgroup}}%
1020    }
1021\newcommand*\l@part[2]{%
1022  \ifnum \c@tocdepth >-2\relax
1023    \addpenalty\@secpenalty
1024    \addvspace{2.25em \@plus\p@}%
1025    \begingroup
1026      \setlength\@tempdima{3em}%
1027      \parindent \z@ \rightskip \@pnumwidth
1028      \parfillskip -\@pnumwidth
1029      {\leavevmode
1030       \large \bfseries #1\hfil \hb@xt@\@pnumwidth{\hss #2}}\par
1031       \nobreak
1032       \if@compatibility
1033         \global\@nobreaktrue
1034         \everypar{\global\@nobreakfalse\everypar{}}%
1035      \fi
1036    \endgroup
1037  \fi}
1038\newcommand*\l@section{\@dottedtocline{1}{0pt}{1.5em}}
1039\newcommand*\l@subsection{\@dottedtocline{2}{1.5em}{2.3em}}
1040\newcommand*\l@subsubsection{\@dottedtocline{3}{3.8em}{3.2em}}
1041\newcommand*\l@paragraph{\@dottedtocline{4}{7.0em}{4.1em}}
1042\newcommand*\l@subparagraph{\@dottedtocline{5}{10em}{5em}}
1043\newcommand\listoffigures{%
1044    \section*{\listfigurename
1045      \@mkboth{\listfigurename}%
1046              {\listfigurename}}%
1047    \@starttoc{lof}%
1048    }
1049\newcommand*\l@figure{\@dottedtocline{1}{1.5em}{2.3em}}
1050\newcommand\listoftables{%
1051    \section*{\listtablename
1052      \@mkboth{\listtablename}{\listtablename}}%
1053    \@starttoc{lot}%
1054    }
1055\let\l@table\l@figure
1056\newdimen\bibindent
1057\setlength\bibindent{\parindent}
1058\def\@biblabel#1{#1.}
1059\def\@lbibitem[#1]#2{\item[{[#1]}\hfill]\if@filesw
1060      {\let\protect\noexpand
1061       \immediate
1062       \write\@auxout{\string\bibcite{#2}{#1}}}\fi\ignorespaces}
1063\newenvironment{thebibliography}[1]
1064     {\section*{\refname
1065        \@mkboth{\refname}{\refname}}\small
1066      \list{\@biblabel{\@arabic\c@enumiv}}%
1067           {\settowidth\labelwidth{\@biblabel{#1}}%
1068            \leftmargin\labelwidth
1069            \advance\leftmargin\labelsep
1070            \@openbib@code
1071            \usecounter{enumiv}%
1072            \let\p@enumiv\@empty
1073            \renewcommand\theenumiv{\@arabic\c@enumiv}}%
1074      \sloppy\clubpenalty4000\widowpenalty4000%
1075      \sfcode`\.\@m}
1076     {\def\@noitemerr
1077       {\@latex@warning{Empty `thebibliography' environment}}%
1078      \endlist}
1079%
1080\newcount\@tempcntc
1081\def\@citex[#1]#2{\if@filesw\immediate\write\@auxout{\string\citation{#2}}\fi
1082  \@tempcnta\z@\@tempcntb\m@ne\def\@citea{}\@cite{\@for\@citeb:=#2\do
1083    {\@ifundefined
1084       {b@\@citeb}{\@citeo\@tempcntb\m@ne\@citea\def\@citea{,}{\bfseries
1085        ?}\@warning
1086       {Citation `\@citeb' on page \thepage \space undefined}}%
1087    {\setbox\z@\hbox{\global\@tempcntc0\csname b@\@citeb\endcsname\relax}%
1088     \ifnum\@tempcntc=\z@ \@citeo\@tempcntb\m@ne
1089       \@citea\def\@citea{,\hskip0.1em\ignorespaces}\hbox{\csname b@\@citeb\endcsname}%
1090     \else
1091      \advance\@tempcntb\@ne
1092      \ifnum\@tempcntb=\@tempcntc
1093      \else\advance\@tempcntb\m@ne\@citeo
1094      \@tempcnta\@tempcntc\@tempcntb\@tempcntc\fi\fi}}\@citeo}{#1}}
1095\def\@citeo{\ifnum\@tempcnta>\@tempcntb\else
1096            \@citea\def\@citea{,\hskip0.1em\ignorespaces}%
1097  \ifnum\@tempcnta=\@tempcntb\the\@tempcnta\else
1098   {\advance\@tempcnta\@ne\ifnum\@tempcnta=\@tempcntb \else \def\@citea{--}\fi
1099    \advance\@tempcnta\m@ne\the\@tempcnta\@citea\the\@tempcntb}\fi\fi}
1100%
1101\newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em}
1102\let\@openbib@code\@empty
1103\newenvironment{theindex}
1104               {\if@twocolumn
1105                  \@restonecolfalse
1106                \else
1107                  \@restonecoltrue
1108                \fi
1109                \columnseprule \z@
1110                \columnsep 35\p@
1111                \twocolumn[\section*{\indexname}]%
1112                \@mkboth{\indexname}{\indexname}%
1113                \thispagestyle{plain}\parindent\z@
1114                \parskip\z@ \@plus .3\p@\relax
1115                \let\item\@idxitem}
1116               {\if@restonecol\onecolumn\else\clearpage\fi}
1117\newcommand\@idxitem{\par\hangindent 40\p@}
1118\newcommand\subitem{\@idxitem \hspace*{20\p@}}
1119\newcommand\subsubitem{\@idxitem \hspace*{30\p@}}
1120\newcommand\indexspace{\par \vskip 10\p@ \@plus5\p@ \@minus3\p@\relax}
1121\renewcommand\footnoterule{%
1122  \kern-3\p@
1123  \hrule\@width.4\columnwidth
1124  \kern2.6\p@}
1125\newcommand\@makefntext[1]{%
1126    \noindent
1127    \hb@xt@\bibindent{\hss\@makefnmark\enspace}#1}
1128%
1129\newcommand\contentsname{Contents}
1130\newcommand\listfigurename{List of Figures}
1131\newcommand\listtablename{List of Tables}
1132\newcommand\refname{References}
1133\newcommand\indexname{Index}
1134\newcommand\figurename{Fig.}
1135\newcommand\tablename{Table}
1136\newcommand\partname{Part}
1137\newcommand\appendixname{Appendix}
1138\newcommand\abstractname{Abstract\runinend}
1139\newcommand\ackname{Acknowledgements\runinend}
1140\newcommand\noteaddname{Note added in proof}
1141% French section
1142\def\ds@francais{%
1143 \typeout{On parle francais.}%
1144 \def\abstractname{R\'esum\'e\runinend}%
1145 \def\ackname{Remerciements\runinend}%
1146 \def\andname{et}%
1147 \def\lastandname{ et}%
1148 \def\appendixname{Appendice}
1149 \def\chaptername{Chapitre}%
1150 \def\claimname{Pr\'etention}%
1151 \def\conjecturename{Hypoth\`ese}%
1152 \def\contentsname{Table des mati\`eres}%
1153 \def\corollaryname{Corollaire}%
1154 \def\definitionname{D\'efinition}%
1155 \def\examplename{Exemple}%
1156 \def\exercisename{Exercice}%
1157 \def\figurename{Fig.}%
1158 \def\keywordname{{\bfseries Mots-cl\'e\runinend}}
1159 \def\indexname{Index}
1160 \def\lemmaname{Lemme}%
1161 \def\contriblistname{Liste des contributeurs}
1162 \def\listfigurename{Liste des figures}%
1163 \def\listtablename{Liste des tables}%
1164 \def\mailname{{\itshape Correspondence to\/}:}
1165 \def\noteaddname{Note ajout\'ee \`a l'\'epreuve}%
1166 \def\notename{Remarque}%
1167 \def\partname{Partie}%
1168 \def\problemname{Probl\`eme}%
1169 \def\proofname{Preuve}%
1170 \def\propertyname{Caract\'eristique}%
1171%\def\propositionname{Proposition}%
1172 \def\questionname{Question}%
1173 \def\refname{Bibliographie}%
1174 \def\remarkname{Remarque}%
1175 \def\seename{voyez}
1176 \def\solutionname{Solution}%
1177%\def\subclassname{{\it Subject Classifications\/}:}
1178 \def\tablename{Tableau}%
1179 \def\theoremname{Th\'eor\`eme}%
1180}
1181%
1182% German section
1183\def\ds@deutsch{\typeout{Man spricht deutsch.}%
1184 \def\abstractname{Zusammenfassung\runinend}%
1185 \def\ackname{Danksagung\runinend}%
1186 \def\andname{und}%
1187 \def\lastandname{ und}%
1188 \def\appendixname{Anhang}%
1189 \def\chaptername{Kapitel}%
1190 \def\claimname{Behauptung}%
1191 \def\conjecturename{Hypothese}%
1192 \def\contentsname{Inhaltsverzeichnis}%
1193 \def\corollaryname{Korollar}%
1194%\def\definitionname{Definition}%
1195 \def\examplename{Beispiel}%
1196 \def\exercisename{\"Ubung}%
1197 \def\figurename{Abb.}%
1198 \def\keywordname{{\bfseries Schl\"usselw\"orter\runinend}}
1199 \def\indexname{Index}
1200%\def\lemmaname{Lemma}%
1201 \def\contriblistname{Mitarbeiter}
1202 \def\listfigurename{Abbildungsverzeichnis}%
1203 \def\listtablename{Tabellenverzeichnis}%
1204 \def\mailname{{\itshape Correspondence to\/}:}
1205 \def\noteaddname{Nachtrag}%
1206 \def\notename{Anmerkung}%
1207 \def\partname{Teil}%
1208%\def\problemname{Problem}%
1209 \def\proofname{Beweis}%
1210 \def\propertyname{Eigenschaft}%
1211%\def\propositionname{Proposition}%
1212 \def\questionname{Frage}%
1213 \def\refname{Literatur}%
1214 \def\remarkname{Anmerkung}%
1215 \def\seename{siehe}
1216 \def\solutionname{L\"osung}%
1217%\def\subclassname{{\it Subject Classifications\/}:}
1218 \def\tablename{Tabelle}%
1219%\def\theoremname{Theorem}%
1220}
1221\AtBeginDocument{\switch@texts}
1222\newcommand\today{}
1223\edef\today{\ifcase\month\or
1224  January\or February\or March\or April\or May\or June\or
1225  July\or August\or September\or October\or November\or December\fi
1226  \space\number\day, \number\year}
1227\setlength\columnsep{1.5cc}
1228\setlength\columnseprule{0\p@}
1229%
1230\frenchspacing
1231\clubpenalty=10000
1232\widowpenalty=10000
1233\def\thisbottomragged{\def\@textbottom{\vskip\z@ plus.0001fil
1234\global\let\@textbottom\relax}}
1235\pagestyle{headings}
1236\pagenumbering{arabic}
1237\if@twocolumn
1238   \twocolumn
1239\fi
1240\if@referee
1241   \makereferee
1242\fi
1243\flushbottom
1244\endinput
1245%%
1246%% End of file `svjour.cls'.
Note: See TracBrowser for help on using the repository browser.