svjour3.cls 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431
  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 {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{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. (2010)}\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. \def\combirunning#1{\gdef\@combi{#1}}
  338. \def\@combi{}
  339. \newbox\combirun
  340. %
  341. \def\ps@last{\def\@evenhead{\small\rlap{\thepage}\hfil
  342. \lastevenhead}}
  343. \newcounter{lastpage}
  344. \def\islastpageeven{\@ifundefined{lastpagenumber}
  345. {\setcounter{lastpage}{0}}{\setcounter{lastpage}{\lastpagenumber}}
  346. \ifnum\value{lastpage}>0
  347. \ifodd\value{lastpage}%
  348. \else
  349. \if@smartrunh
  350. \thispagestyle{last}%
  351. \fi
  352. \fi
  353. \fi}
  354. \def\getlastpagenumber{\clearpage
  355. \addtocounter{page}{-1}%
  356. \immediate\write\@auxout{\string\gdef\string\lastpagenumber{\thepage}}%
  357. \immediate\write\@auxout{\string\newlabel{LastPage}{{}{\thepage}}}%
  358. \addtocounter{page}{1}}
  359. \def\journalname#1{\gdef\@journalname{#1}}
  360. \def\dedication#1{\gdef\@dedic{#1}}
  361. \def\@dedic{}
  362. \let\@date\undefined
  363. \def\notused{~}
  364. \def\institute#1{\gdef\@institute{#1}}
  365. \def\offprints#1{\begingroup
  366. \def\protect{\noexpand\protect\noexpand}\xdef\@thanks{\@thanks
  367. \protect\footnotetext[0]{\unskip\hskip-15pt{\itshape Send offprint requests
  368. to\/}: \ignorespaces#1}}\endgroup\ignorespaces}
  369. %\def\mail#1{\gdef\@mail{#1}}
  370. %\def\@mail{}
  371. \def\@thanks{}
  372. \def\@fnsymbol#1{\ifcase#1\or\star\or{\star\star}\or{\star\star\star}%
  373. \or \dagger\or \ddagger\or
  374. \mathchar "278\or \mathchar "27B\or \|\or **\or \dagger\dagger
  375. \or \ddagger\ddagger \else\@ctrerr\fi\relax}
  376. %
  377. %\def\invthanks#1{\footnotetext[0]{\kern-\bibindent#1}}
  378. %
  379. \def\nothanksmarks{\def\thanks##1{\protected@xdef\@thanks{\@thanks
  380. \protect\footnotetext[0]{\kern-\bibindent##1}}}}
  381. %
  382. \def\subtitle#1{\gdef\@subtitle{#1}}
  383. \def\@subtitle{}
  384. \def\headnote#1{\gdef\@headnote{#1}}
  385. \def\@headnote{}
  386. \def\papertype#1{\gdef\paper@type{\MakeUppercase{#1}}}
  387. \def\paper@type{}
  388. \def\ch@ckobl#1#2{\@ifundefined{@#1}
  389. {\typeout{SVJour3 warning: Missing
  390. \expandafter\string\csname#1\endcsname}%
  391. \csname #1\endcsname{#2}}
  392. {}}
  393. %
  394. \def\ProcessRunnHead{%
  395. \def\\{\unskip\ \ignorespaces}%
  396. \def\thanks##1{\unskip{}}%
  397. \instindent=\textwidth
  398. \advance\instindent by-\headlineindent
  399. \if!\the\titlerunning!\else
  400. \edef\@title{\the\titlerunning}%
  401. \fi
  402. \global\setbox\titrun=\hbox{\small\rmfamily\unboldmath\ignorespaces\@title
  403. \unskip}%
  404. \ifdim\wd\titrun>\instindent
  405. \typeout{^^JSVJour3 Warning: Title too long for running head.}%
  406. \typeout{Please supply a shorter form with \string\titlerunning
  407. \space prior to \string\maketitle}%
  408. \global\setbox\titrun=\hbox{\small\rmfamily
  409. Title Suppressed Due to Excessive Length}%
  410. \fi
  411. \xdef\@title{\copy\titrun}%
  412. %
  413. \if!\the\authorrunning!
  414. \else
  415. \setcounter{auth}{1}%
  416. \edef\@author{\the\authorrunning}%
  417. \fi
  418. \ifnum\value{inst}>\authdepth
  419. \def\stripauthor##1\and##2\endauthor{%
  420. \protected@xdef\@author{##1\unskip\unskip\if!##2!\else\ et al.\fi}}%
  421. \expandafter\stripauthor\@author\and\endauthor
  422. \else
  423. \gdef\and{\unskip, \ignorespaces}%
  424. {\def\and{\noexpand\protect\noexpand\and}%
  425. \protected@xdef\@author{\@author}}
  426. \fi
  427. \global\setbox\authrun=\hbox{\small\rmfamily\unboldmath\ignorespaces
  428. \@author\unskip}%
  429. \ifdim\wd\authrun>\instindent
  430. \typeout{^^JSVJour3 Warning: Author name(s) too long for running head.
  431. ^^JPlease supply a shorter form with \string\authorrunning
  432. \space prior to \string\maketitle}%
  433. \global\setbox\authrun=\hbox{\small\rmfamily Please give a shorter version
  434. with: {\tt\string\authorrunning\space and
  435. \string\titlerunning\space prior to \string\maketitle}}%
  436. \fi
  437. \xdef\@author{\copy\authrun}%
  438. \markboth{\@author}{\@title}%
  439. }
  440. %
  441. \let\orithanks=\thanks
  442. \def\thanks#1{\ClassWarning{SVJour3}{\string\thanks\space may only be
  443. used inside of \string\title, \string\author,\MessageBreak
  444. and \string\date\space prior to \string\maketitle}}
  445. %
  446. \def\maketitle{\par\let\thanks=\orithanks
  447. \ch@ckobl{journalname}{Noname}
  448. \ch@ckobl{date}{the date of receipt and acceptance should be inserted
  449. later}
  450. \ch@ckobl{title}{A title should be given}
  451. \ch@ckobl{author}{Name(s) and initial(s) of author(s) should be given}
  452. \ch@ckobl{institute}{Address(es) of author(s) should be given}
  453. \begingroup
  454. %
  455. \renewcommand\thefootnote{\@fnsymbol\c@footnote}%
  456. \def\@makefnmark{$^{\@thefnmark}$}%
  457. \renewcommand\@makefntext[1]{%
  458. \noindent
  459. \hb@xt@\bibindent{\hss\@makefnmark\enspace}##1\vrule height0pt
  460. width0pt depth8pt}
  461. %
  462. \def\lastand{\ifnum\value{inst}=2\relax
  463. \unskip{} \andname\
  464. \else
  465. \unskip, \andname\
  466. \fi}%
  467. \def\and{\stepcounter{auth}\relax
  468. \if@smartand
  469. \ifnum\value{auth}=\value{inst}%
  470. \lastand
  471. \else
  472. \unskip,
  473. \fi
  474. \else
  475. \unskip,
  476. \fi}%
  477. \thispagestyle{empty}
  478. \ifnum \col@number=\@ne
  479. \@maketitle
  480. \else
  481. \twocolumn[\@maketitle]%
  482. \fi
  483. %
  484. \global\@topnum\z@
  485. \if!\@thanks!\else
  486. \@thanks
  487. \insert\footins{\vskip-3pt\hrule\@width\if@twocolumn\columnwidth
  488. \else 38mm\fi\vskip3pt}%
  489. \fi
  490. {\def\thanks##1{\unskip{}}%
  491. \def\iand{\\[5pt]\let\and=\nand}%
  492. \def\nand{\ifhmode\unskip\nobreak\fi\ $\cdot$ }%
  493. \let\and=\nand
  494. \def\at{\\\let\and=\iand}%
  495. \footnotetext[0]{\kern-\bibindent
  496. \ignorespaces\@institute}\vspace{5dd}}%
  497. %\if!\@mail!\else
  498. % \footnotetext[0]{\kern-\bibindent\mailname\
  499. % \ignorespaces\@mail}%
  500. %\fi
  501. %
  502. \if@runhead
  503. \ProcessRunnHead
  504. \fi
  505. %
  506. \endgroup
  507. \setcounter{footnote}{0}
  508. \global\let\thanks\relax
  509. \global\let\maketitle\relax
  510. \global\let\@maketitle\relax
  511. \global\let\@thanks\@empty
  512. \global\let\@author\@empty
  513. \global\let\@date\@empty
  514. \global\let\@title\@empty
  515. \global\let\@subtitle\@empty
  516. \global\let\title\relax
  517. \global\let\author\relax
  518. \global\let\date\relax
  519. \global\let\and\relax}
  520. \def\makeheadbox{{%
  521. \hbox to0pt{\vbox{\baselineskip=10dd\hrule\hbox
  522. to\hsize{\vrule\kern3pt\vbox{\kern3pt
  523. \hbox{\bfseries\@journalname\ manuscript No.}
  524. \hbox{(will be inserted by the editor)}
  525. \kern3pt}\hfil\kern3pt\vrule}\hrule}%
  526. \hss}}}
  527. %
  528. \def\rubric{\setbox0=\hbox{\small\strut}\@tempdima=\ht0\advance
  529. \@tempdima\dp0\advance\@tempdima2\fboxsep\vrule\@height\@tempdima
  530. \@width\z@}
  531. \newdimen\rubricwidth
  532. %
  533. \def\@maketitle{\newpage
  534. \normalfont
  535. \vbox to0pt{\if@twocolumn\vskip-39pt\else\vskip-49pt\fi
  536. \nointerlineskip
  537. \makeheadbox\vss}\nointerlineskip
  538. \vbox to 0pt{\offinterlineskip\rubricwidth=\columnwidth
  539. %%%%\vskip-12.5pt % -12.5pt
  540. \if@twocolumn\else % one column journal
  541. \divide\rubricwidth by144\multiply\rubricwidth by89 % perform golden section
  542. \vskip-\topskip
  543. \fi
  544. \hrule\@height0.35mm\noindent
  545. \advance\fboxsep by.25mm
  546. \global\advance\rubricwidth by0pt
  547. \rubric
  548. \vss}\vskip19.5pt % war 9pt
  549. %
  550. \if@twocolumn\else
  551. \gdef\footnoterule{%
  552. \kern-3\p@
  553. \hrule\@width38mm % \columnwidth \rubricwidth
  554. \kern2.6\p@}
  555. \fi
  556. %
  557. \setbox\authrun=\vbox\bgroup
  558. \if@twocolumn
  559. \hrule\@height10.5mm\@width0\p@
  560. \else
  561. \hrule\@height 2mm\@width0\p@
  562. \fi
  563. \pretolerance=10000
  564. \rightskip=0pt plus 4cm
  565. \nothanksmarks
  566. % \if!\@headnote!\else
  567. % \noindent
  568. % {\LARGE\normalfont\itshape\ignorespaces\@headnote\par}\vskip 3.5mm
  569. % \fi
  570. {\LARGE\bfseries
  571. \noindent\ignorespaces
  572. \@title \par}\vskip 17pt\relax
  573. \if!\@subtitle!\else
  574. {\large\bfseries
  575. \pretolerance=10000
  576. \rightskip=0pt plus 3cm
  577. \vskip-12pt
  578. % \noindent\ignorespaces\@subtitle \par}\vskip 11.24pt\relax
  579. \noindent\ignorespaces\@subtitle \par}\vskip 17pt\relax
  580. \fi
  581. {\authorfont
  582. \setbox0=\vbox{\setcounter{auth}{1}\def\and{\stepcounter{auth} }%
  583. \hfuzz=2\textwidth\def\thanks##1{}\@author}%
  584. \setcounter{footnote}{0}%
  585. \global\value{inst}=\value{auth}%
  586. \setcounter{auth}{1}%
  587. \if@twocolumn
  588. \rightskip43mm plus 4cm minus 3mm
  589. \else % one column journal
  590. \rightskip=\linewidth
  591. \advance\rightskip by-\rubricwidth
  592. \advance\rightskip by0pt plus 4cm minus 3mm
  593. \fi
  594. %
  595. \def\and{\unskip\nobreak\enskip{\boldmath$\cdot$}\enskip\ignorespaces}%
  596. \noindent\ignorespaces\@author\vskip7.23pt}
  597. %
  598. \small
  599. \if!\@dedic!\else
  600. \par
  601. \normalsize\it
  602. \addvspace\baselineskip
  603. \noindent\@dedic
  604. \fi
  605. \egroup % end of header box
  606. \@tempdima=\headerboxheight
  607. \advance\@tempdima by-\ht\authrun
  608. \unvbox\authrun
  609. \ifdim\@tempdima>0pt
  610. \vrule width0pt height\@tempdima\par
  611. \fi
  612. \noindent{\small\@date\if@twocolumn\vskip 7.2mm\else\vskip 5.2mm\fi}
  613. \global\@minipagetrue
  614. \global\everypar{\global\@minipagefalse\global\everypar{}}%
  615. %\vskip22.47pt
  616. }
  617. %
  618. \if@mathematic
  619. \def\vec#1{\ensuremath{\mathchoice
  620. {\mbox{\boldmath$\displaystyle\mathbf{#1}$}}
  621. {\mbox{\boldmath$\textstyle\mathbf{#1}$}}
  622. {\mbox{\boldmath$\scriptstyle\mathbf{#1}$}}
  623. {\mbox{\boldmath$\scriptscriptstyle\mathbf{#1}$}}}}
  624. \else
  625. \def\vec#1{\ensuremath{\mathchoice
  626. {\mbox{\boldmath$\displaystyle#1$}}
  627. {\mbox{\boldmath$\textstyle#1$}}
  628. {\mbox{\boldmath$\scriptstyle#1$}}
  629. {\mbox{\boldmath$\scriptscriptstyle#1$}}}}
  630. \fi
  631. %
  632. \def\tens#1{\ensuremath{\mathsf{#1}}}
  633. %
  634. \setcounter{secnumdepth}{3}
  635. \newcounter {section}
  636. \newcounter {subsection}[section]
  637. \newcounter {subsubsection}[subsection]
  638. \newcounter {paragraph}[subsubsection]
  639. \newcounter {subparagraph}[paragraph]
  640. \renewcommand\thesection {\@arabic\c@section}
  641. \renewcommand\thesubsection {\thesection.\@arabic\c@subsection}
  642. \renewcommand\thesubsubsection{\thesubsection.\@arabic\c@subsubsection}
  643. \renewcommand\theparagraph {\thesubsubsection.\@arabic\c@paragraph}
  644. \renewcommand\thesubparagraph {\theparagraph.\@arabic\c@subparagraph}
  645. %
  646. \def\@hangfrom#1{\setbox\@tempboxa\hbox{#1}%
  647. \hangindent \z@\noindent\box\@tempboxa}
  648. %
  649. \def\@seccntformat#1{\csname the#1\endcsname\sectcounterend
  650. \hskip\betweenumberspace}
  651. %
  652. % \newif\if@sectrule
  653. % \if@twocolumn\else\let\@sectruletrue=\relax\fi
  654. % \if@avier\let\@sectruletrue=\relax\fi
  655. % \def\makesectrule{\if@sectrule\global\@sectrulefalse\null\vglue-\topskip
  656. % \hrule\nobreak\parskip=5pt\relax\fi}
  657. % %
  658. % \let\makesectruleori=\makesectrule
  659. % \def\restoresectrule{\global\let\makesectrule=\makesectruleori\global\@sectrulefalse}
  660. % \def\nosectrule{\let\makesectrule=\restoresectrule}
  661. %
  662. \def\@startsection#1#2#3#4#5#6{%
  663. \if@noskipsec \leavevmode \fi
  664. \par
  665. \@tempskipa #4\relax
  666. \@afterindenttrue
  667. \ifdim \@tempskipa <\z@
  668. \@tempskipa -\@tempskipa \@afterindentfalse
  669. \fi
  670. \if@nobreak
  671. \everypar{}%
  672. \else
  673. \addpenalty\@secpenalty\addvspace\@tempskipa
  674. \fi
  675. % \ifnum#2=1\relax\@sectruletrue\fi
  676. \@ifstar
  677. {\@ssect{#3}{#4}{#5}{#6}}%
  678. {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}}
  679. %
  680. \def\@sect#1#2#3#4#5#6[#7]#8{%
  681. \ifnum #2>\c@secnumdepth
  682. \let\@svsec\@empty
  683. \else
  684. \refstepcounter{#1}%
  685. \protected@edef\@svsec{\@seccntformat{#1}\relax}%
  686. \fi
  687. \@tempskipa #5\relax
  688. \ifdim \@tempskipa>\z@
  689. \begingroup
  690. #6{% \makesectrule
  691. \@hangfrom{\hskip #3\relax\@svsec}%
  692. \raggedright
  693. \hyphenpenalty \@M%
  694. \interlinepenalty \@M #8\@@par}%
  695. \endgroup
  696. \csname #1mark\endcsname{#7}%
  697. \addcontentsline{toc}{#1}{%
  698. \ifnum #2>\c@secnumdepth \else
  699. \protect\numberline{\csname the#1\endcsname\sectcounterend}%
  700. \fi
  701. #7}%
  702. \else
  703. \def\@svsechd{%
  704. #6{\hskip #3\relax
  705. \@svsec #8\/\hskip\aftertext}%
  706. \csname #1mark\endcsname{#7}%
  707. \addcontentsline{toc}{#1}{%
  708. \ifnum #2>\c@secnumdepth \else
  709. \protect\numberline{\csname the#1\endcsname}%
  710. \fi
  711. #7}}%
  712. \fi
  713. \@xsect{#5}}
  714. %
  715. \def\@ssect#1#2#3#4#5{%
  716. \@tempskipa #3\relax
  717. \ifdim \@tempskipa>\z@
  718. \begingroup
  719. #4{% \makesectrule
  720. \@hangfrom{\hskip #1}%
  721. \interlinepenalty \@M #5\@@par}%
  722. \endgroup
  723. \else
  724. \def\@svsechd{#4{\hskip #1\relax #5}}%
  725. \fi
  726. \@xsect{#3}}
  727. %
  728. % measures and setting of sections
  729. %
  730. \def\section{\@startsection{section}{1}{\z@}%
  731. {-21dd plus-8pt minus-4pt}{10.5dd}
  732. {\normalsize\bfseries\boldmath}}
  733. \def\subsection{\@startsection{subsection}{2}{\z@}%
  734. {-21dd plus-8pt minus-4pt}{10.5dd}
  735. {\normalsize\upshape}}
  736. \def\subsubsection{\@startsection{subsubsection}{3}{\z@}%
  737. {-13dd plus-8pt minus-4pt}{10.5dd}
  738. {\normalsize\itshape}}
  739. \def\paragraph{\@startsection{paragraph}{4}{\z@}%
  740. {-13pt plus-8pt minus-4pt}{\z@}{\normalsize\itshape}}
  741. \setlength\leftmargini {\parindent}
  742. \leftmargin \leftmargini
  743. \setlength\leftmarginii {\parindent}
  744. \setlength\leftmarginiii {1.87em}
  745. \setlength\leftmarginiv {1.7em}
  746. \setlength\leftmarginv {.5em}
  747. \setlength\leftmarginvi {.5em}
  748. \setlength \labelsep {.5em}
  749. \setlength \labelwidth{\leftmargini}
  750. \addtolength\labelwidth{-\labelsep}
  751. \@beginparpenalty -\@lowpenalty
  752. \@endparpenalty -\@lowpenalty
  753. \@itempenalty -\@lowpenalty
  754. \renewcommand\theenumi{\@arabic\c@enumi}
  755. \renewcommand\theenumii{\@alph\c@enumii}
  756. \renewcommand\theenumiii{\@roman\c@enumiii}
  757. \renewcommand\theenumiv{\@Alph\c@enumiv}
  758. \newcommand\labelenumi{\theenumi.}
  759. \newcommand\labelenumii{(\theenumii)}
  760. \newcommand\labelenumiii{\theenumiii.}
  761. \newcommand\labelenumiv{\theenumiv.}
  762. \renewcommand\p@enumii{\theenumi}
  763. \renewcommand\p@enumiii{\theenumi(\theenumii)}
  764. \renewcommand\p@enumiv{\p@enumiii\theenumiii}
  765. \newcommand\labelitemi{\normalfont\bfseries --}
  766. \newcommand\labelitemii{\normalfont\bfseries --}
  767. \newcommand\labelitemiii{$\m@th\bullet$}
  768. \newcommand\labelitemiv{$\m@th\cdot$}
  769. \if@spthms
  770. % definition of the "\spnewtheorem" command.
  771. %
  772. % Usage:
  773. %
  774. % \spnewtheorem{env_nam}{caption}[within]{cap_font}{body_font}
  775. % or \spnewtheorem{env_nam}[numbered_like]{caption}{cap_font}{body_font}
  776. % or \spnewtheorem*{env_nam}{caption}{cap_font}{body_font}
  777. %
  778. % New is "cap_font" and "body_font". It stands for
  779. % fontdefinition of the caption and the text itself.
  780. %
  781. % "\spnewtheorem*" gives a theorem without number.
  782. %
  783. % A defined spnewthoerem environment is used as described
  784. % by Lamport.
  785. %
  786. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  787. \def\@thmcountersep{}
  788. \def\@thmcounterend{}
  789. \newcommand\nocaption{\noexpand\@gobble}
  790. \newdimen\spthmsep \spthmsep=5pt
  791. \def\spnewtheorem{\@ifstar{\@sthm}{\@Sthm}}
  792. % definition of \spnewtheorem with number
  793. \def\@spnthm#1#2{%
  794. \@ifnextchar[{\@spxnthm{#1}{#2}}{\@spynthm{#1}{#2}}}
  795. \def\@Sthm#1{\@ifnextchar[{\@spothm{#1}}{\@spnthm{#1}}}
  796. \def\@spxnthm#1#2[#3]#4#5{\expandafter\@ifdefinable\csname #1\endcsname
  797. {\@definecounter{#1}\@addtoreset{#1}{#3}%
  798. \expandafter\xdef\csname the#1\endcsname{\expandafter\noexpand
  799. \csname the#3\endcsname \noexpand\@thmcountersep \@thmcounter{#1}}%
  800. \expandafter\xdef\csname #1name\endcsname{#2}%
  801. \global\@namedef{#1}{\@spthm{#1}{\csname #1name\endcsname}{#4}{#5}}%
  802. \global\@namedef{end#1}{\@endtheorem}}}
  803. \def\@spynthm#1#2#3#4{\expandafter\@ifdefinable\csname #1\endcsname
  804. {\@definecounter{#1}%
  805. \expandafter\xdef\csname the#1\endcsname{\@thmcounter{#1}}%
  806. \expandafter\xdef\csname #1name\endcsname{#2}%
  807. \global\@namedef{#1}{\@spthm{#1}{\csname #1name\endcsname}{#3}{#4}}%
  808. \global\@namedef{end#1}{\@endtheorem}}}
  809. \def\@spothm#1[#2]#3#4#5{%
  810. \@ifundefined{c@#2}{\@latexerr{No theorem environment `#2' defined}\@eha}%
  811. {\expandafter\@ifdefinable\csname #1\endcsname
  812. {\global\@namedef{the#1}{\@nameuse{the#2}}%
  813. \expandafter\xdef\csname #1name\endcsname{#3}%
  814. \global\@namedef{#1}{\@spthm{#2}{\csname #1name\endcsname}{#4}{#5}}%
  815. \global\@namedef{end#1}{\@endtheorem}}}}
  816. \def\@spthm#1#2#3#4{\topsep 7\p@ \@plus2\p@ \@minus4\p@
  817. \labelsep=\spthmsep\refstepcounter{#1}%
  818. \@ifnextchar[{\@spythm{#1}{#2}{#3}{#4}}{\@spxthm{#1}{#2}{#3}{#4}}}
  819. \def\@spxthm#1#2#3#4{\@spbegintheorem{#2}{\csname the#1\endcsname}{#3}{#4}%
  820. \ignorespaces}
  821. \def\@spythm#1#2#3#4[#5]{\@spopargbegintheorem{#2}{\csname
  822. the#1\endcsname}{#5}{#3}{#4}\ignorespaces}
  823. \def\normalthmheadings{\def\@spbegintheorem##1##2##3##4{\trivlist\normalfont
  824. \item[\hskip\labelsep{##3##1\ ##2\@thmcounterend}]##4}
  825. \def\@spopargbegintheorem##1##2##3##4##5{\trivlist
  826. \item[\hskip\labelsep{##4##1\ ##2}]{##4(##3)\@thmcounterend\ }##5}}
  827. \normalthmheadings
  828. \def\reversethmheadings{\def\@spbegintheorem##1##2##3##4{\trivlist\normalfont
  829. \item[\hskip\labelsep{##3##2\ ##1\@thmcounterend}]##4}
  830. \def\@spopargbegintheorem##1##2##3##4##5{\trivlist
  831. \item[\hskip\labelsep{##4##2\ ##1}]{##4(##3)\@thmcounterend\ }##5}}
  832. % definition of \spnewtheorem* without number
  833. \def\@sthm#1#2{\@Ynthm{#1}{#2}}
  834. \def\@Ynthm#1#2#3#4{\expandafter\@ifdefinable\csname #1\endcsname
  835. {\global\@namedef{#1}{\@Thm{\csname #1name\endcsname}{#3}{#4}}%
  836. \expandafter\xdef\csname #1name\endcsname{#2}%
  837. \global\@namedef{end#1}{\@endtheorem}}}
  838. \def\@Thm#1#2#3{\topsep 7\p@ \@plus2\p@ \@minus4\p@
  839. \@ifnextchar[{\@Ythm{#1}{#2}{#3}}{\@Xthm{#1}{#2}{#3}}}
  840. \def\@Xthm#1#2#3{\@Begintheorem{#1}{#2}{#3}\ignorespaces}
  841. \def\@Ythm#1#2#3[#4]{\@Opargbegintheorem{#1}
  842. {#4}{#2}{#3}\ignorespaces}
  843. \def\@Begintheorem#1#2#3{#3\trivlist
  844. \item[\hskip\labelsep{#2#1\@thmcounterend}]}
  845. \def\@Opargbegintheorem#1#2#3#4{#4\trivlist
  846. \item[\hskip\labelsep{#3#1}]{#3(#2)\@thmcounterend\ }}
  847. % initialize theorem environment
  848. \if@envcntsect
  849. \def\@thmcountersep{.}
  850. \spnewtheorem{theorem}{Theorem}[section]{\bfseries}{\itshape}
  851. \else
  852. \spnewtheorem{theorem}{Theorem}{\bfseries}{\itshape}
  853. \if@envcntreset
  854. \@addtoreset{theorem}{section}
  855. \else
  856. \@addtoreset{theorem}{chapter}
  857. \fi
  858. \fi
  859. %definition of divers theorem environments
  860. \spnewtheorem*{claim}{Claim}{\itshape}{\rmfamily}
  861. \spnewtheorem*{proof}{Proof}{\itshape}{\rmfamily}
  862. \if@envcntsame % all environments like "Theorem" - using its counter
  863. \def\spn@wtheorem#1#2#3#4{\@spothm{#1}[theorem]{#2}{#3}{#4}}
  864. \else % all environments with their own counter
  865. \if@envcntsect % show section counter
  866. \def\spn@wtheorem#1#2#3#4{\@spxnthm{#1}{#2}[section]{#3}{#4}}
  867. \else % not numbered with section
  868. \if@envcntreset
  869. \def\spn@wtheorem#1#2#3#4{\@spynthm{#1}{#2}{#3}{#4}
  870. \@addtoreset{#1}{section}}
  871. \else
  872. \let\spn@wtheorem=\@spynthm
  873. \fi
  874. \fi
  875. \fi
  876. %
  877. \let\spdefaulttheorem=\spn@wtheorem
  878. %
  879. \spn@wtheorem{case}{Case}{\itshape}{\rmfamily}
  880. \spn@wtheorem{conjecture}{Conjecture}{\itshape}{\rmfamily}
  881. \spn@wtheorem{corollary}{Corollary}{\bfseries}{\itshape}
  882. \spn@wtheorem{definition}{Definition}{\bfseries}{\rmfamily}
  883. \spn@wtheorem{example}{Example}{\itshape}{\rmfamily}
  884. \spn@wtheorem{exercise}{Exercise}{\bfseries}{\rmfamily}
  885. \spn@wtheorem{lemma}{Lemma}{\bfseries}{\itshape}
  886. \spn@wtheorem{note}{Note}{\itshape}{\rmfamily}
  887. \spn@wtheorem{problem}{Problem}{\bfseries}{\rmfamily}
  888. \spn@wtheorem{property}{Property}{\itshape}{\rmfamily}
  889. \spn@wtheorem{proposition}{Proposition}{\bfseries}{\itshape}
  890. \spn@wtheorem{question}{Question}{\itshape}{\rmfamily}
  891. \spn@wtheorem{solution}{Solution}{\bfseries}{\rmfamily}
  892. \spn@wtheorem{remark}{Remark}{\itshape}{\rmfamily}
  893. %
  894. \newenvironment{theopargself}
  895. {\def\@spopargbegintheorem##1##2##3##4##5{\trivlist
  896. \item[\hskip\labelsep{##4##1\ ##2}]{##4##3\@thmcounterend\ }##5}
  897. \def\@Opargbegintheorem##1##2##3##4{##4\trivlist
  898. \item[\hskip\labelsep{##3##1}]{##3##2\@thmcounterend\ }}}{}
  899. \newenvironment{theopargself*}
  900. {\def\@spopargbegintheorem##1##2##3##4##5{\trivlist
  901. \item[\hskip\labelsep{##4##1\ ##2}]{\hspace*{-\labelsep}##4##3\@thmcounterend}##5}
  902. \def\@Opargbegintheorem##1##2##3##4{##4\trivlist
  903. \item[\hskip\labelsep{##3##1}]{\hspace*{-\labelsep}##3##2\@thmcounterend}}}{}
  904. %
  905. \fi
  906. \def\@takefromreset#1#2{%
  907. \def\@tempa{#1}%
  908. \let\@tempd\@elt
  909. \def\@elt##1{%
  910. \def\@tempb{##1}%
  911. \ifx\@tempa\@tempb\else
  912. \@addtoreset{##1}{#2}%
  913. \fi}%
  914. \expandafter\expandafter\let\expandafter\@tempc\csname cl@#2\endcsname
  915. \expandafter\def\csname cl@#2\endcsname{}%
  916. \@tempc
  917. \let\@elt\@tempd}
  918. \def\squareforqed{\hbox{\rlap{$\sqcap$}$\sqcup$}}
  919. \def\qed{\ifmmode\else\unskip\quad\fi\squareforqed}
  920. \def\smartqed{\def\qed{\ifmmode\squareforqed\else{\unskip\nobreak\hfil
  921. \penalty50\hskip1em\null\nobreak\hfil\squareforqed
  922. \parfillskip=0pt\finalhyphendemerits=0\endgraf}\fi}}
  923. % Define `abstract' environment
  924. \def\abstract{\topsep=0pt\partopsep=0pt\parsep=0pt\itemsep=0pt\relax
  925. \trivlist\item[\hskip\labelsep
  926. {\bfseries\abstractname}]\if!\abstractname!\hskip-\labelsep\fi}
  927. \if@twocolumn
  928. % \if@avier
  929. % \def\endabstract{\endtrivlist\addvspace{5mm}\strich}
  930. % \def\strich{\hrule\vskip1ptplus12pt}
  931. % \else
  932. \def\endabstract{\endtrivlist\addvspace{3mm}}
  933. % \fi
  934. \else
  935. \fi
  936. %
  937. \newenvironment{verse}
  938. {\let\\\@centercr
  939. \list{}{\itemsep \z@
  940. \itemindent -1.5em%
  941. \listparindent\itemindent
  942. \rightmargin \leftmargin
  943. \advance\leftmargin 1.5em}%
  944. \item\relax}
  945. {\endlist}
  946. \newenvironment{quotation}
  947. {\list{}{\listparindent 1.5em%
  948. \itemindent \listparindent
  949. \rightmargin \leftmargin
  950. \parsep \z@ \@plus\p@}%
  951. \item\relax}
  952. {\endlist}
  953. \newenvironment{quote}
  954. {\list{}{\rightmargin\leftmargin}%
  955. \item\relax}
  956. {\endlist}
  957. \newcommand\appendix{\par\small
  958. \setcounter{section}{0}%
  959. \setcounter{subsection}{0}%
  960. \renewcommand\thesection{\@Alph\c@section}}
  961. \setlength\arraycolsep{1.5\p@}
  962. \setlength\tabcolsep{6\p@}
  963. \setlength\arrayrulewidth{.4\p@}
  964. \setlength\doublerulesep{2\p@}
  965. \setlength\tabbingsep{\labelsep}
  966. \skip\@mpfootins = \skip\footins
  967. \setlength\fboxsep{3\p@}
  968. \setlength\fboxrule{.4\p@}
  969. \renewcommand\theequation{\@arabic\c@equation}
  970. \newcounter{figure}
  971. \renewcommand\thefigure{\@arabic\c@figure}
  972. \def\fps@figure{tbp}
  973. \def\ftype@figure{1}
  974. \def\ext@figure{lof}
  975. \def\fnum@figure{\figurename~\thefigure}
  976. \newenvironment{figure}
  977. {\@float{figure}}
  978. {\end@float}
  979. \newenvironment{figure*}
  980. {\@dblfloat{figure}}
  981. {\end@dblfloat}
  982. \newcounter{table}
  983. \renewcommand\thetable{\@arabic\c@table}
  984. \def\fps@table{tbp}
  985. \def\ftype@table{2}
  986. \def\ext@table{lot}
  987. \def\fnum@table{\tablename~\thetable}
  988. \newenvironment{table}
  989. {\@float{table}}
  990. {\end@float}
  991. \newenvironment{table*}
  992. {\@dblfloat{table}}
  993. {\end@dblfloat}
  994. %
  995. \def \@floatboxreset {%
  996. \reset@font
  997. \small
  998. \@setnobreak
  999. \@setminipage
  1000. }
  1001. %
  1002. \newcommand{\tableheadseprule}{\noalign{\hrule height.375mm}}
  1003. %
  1004. \newlength\abovecaptionskip
  1005. \newlength\belowcaptionskip
  1006. \setlength\abovecaptionskip{10\p@}
  1007. \setlength\belowcaptionskip{0\p@}
  1008. \newcommand\leftlegendglue{}
  1009. \def\fig@type{figure}
  1010. \newdimen\figcapgap\figcapgap=3pt
  1011. \newdimen\tabcapgap\tabcapgap=5.5pt
  1012. \@ifundefined{floatlegendstyle}{\def\floatlegendstyle{\bfseries}}{}
  1013. \long\def\@caption#1[#2]#3{\par\addcontentsline{\csname
  1014. ext@#1\endcsname}{#1}{\protect\numberline{\csname
  1015. the#1\endcsname}{\ignorespaces #2}}\begingroup
  1016. \@parboxrestore
  1017. \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par
  1018. \endgroup}
  1019. \def\capstrut{\vrule\@width\z@\@height\topskip}
  1020. \@ifundefined{captionstyle}{\def\captionstyle{\normalfont\small}}{}
  1021. \long\def\@makecaption#1#2{%
  1022. \captionstyle
  1023. \ifx\@captype\fig@type
  1024. \vskip\figcapgap
  1025. \fi
  1026. \setbox\@tempboxa\hbox{{\floatlegendstyle #1\floatcounterend}%
  1027. \capstrut #2}%
  1028. \ifdim \wd\@tempboxa >\hsize
  1029. {\floatlegendstyle #1\floatcounterend}\capstrut #2\par
  1030. \else
  1031. \hbox to\hsize{\leftlegendglue\unhbox\@tempboxa\hfil}%
  1032. \fi
  1033. \ifx\@captype\fig@type\else
  1034. \vskip\tabcapgap
  1035. \fi}
  1036. \newdimen\figgap\figgap=1cc
  1037. \long\def\@makesidecaption#1#2{%
  1038. \parbox[b]{\@tempdimb}{\captionstyle{\floatlegendstyle
  1039. #1\floatcounterend}#2}}
  1040. \def\sidecaption#1\caption{%
  1041. \setbox\@tempboxa=\hbox{#1\unskip}%
  1042. \if@twocolumn
  1043. \ifdim\hsize<\textwidth\else
  1044. \ifdim\wd\@tempboxa<\columnwidth
  1045. \typeout{Double column float fits into single column -
  1046. ^^Jyou'd better switch the environment. }%
  1047. \fi
  1048. \fi
  1049. \fi
  1050. \@tempdimb=\hsize
  1051. \advance\@tempdimb by-\figgap
  1052. \advance\@tempdimb by-\wd\@tempboxa
  1053. \ifdim\@tempdimb<3cm
  1054. \typeout{\string\sidecaption: No sufficient room for the legend;
  1055. using normal \string\caption. }%
  1056. \unhbox\@tempboxa
  1057. \let\@capcommand=\@caption
  1058. \else
  1059. \let\@capcommand=\@sidecaption
  1060. \leavevmode
  1061. \unhbox\@tempboxa
  1062. \hfill
  1063. \fi
  1064. \refstepcounter\@captype
  1065. \@dblarg{\@capcommand\@captype}}
  1066. \long\def\@sidecaption#1[#2]#3{\addcontentsline{\csname
  1067. ext@#1\endcsname}{#1}{\protect\numberline{\csname
  1068. the#1\endcsname}{\ignorespaces #2}}\begingroup
  1069. \@parboxrestore
  1070. \@makesidecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par
  1071. \endgroup}
  1072. % Define `acknowledgement' environment
  1073. \def\acknowledgement{\par\addvspace{17pt}\small\rmfamily
  1074. \trivlist\if!\ackname!\item[]\else
  1075. \item[\hskip\labelsep
  1076. {\bfseries\ackname}]\fi}
  1077. \def\endacknowledgement{\endtrivlist\addvspace{6pt}}
  1078. \newenvironment{acknowledgements}{\begin{acknowledgement}}
  1079. {\end{acknowledgement}}
  1080. % Define `noteadd' environment
  1081. \def\noteadd{\par\addvspace{17pt}\small\rmfamily
  1082. \trivlist\item[\hskip\labelsep
  1083. {\itshape\noteaddname}]}
  1084. \def\endnoteadd{\endtrivlist\addvspace{6pt}}
  1085. \DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm}
  1086. \DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
  1087. \DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
  1088. \DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
  1089. \DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
  1090. \DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
  1091. \DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
  1092. \DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal}
  1093. \DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal}
  1094. \newcommand\@pnumwidth{1.55em}
  1095. \newcommand\@tocrmarg{2.55em}
  1096. \newcommand\@dotsep{4.5}
  1097. \setcounter{tocdepth}{1}
  1098. \newcommand\tableofcontents{%
  1099. \section*{\contentsname}%
  1100. \@starttoc{toc}%
  1101. \addtocontents{toc}{\begingroup\protect\small}%
  1102. \AtEndDocument{\addtocontents{toc}{\endgroup}}%
  1103. }
  1104. \newcommand*\l@part[2]{%
  1105. \ifnum \c@tocdepth >-2\relax
  1106. \addpenalty\@secpenalty
  1107. \addvspace{2.25em \@plus\p@}%
  1108. \begingroup
  1109. \setlength\@tempdima{3em}%
  1110. \parindent \z@ \rightskip \@pnumwidth
  1111. \parfillskip -\@pnumwidth
  1112. {\leavevmode
  1113. \large \bfseries #1\hfil \hb@xt@\@pnumwidth{\hss #2}}\par
  1114. \nobreak
  1115. \if@compatibility
  1116. \global\@nobreaktrue
  1117. \everypar{\global\@nobreakfalse\everypar{}}%
  1118. \fi
  1119. \endgroup
  1120. \fi}
  1121. \newcommand*\l@section{\@dottedtocline{1}{0pt}{1.5em}}
  1122. \newcommand*\l@subsection{\@dottedtocline{2}{1.5em}{2.3em}}
  1123. \newcommand*\l@subsubsection{\@dottedtocline{3}{3.8em}{3.2em}}
  1124. \newcommand*\l@paragraph{\@dottedtocline{4}{7.0em}{4.1em}}
  1125. \newcommand*\l@subparagraph{\@dottedtocline{5}{10em}{5em}}
  1126. \newcommand\listoffigures{%
  1127. \section*{\listfigurename
  1128. \@mkboth{\listfigurename}%
  1129. {\listfigurename}}%
  1130. \@starttoc{lof}%
  1131. }
  1132. \newcommand*\l@figure{\@dottedtocline{1}{1.5em}{2.3em}}
  1133. \newcommand\listoftables{%
  1134. \section*{\listtablename
  1135. \@mkboth{\listtablename}{\listtablename}}%
  1136. \@starttoc{lot}%
  1137. }
  1138. \let\l@table\l@figure
  1139. \newdimen\bibindent
  1140. \setlength\bibindent{\parindent}
  1141. \def\@biblabel#1{#1.}
  1142. \def\@lbibitem[#1]#2{\item[{[#1]}\hfill]\if@filesw
  1143. {\let\protect\noexpand
  1144. \immediate
  1145. \write\@auxout{\string\bibcite{#2}{#1}}}\fi\ignorespaces}
  1146. \newenvironment{thebibliography}[1]
  1147. {\section*{\refname
  1148. \@mkboth{\refname}{\refname}}\small
  1149. \list{\@biblabel{\@arabic\c@enumiv}}%
  1150. {\settowidth\labelwidth{\@biblabel{#1}}%
  1151. \leftmargin\labelwidth
  1152. \advance\leftmargin\labelsep
  1153. \@openbib@code
  1154. \usecounter{enumiv}%
  1155. \let\p@enumiv\@empty
  1156. \renewcommand\theenumiv{\@arabic\c@enumiv}}%
  1157. \sloppy\clubpenalty4000\widowpenalty4000%
  1158. \sfcode`\.\@m}
  1159. {\def\@noitemerr
  1160. {\@latex@warning{Empty `thebibliography' environment}}%
  1161. \endlist}
  1162. %
  1163. \newcount\@tempcntc
  1164. \def\@citex[#1]#2{\if@filesw\immediate\write\@auxout{\string\citation{#2}}\fi
  1165. \@tempcnta\z@\@tempcntb\m@ne\def\@citea{}\@cite{\@for\@citeb:=#2\do
  1166. {\@ifundefined
  1167. {b@\@citeb}{\@citeo\@tempcntb\m@ne\@citea\def\@citea{,}{\bfseries
  1168. ?}\@warning
  1169. {Citation `\@citeb' on page \thepage \space undefined}}%
  1170. {\setbox\z@\hbox{\global\@tempcntc0\csname b@\@citeb\endcsname\relax}%
  1171. \ifnum\@tempcntc=\z@ \@citeo\@tempcntb\m@ne
  1172. \@citea\def\@citea{,\hskip0.1em\ignorespaces}\hbox{\csname b@\@citeb\endcsname}%
  1173. \else
  1174. \advance\@tempcntb\@ne
  1175. \ifnum\@tempcntb=\@tempcntc
  1176. \else\advance\@tempcntb\m@ne\@citeo
  1177. \@tempcnta\@tempcntc\@tempcntb\@tempcntc\fi\fi}}\@citeo}{#1}}
  1178. \def\@citeo{\ifnum\@tempcnta>\@tempcntb\else
  1179. \@citea\def\@citea{,\hskip0.1em\ignorespaces}%
  1180. \ifnum\@tempcnta=\@tempcntb\the\@tempcnta\else
  1181. {\advance\@tempcnta\@ne\ifnum\@tempcnta=\@tempcntb \else \def\@citea{--}\fi
  1182. \advance\@tempcnta\m@ne\the\@tempcnta\@citea\the\@tempcntb}\fi\fi}
  1183. %
  1184. \newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em}
  1185. \let\@openbib@code\@empty
  1186. \newenvironment{theindex}
  1187. {\if@twocolumn
  1188. \@restonecolfalse
  1189. \else
  1190. \@restonecoltrue
  1191. \fi
  1192. \columnseprule \z@
  1193. \columnsep 35\p@
  1194. \twocolumn[\section*{\indexname}]%
  1195. \@mkboth{\indexname}{\indexname}%
  1196. \thispagestyle{plain}\parindent\z@
  1197. \parskip\z@ \@plus .3\p@\relax
  1198. \let\item\@idxitem}
  1199. {\if@restonecol\onecolumn\else\clearpage\fi}
  1200. \newcommand\@idxitem{\par\hangindent 40\p@}
  1201. \newcommand\subitem{\@idxitem \hspace*{20\p@}}
  1202. \newcommand\subsubitem{\@idxitem \hspace*{30\p@}}
  1203. \newcommand\indexspace{\par \vskip 10\p@ \@plus5\p@ \@minus3\p@\relax}
  1204. \if@twocolumn
  1205. \renewcommand\footnoterule{%
  1206. \kern-3\p@
  1207. \hrule\@width\columnwidth
  1208. \kern2.6\p@}
  1209. \else
  1210. \renewcommand\footnoterule{%
  1211. \kern-3\p@
  1212. \hrule\@width.382\columnwidth
  1213. \kern2.6\p@}
  1214. \fi
  1215. \newcommand\@makefntext[1]{%
  1216. \noindent
  1217. \hb@xt@\bibindent{\hss\@makefnmark\enspace}#1}
  1218. %
  1219. \def\trans@english{\switcht@albion}
  1220. \def\trans@french{\switcht@francais}
  1221. \def\trans@german{\switcht@deutsch}
  1222. \newenvironment{translation}[1]{\if!#1!\else
  1223. \@ifundefined{selectlanguage}{\csname trans@#1\endcsname}{\selectlanguage{#1}}%
  1224. \fi}{}
  1225. % languages
  1226. % English section
  1227. \def\switcht@albion{%\typeout{English spoken.}%
  1228. \def\abstractname{Abstract}%
  1229. \def\ackname{Acknowledgements}%
  1230. \def\andname{and}%
  1231. \def\lastandname{, and}%
  1232. \def\appendixname{Appendix}%
  1233. \def\chaptername{Chapter}%
  1234. \def\claimname{Claim}%
  1235. \def\conjecturename{Conjecture}%
  1236. \def\contentsname{Contents}%
  1237. \def\corollaryname{Corollary}%
  1238. \def\definitionname{Definition}%
  1239. \def\emailname{E-mail}%
  1240. \def\examplename{Example}%
  1241. \def\exercisename{Exercise}%
  1242. \def\figurename{Fig.}%
  1243. \def\keywordname{{\bfseries Keywords}}%
  1244. \def\indexname{Index}%
  1245. \def\lemmaname{Lemma}%
  1246. \def\contriblistname{List of Contributors}%
  1247. \def\listfigurename{List of Figures}%
  1248. \def\listtablename{List of Tables}%
  1249. \def\mailname{{\itshape Correspondence to\/}:}%
  1250. \def\noteaddname{Note added in proof}%
  1251. \def\notename{Note}%
  1252. \def\partname{Part}%
  1253. \def\problemname{Problem}%
  1254. \def\proofname{Proof}%
  1255. \def\propertyname{Property}%
  1256. \def\questionname{Question}%
  1257. \def\refname{References}%
  1258. \def\remarkname{Remark}%
  1259. \def\seename{see}%
  1260. \def\solutionname{Solution}%
  1261. \def\tablename{Table}%
  1262. \def\theoremname{Theorem}%
  1263. }\switcht@albion % make English default
  1264. %
  1265. % French section
  1266. \def\switcht@francais{\svlanginfo
  1267. %\typeout{On parle francais.}%
  1268. \def\abstractname{R\'esum\'e\runinend}%
  1269. \def\ackname{Remerciements\runinend}%
  1270. \def\andname{et}%
  1271. \def\lastandname{ et}%
  1272. \def\appendixname{Appendice}%
  1273. \def\chaptername{Chapitre}%
  1274. \def\claimname{Pr\'etention}%
  1275. \def\conjecturename{Hypoth\`ese}%
  1276. \def\contentsname{Table des mati\`eres}%
  1277. \def\corollaryname{Corollaire}%
  1278. \def\definitionname{D\'efinition}%
  1279. \def\emailname{E-mail}%
  1280. \def\examplename{Exemple}%
  1281. \def\exercisename{Exercice}%
  1282. \def\figurename{Fig.}%
  1283. \def\keywordname{{\bfseries Mots-cl\'e\runinend}}%
  1284. \def\indexname{Index}%
  1285. \def\lemmaname{Lemme}%
  1286. \def\contriblistname{Liste des contributeurs}%
  1287. \def\listfigurename{Liste des figures}%
  1288. \def\listtablename{Liste des tables}%
  1289. \def\mailname{{\itshape Correspondence to\/}:}%
  1290. \def\noteaddname{Note ajout\'ee \`a l'\'epreuve}%
  1291. \def\notename{Remarque}%
  1292. \def\partname{Partie}%
  1293. \def\problemname{Probl\`eme}%
  1294. \def\proofname{Preuve}%
  1295. \def\propertyname{Caract\'eristique}%
  1296. %\def\propositionname{Proposition}%
  1297. \def\questionname{Question}%
  1298. \def\refname{Bibliographie}%
  1299. \def\remarkname{Remarque}%
  1300. \def\seename{voyez}%
  1301. \def\solutionname{Solution}%
  1302. %\def\subclassname{{\it Subject Classifications\/}:}%
  1303. \def\tablename{Tableau}%
  1304. \def\theoremname{Th\'eor\`eme}%
  1305. }
  1306. %
  1307. % German section
  1308. \def\switcht@deutsch{\svlanginfo
  1309. %\typeout{Man spricht deutsch.}%
  1310. \def\abstractname{Zusammenfassung\runinend}%
  1311. \def\ackname{Danksagung\runinend}%
  1312. \def\andname{und}%
  1313. \def\lastandname{ und}%
  1314. \def\appendixname{Anhang}%
  1315. \def\chaptername{Kapitel}%
  1316. \def\claimname{Behauptung}%
  1317. \def\conjecturename{Hypothese}%
  1318. \def\contentsname{Inhaltsverzeichnis}%
  1319. \def\corollaryname{Korollar}%
  1320. %\def\definitionname{Definition}%
  1321. \def\emailname{E-Mail}%
  1322. \def\examplename{Beispiel}%
  1323. \def\exercisename{\"Ubung}%
  1324. \def\figurename{Abb.}%
  1325. \def\keywordname{{\bfseries Schl\"usselw\"orter\runinend}}%
  1326. \def\indexname{Index}%
  1327. %\def\lemmaname{Lemma}%
  1328. \def\contriblistname{Mitarbeiter}%
  1329. \def\listfigurename{Abbildungsverzeichnis}%
  1330. \def\listtablename{Tabellenverzeichnis}%
  1331. \def\mailname{{\itshape Correspondence to\/}:}%
  1332. \def\noteaddname{Nachtrag}%
  1333. \def\notename{Anmerkung}%
  1334. \def\partname{Teil}%
  1335. %\def\problemname{Problem}%
  1336. \def\proofname{Beweis}%
  1337. \def\propertyname{Eigenschaft}%
  1338. %\def\propositionname{Proposition}%
  1339. \def\questionname{Frage}%
  1340. \def\refname{Literatur}%
  1341. \def\remarkname{Anmerkung}%
  1342. \def\seename{siehe}%
  1343. \def\solutionname{L\"osung}%
  1344. %\def\subclassname{{\it Subject Classifications\/}:}%
  1345. \def\tablename{Tabelle}%
  1346. %\def\theoremname{Theorem}%
  1347. }
  1348. \newcommand\today{}
  1349. \edef\today{\ifcase\month\or
  1350. January\or February\or March\or April\or May\or June\or
  1351. July\or August\or September\or October\or November\or December\fi
  1352. \space\number\day, \number\year}
  1353. \setlength\columnsep{1.5cc}
  1354. \setlength\columnseprule{0\p@}
  1355. %
  1356. \frenchspacing
  1357. \clubpenalty=10000
  1358. \widowpenalty=10000
  1359. \def\thisbottomragged{\def\@textbottom{\vskip\z@ plus.0001fil
  1360. \global\let\@textbottom\relax}}
  1361. \pagestyle{headings}
  1362. \pagenumbering{arabic}
  1363. \if@twocolumn
  1364. \twocolumn
  1365. \fi
  1366. %\if@avier
  1367. % \onecolumn
  1368. % \setlength{\textwidth}{156mm}
  1369. % \setlength{\textheight}{226mm}
  1370. %\fi
  1371. \if@referee
  1372. \makereferee
  1373. \fi
  1374. \flushbottom
  1375. \endinput
  1376. %%
  1377. %% End of file `svjour3.cls'.