]> AND Private Git Repository - hdrcouchot.git/blob - bittar/test44/svjour3.cls
Logo AND Algorithmique Numérique Distribuée

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