Advertisement
AlMa1r

svmono v5.12

May 31st, 2025
78
0
361 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 82.29 KB | Source Code | 0 0
  1. % SVMONO DOCUMENT CLASS -- version 5.12 (15-March-24)
  2. % Springer Verlag global LaTeX2e support for monographs
  3. %%
  4. %%
  5. %% \CharacterTable
  6. %%  {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
  7. %%   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
  8. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  9. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  10. %%   Dollar        \$     Percent       \%     Ampersand     \&
  11. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  12. %%   Asterisk      \*     Plus          \+     Comma         \,
  13. %%   Minus         \-     Point         \.     Solidus       \/
  14. %%   Colon         \:     Semicolon     \;     Less than     \<
  15. %%   Equals        \=     Greater than  \>     Question mark \?
  16. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  17. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  18. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  19. %%   Right brace   \}     Tilde         \~}
  20. %%
  21. \NeedsTeXFormat{LaTeX2e}[1995/12/01]
  22. \ProvidesClass{svmono}[2024/03/15 v5.12
  23. ^^JSpringer Verlag global LaTeX document class for monographs]
  24. %
  25. % Options
  26. % citations
  27. \DeclareOption{natbib}{\ExecuteOptions{oribibl}%
  28. \AtEndOfClass{% Loading package 'NATBIB'
  29. \RequirePackage{natbib}
  30. % Changing some parameters of NATBIB
  31. \setlength{\bibhang}{\parindent}
  32. %\setlength{\bibsep}{0mm}
  33. \let\bibfont=\small
  34. \def\@biblabel#1{#1.}
  35. \newcommand{\etal}{\textit{et al}.}
  36. %\bibpunct[,]{(}{)}{;}{a}{}{,}}}
  37. }}
  38. % Springer environment
  39. \let\if@spthms\iftrue
  40. \DeclareOption{nospthms}{\let\if@spthms\iffalse}
  41. %
  42. \let\envankh\@empty   % no anchor for "theorems"
  43. %
  44. \let\if@envcntreset\iffalse % environment counter is not reset
  45. \let\if@envcntresetsect=\iffalse % reset each section
  46. \DeclareOption{envcountresetchap}{\let\if@envcntreset\iftrue}
  47. \DeclareOption{envcountresetsect}{\let\if@envcntreset\iftrue
  48. \let\if@envcntresetsect=\iftrue}
  49. %
  50. \let\if@envcntsame\iffalse  % NOT all environments work like "Theorem",
  51.                             % each using its own counter
  52. \DeclareOption{envcountsame}{\let\if@envcntsame\iftrue}
  53. %
  54. \let\if@envcntshowhiercnt=\iffalse % do not show hierarchy counter at all
  55. %
  56. % enhance theorem counter
  57. \DeclareOption{envcountchap}{\def\envankh{chapter}% show \thechapter along with theorem number
  58. \let\if@envcntshowhiercnt=\iftrue
  59. \ExecuteOptions{envcountreset}}
  60. %
  61. \DeclareOption{envcountsect}{\def\envankh{section}% show \thesection along with theorem number
  62. \let\if@envcntshowhiercnt=\iftrue
  63. \ExecuteOptions{envcountreset}}
  64. %
  65. % languages
  66. \let\switcht@@therlang\relax
  67. \let\svlanginfo\relax
  68. \def\ds@deutsch{\def\switcht@@therlang{\switcht@deutsch}%
  69. \gdef\svlanginfo{\typeout{Man spricht deutsch.}\global\let\svlanginfo\relax}}
  70. \def\ds@francais{\def\switcht@@therlang{\switcht@francais}%
  71. \gdef\svlanginfo{\typeout{On parle francais.}\global\let\svlanginfo\relax}}
  72. \def\ds@italiano{\def\switcht@@therlang{\switcht@italian}%
  73. \gdef\svlanginfo{\typeout{Noi parliamo italiano.}\global\let\svlanginfo\relax}}
  74. %
  75. \AtBeginDocument{\@ifundefined{url}{\def\url#1{#1}}{}%
  76. \@ifpackageloaded{babel}{%
  77. \@ifundefined{extrasamerican}{}{\addto\extrasamerican{\switcht@albion}}%
  78. \@ifundefined{extrasaustralian}{}{\addto\extrasaustralian{\switcht@albion}}%
  79. \@ifundefined{extrasbritish}{}{\addto\extrasbritish{\switcht@albion}}%
  80. \@ifundefined{extrascanadian}{}{\addto\extrascanadian{\switcht@albion}}%
  81. \@ifundefined{extrasenglish}{}{\addto\extrasenglish{\switcht@albion}}%
  82. \@ifundefined{extrasnewzealand}{}{\addto\extrasnewzealand{\switcht@albion}}%
  83. \@ifundefined{extrasUKenglish}{}{\addto\extrasUKenglish{\switcht@albion}}%
  84. \@ifundefined{extrasUSenglish}{}{\addto\extrasUSenglish{\switcht@albion}}%
  85. \@ifundefined{captionsfrench}{}{\addto\captionsfrench{\switcht@francais}}%
  86. \@ifundefined{extrasgerman}{}{\addto\extrasgerman{\switcht@deutsch}}%
  87. \@ifundefined{extrasngerman}{}{\addto\extrasngerman{\switcht@deutsch}}%
  88. \@ifundefined{captionsitalian}{}{\addto\captionsitalian{\switcht@italian}}%
  89. }{\switcht@@therlang}%
  90. }
  91. \DeclareOption{italian}{\bbl@load@language{italian}}%
  92. % numbering style of floats, equations
  93. \newif\if@numart   \@numartfalse
  94. \DeclareOption{numart}{\@numarttrue}
  95. % numbering of headings
  96. \let\if@chapnum=\iftrue
  97. \def\nixchapnum{\let\if@chapnum\iffalse}
  98. \def\numstyle{0}
  99. \DeclareOption{nosecnum}{\def\numstyle{1}}%
  100. \DeclareOption{nochapnum}{\def\numstyle{2}}%
  101. \DeclareOption{nonum}{\def\numstyle{3}}%
  102. \def\set@numbering{\ifcase\numstyle \if@numart\else\num@book\fi %default
  103. \or % 1-case - no \section-numbers
  104. \setcounter{secnumdepth}{0}\if@numart\else\num@book\fi
  105. \or % 2-case
  106. \if@numart\else\num@spezart\fi
  107. % chapter not numbered, but \sections are
  108. \def\thesection{\@arabic\c@section}%
  109. \nixchapnum
  110. \or % 3-case
  111. % neither chapter nor sections numbered + "numart"
  112. \nixchapnum
  113. \setcounter{secnumdepth}{0}%
  114. \else\fi}
  115. \AtEndOfClass{\set@numbering}
  116. % style for vectors
  117. \DeclareOption{vecphys}{\def\vec@style{phys}}
  118. \DeclareOption{vecarrow}{\def\vec@style{arrow}}
  119. % running heads
  120. \let\if@runhead\iftrue
  121. \DeclareOption{norunningheads}{\let\if@runhead\iffalse}
  122. % referee option
  123. \let\if@referee\iffalse
  124. \def\makereferee{\def\baselinestretch{2}\selectfont
  125. \newbox\refereebox
  126. \setbox\refereebox=\vbox to\z@{\vskip0.5cm%
  127.   \hbox to\textwidth{\normalsize\tt\hrulefill\lower0.5ex
  128.        \hbox{\kern5\p@ referee's copy\kern5\p@}\hrulefill}\vss}%
  129. \def\@oddfoot{\copy\refereebox}\let\@evenfoot=\@oddfoot}
  130. \DeclareOption{referee}{\let\if@referee\iftrue
  131. \AtBeginDocument{\makereferee\small\normalsize}}
  132. % modification of thebibliography
  133. \let\if@openbib\iffalse
  134. \DeclareOption{openbib}{\let\if@openbib\iftrue}
  135. % LaTeX standard, sectionwise references
  136. \DeclareOption{oribibl}{\let\oribibl=Y}
  137. \DeclareOption{sectrefs}{\let\secbibl=Y}
  138. %
  139. % footinfo option (provides an informatory line on every page)
  140. \def\SpringerMacroPackageNameA{svmono.cls}
  141. % \thetime, \thedate and \timstamp are macros to include
  142. % time, date (or both) of the TeX run in the document
  143. \def\maketimestamp{\count255=\time
  144. \divide\count255 by 60\relax
  145. \edef\thetime{\the\count255:}%
  146. \multiply\count255 by-60\relax
  147. \advance\count255 by\time
  148. \edef\thetime{\thetime\ifnum\count255<10 0\fi\the\count255}
  149. \edef\thedate{\number\day-\ifcase\month\or Jan\or Feb\or Mar\or
  150.             Apr\or May\or Jun\or Jul\or Aug\or Sep\or Oct\or
  151.             Nov\or Dec\fi-\number\year}
  152. \def\timstamp{\hbox to\hsize{\tt\hfil\thedate\hfil\thetime\hfil}}}
  153. \maketimestamp
  154. %
  155. % \footinfo generates a info footline on every page containing
  156. % pagenumber, jobname, macroname, and timestamp
  157. \DeclareOption{footinfo}{\AtBeginDocument{\maketimestamp
  158.   \def\ps@empty{\let\@mkboth\@gobbletwo
  159.   \let\@oddhead\@empty\let\@evenhead\@empty}%
  160.    \def\@oddfoot{\scriptsize\tt Page:\,\thepage\space\hfil
  161.                 job:\,\jobname\space\hfil
  162.                 macro:\,\SpringerMacroPackageNameA\space\hfil
  163.                 date/time:\,\thedate/\thetime}%
  164.    \let\@evenfoot=\@oddfoot}}
  165. %
  166. % start new chapter on any page
  167. \newif\if@openright \@openrighttrue
  168. \DeclareOption{openany}{\@openrightfalse}
  169. %
  170. % no size changing allowed
  171. \DeclareOption{11pt}{\OptionNotUsed}
  172. \DeclareOption{12pt}{\OptionNotUsed}
  173. % options for the article class
  174. \def\@rticle@options{10pt,twoside}
  175. % fleqn
  176. \DeclareOption{fleqn}{\def\@rticle@options{10pt,twoside,fleqn}%
  177. \AtEndOfClass{\let\leftlegendglue\relax}%
  178. \AtBeginDocument{\mathindent\parindent}}
  179. % hanging sectioning titles
  180. \let\if@sechang\iftrue
  181. \DeclareOption{nosechang}{\let\if@sechang\iffalse}
  182. % hanging sectioning titles
  183. \def\ClassInfoNoLine#1#2{%
  184.    \ClassInfo{#1}{#2\@gobble}%
  185. }
  186. %
  187. \DeclareOption{graybox}{%
  188. \AtEndOfClass{% Loading color package
  189. \RequirePackage{color}%
  190. % defining values of gray
  191. \definecolor{shadecolor}{gray}{.85}%
  192. \definecolor{tintedcolor}{gray}{.80}%
  193. \RequirePackage{framed}%
  194. %
  195. \newenvironment{tinted}{%
  196.   \def\FrameCommand{\colorbox{tintedcolor}}%
  197.   \MakeFramed {\FrameRestore}}%
  198.  {\endMakeFramed}%
  199. %
  200. \renewenvironment{svgraybox}%
  201.        {\fboxsep=12pt\relax
  202.        \begin{shaded}%
  203.         \list{}{\leftmargin=12pt\rightmargin=2\leftmargin\leftmargin=\z@\topsep=\z@\relax}%
  204.         \expandafter\item\parindent=\svparindent
  205.         \hskip-\listparindent}%
  206.        {\endlist\end{shaded}}%
  207. %
  208. \renewenvironment{svtintedbox}%
  209.        {\fboxsep=12pt\relax
  210.        \begin{tinted}%
  211.         \list{}{\leftmargin=12pt\rightmargin=2\leftmargin\leftmargin=\z@\topsep=\z@\relax}%
  212.         \expandafter\item\parindent=\svparindent
  213.         \relax}%
  214.        {\endlist\end{tinted}}%
  215. %
  216. }}
  217. %
  218. \let\SVMonoOpt\@empty
  219. \DeclareOption*{\InputIfFileExists{sv\CurrentOption.clo}{%
  220. \global\let\SVMonoOpt\CurrentOption}{%
  221. \ClassWarning{Springer-SVMono}{Specified option or subpackage
  222. "\CurrentOption" \MessageBreak not found
  223. passing it to article class \MessageBreak
  224. -}\PassOptionsToClass{\CurrentOption}{article}%
  225. }}
  226. \ProcessOptions\relax
  227. \ifx\SVMonoOpt\@empty\relax
  228. \ClassInfoNoLine{Springer-SVMono}{extra/valid Springer sub-package
  229. \MessageBreak not found in option list - using "global" style}{}
  230. \fi
  231. \LoadClass[\@rticle@options]{article}
  232. \raggedbottom
  233.  
  234. % various sizes and settings for monographs
  235.  
  236. \setlength{\textwidth}{117mm}
  237. %\setlength{\textheight}{12pt}\multiply\textheight by 45\relax
  238. \setlength{\textheight}{191mm}
  239. \setlength{\topmargin}{0cm}
  240. \setlength\oddsidemargin   {63\p@}
  241. \setlength\evensidemargin  {63\p@}
  242. \setlength\marginparwidth{90\p@}
  243. \setlength\headsep   {12\p@}
  244.  
  245. \newdimen\svparindent
  246. \setlength{\svparindent}{12\p@}
  247. \parindent\svparindent
  248. \setlength{\parskip}{\z@ \@plus \p@}
  249. \setlength{\hfuzz}{2\p@}
  250. \setlength{\arraycolsep}{1.5\p@}
  251.  
  252. \frenchspacing
  253.  
  254. \tolerance=500
  255.  
  256. \predisplaypenalty=0
  257. \clubpenalty=10000
  258. \widowpenalty=10000
  259.  
  260. \setlength\footnotesep{7.7\p@}
  261.  
  262. \newdimen\betweenumberspace          % dimension for space between
  263. \betweenumberspace=5\p@               % number and text of titles
  264. \newdimen\headlineindent             % dimension for space of
  265. \headlineindent=2.5cc                % number and gap of running heads
  266.  
  267. % fonts, sizes, and the like
  268. \renewcommand\normalsize{%
  269.    \@setfontsize\normalsize\@xpt\@xiipt
  270.    \abovedisplayskip 10\p@ % \@plus2\p@ \@minus5\p@
  271.    \abovedisplayshortskip \z@ % \@plus3\p@
  272.    \belowdisplayshortskip 6\p@ %\@plus3\p@ \@minus3\p@
  273.    \belowdisplayskip \abovedisplayskip
  274.    \let\@listi\@listI}
  275. \normalsize
  276. \renewcommand\small{%
  277.    \@setfontsize\small{8.5}{10}%
  278.    \abovedisplayskip 8.5\p@ % \@plus3\p@ \@minus4\p@
  279.    \abovedisplayshortskip \z@ %\@plus2\p@
  280.    \belowdisplayshortskip 4\p@ %\@plus2\p@ \@minus2\p@
  281.    \def\@listi{\leftmargin\leftmargini
  282.               \parsep \z@ \@plus\p@ \@minus\p@
  283.               \topsep 6\p@ \@plus2\p@ \@minus4\p@
  284.               \itemsep\z@}%
  285.    \belowdisplayskip \abovedisplayskip
  286. }
  287. %
  288. \let\footnotesize=\small
  289. %
  290. \renewcommand\Large{\@setfontsize\large{14}{16}}
  291. \newcommand\LArge{\@setfontsize\Large{16}{18}}
  292. \renewcommand\LARGE{\@setfontsize\LARGE{18}{20}}
  293. %
  294. \newenvironment{petit}{\par\addvspace{6\p@}\small}{\par\addvspace{6\p@}}
  295. %
  296.  
  297. % modification of automatic positioning of floating objects
  298. \setlength\@fptop{\z@ }
  299. \setlength\@fpsep{12\p@ }
  300. \setlength\@fpbot{\z@ \@plus 1fil }
  301. \def\textfraction{.01}
  302. \def\floatpagefraction{.8}
  303. \setlength{\intextsep}{20\p@ \@plus 2\p@ \@minus 2\p@}
  304. \setlength\textfloatsep{24\p@ \@plus 2\p@ \@minus 4\p@}
  305. \setcounter{topnumber}{4}
  306. \def\topfraction{.9}
  307. \setcounter{bottomnumber}{2}
  308. \def\bottomfraction{.7}
  309. \setcounter{totalnumber}{6}
  310. %
  311. % size and style of headings
  312. \newcommand{\partnumsize}{\LArge}
  313. \newcommand{\partnumstyle}{\bfseries\boldmath}
  314. \newcommand{\partsize}{\LARGE}
  315. \newcommand{\partstyle}{\bfseries\boldmath}
  316. \newcommand{\chapnumsize}{\Large}
  317. \newcommand{\chapnumstyle}{\bfseries\boldmath}
  318. \newcommand{\chapsize}{\LArge}
  319. \newcommand{\chapstyle}{\bfseries\boldmath}
  320. \newcommand{\chapauthsize}{\normalsize}
  321. \newcommand{\chapauthstyle}{\bfseries\boldmath}
  322. \newcommand{\mottosize}{\small}
  323. \newcommand{\mottostyle}{\itshape\unboldmath\raggedright}
  324. \newcommand{\secsize}{\large}
  325. \newcommand{\secstyle}{\bfseries\boldmath}
  326. %\newcommand{\subsecsize}{\large}
  327. \newcommand{\subsecsize}{\fontsize{11}{13}\selectfont}
  328. \newcommand{\subsecstyle}{\bfseries\boldmath}
  329. \newcommand{\subsubsecstyle}{\bfseries\boldmath}
  330. %
  331. \def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
  332.    \hbox{}\newpage\if@twocolumn\hbox{}\newpage\fi\fi\fi}
  333.  
  334. \newcommand{\clearemptydoublepage}{%
  335.         \clearpage{\pagestyle{empty}\cleardoublepage}}
  336. \newcommand{\startnewpage}{\if@openright\clearemptydoublepage\else\clearpage\fi}
  337.  
  338. % redefinition of \part
  339. \renewcommand\part{\clearemptydoublepage
  340.         \thispagestyle{empty}
  341.         \if@twocolumn
  342.            \onecolumn
  343.            \@tempswatrue
  344.         \else
  345.            \@tempswafalse
  346.         \fi
  347.         \@ifundefined{thispagecropped}{}{\thispagecropped}
  348.         \secdef\@part\@spart}
  349.  
  350. \def\@part[#1]#2{\ifnum \c@secnumdepth >-2\relax
  351.        \refstepcounter{part}
  352.        \addcontentsline{toc}{part}{\partname\
  353.        \thepart\thechapterend\hspace{\betweenumberspace}%
  354.         #1}\else
  355.         \addcontentsline{toc}{part}{#1}\fi
  356.   \markboth{}{}
  357.    {\raggedleft
  358.     \hyphenpenalty \@M
  359.     \interlinepenalty\@M
  360.     \ifnum \c@secnumdepth >-2\relax
  361.       \normalfont\partnumsize\partnumstyle %\vrule height 34pt width 0pt depth 0pt%
  362.      \partname\ \thepart %\llap{\smash{\lower 5pt\hbox to\textwidth{\hrulefill}}}
  363.     \par
  364.     \vskip 2\p@ \fi
  365.     \partsize\partstyle #2\par}\@endpart}
  366. %
  367. % \@endpart finishes the part page
  368. %
  369. \def\@endpart{\vfil\newpage
  370.   \if@twoside
  371.       \hbox{}
  372.       \thispagestyle{empty}
  373.       \newpage
  374.   \fi
  375.   \if@tempswa
  376.     \twocolumn
  377.   \fi}
  378. %
  379. \def\@spart#1{{\raggedleft
  380.   \normalfont\partsize\partstyle
  381.   #1\par}\@endpart}
  382. %
  383. \newenvironment{partbacktext}{\def\@endpart{\vfil\newpage}}
  384. {\thispagestyle{empty} \newpage}
  385. %
  386. % (re)define sectioning
  387. \setcounter{secnumdepth}{3}
  388.  
  389. \def\seccounterend{}
  390. \def\seccountergap{\hskip\betweenumberspace}
  391. \def\@seccntformat#1{\csname the#1\endcsname\seccounterend\seccountergap\ignorespaces}
  392. %
  393. \let\firstmark=\botmark
  394. %
  395. \@ifundefined{thechapterend}{\def\thechapterend{}}{}
  396. %
  397. \if@sechang
  398.    \def\sec@hangfrom#1{\setbox\@tempboxa\hbox{#1}%
  399.          \hangindent\wd\@tempboxa\noindent\box\@tempboxa}
  400. \else
  401.    \def\sec@hangfrom#1{\setbox\@tempboxa\hbox{#1}%
  402.          \hangindent\z@\noindent\box\@tempboxa}
  403. \fi
  404.  
  405. %\def\chap@hangfrom#1{\noindent\vrule height 34pt width 0pt depth 0pt
  406. %\rlap{\smash{\lower 5pt\hbox to\textwidth{\hrulefill}}}\hbox{#1}
  407. %\vskip10pt}
  408. %\def\schap@hangfrom{\chap@hangfrom{}}
  409.  
  410. \newcounter{chapter}
  411. %
  412. \@addtoreset{section}{chapter}
  413. \@addtoreset{footnote}{chapter}
  414.  
  415. \newif\if@mainmatter \@mainmattertrue
  416. \newcommand\frontmatter{\startnewpage
  417.            \@mainmatterfalse\pagenumbering{roman}
  418.            \setcounter{page}{5}}
  419. %
  420. \newcommand\mainmatter{\clearemptydoublepage
  421.       \@mainmattertrue\pagenumbering{arabic}}
  422. %
  423. \newcommand\backmatter{\clearemptydoublepage\@mainmatterfalse}
  424.  
  425. \def\@chapapp{\chaptername}
  426.  
  427. \newdimen\mottowidth
  428. \newcommand\motto[2][77mm]{%
  429. \setlength{\mottowidth}{#1}%
  430. \gdef\m@ttotext{#2}}
  431. %
  432. \newcommand{\processmotto}{\@ifundefined{m@ttotext}{}{%
  433.     \setbox0=\hbox{\vbox{\hyphenpenalty=50
  434.    \begin{flushright}
  435.    \begin{minipage}{\mottowidth}
  436.       \vrule\@width\z@\@height21\p@\@depth\z@
  437.       \normalfont\mottosize\mottostyle\m@ttotext
  438.    \end{minipage}
  439.    \end{flushright}}}%
  440.     \@tempdima=\pagetotal
  441.     \advance\@tempdima by\ht0
  442.     \ifdim\@tempdima<157\p@
  443.        \multiply\@tempdima by-1
  444.        \advance\@tempdima by157\p@
  445.        \vskip\@tempdima
  446.     \fi
  447.     \box0\par
  448.     \global\let\m@ttotext=\undefined}}
  449.  
  450. \newcommand{\chapsubtitle}[1]{%
  451. \gdef\ch@psubtitle{#1}}
  452. %
  453. \newcommand{\processchapsubtit}{\@ifundefined{ch@psubtitle}{}{%
  454.     {\normalfont\chapnumsize\chapnumstyle
  455.    \vskip 14\p@
  456.    \ch@psubtitle
  457.    \par}
  458.    \global\let\ch@psubtitle=\undefined}}
  459.  
  460. \newcommand{\chapauthor}[1]{%
  461. \gdef\ch@pauthor{#1}}
  462. %
  463. \newcommand{\processchapauthor}{\@ifundefined{ch@pauthor}{}{%
  464.     {\normalfont\chapauthsize\chapauthstyle
  465.    \vskip 20\p@
  466.    \ch@pauthor
  467.    \par}
  468.    \global\let\ch@pauthor=\undefined}}
  469.  
  470. \newcommand\chapter{\startnewpage
  471.                    \@ifundefined{thispagecropped}{}{\thispagecropped}
  472.                    \thispagestyle{bchap}%
  473.                     \if@chapnum\else
  474.                        \begingroup
  475.                          \let\@elt\@stpelt
  476.                          \csname cl@chapter\endcsname
  477.                        \endgroup
  478.                     \fi
  479.                     \global\@topnum\z@
  480.                     \@afterindentfalse
  481.                     \secdef\@chapter\@schapter}
  482.  
  483. \def\@chapter[#1]#2{\if@chapnum  % war mal \ifnum \c@secnumdepth >\m@ne
  484.                        \refstepcounter{chapter}%
  485.                        \if@mainmatter
  486.                          \typeout{\@chapapp\space\thechapter.}%
  487.                          \addcontentsline{toc}{chapter}{\protect
  488.                                  \numberline{\thechapter\thechapterend}#1}%
  489.                        \else
  490.                          \addcontentsline{toc}{chapter}{#1}%
  491.                        \fi
  492.                     \else
  493.                       \addcontentsline{toc}{chapter}{#1}%
  494.                     \fi
  495.                     \chaptermark{#1}%
  496.                     \addtocontents{lof}{\protect\addvspace{10\p@}}%
  497.                     \addtocontents{lot}{\protect\addvspace{10\p@}}%
  498.                     \if@twocolumn
  499.                       \@topnewpage[\@makechapterhead{#2}]%
  500.                     \else
  501.                       \@makechapterhead{#2}%
  502.                       \@afterheading
  503.                     \fi}
  504.  
  505. \def\@schapter#1{\if@twocolumn
  506.                   \@topnewpage[\@makeschapterhead{#1}]%
  507.                  \else
  508.                    \@makeschapterhead{#1}%
  509.                    \@afterheading
  510.                  \fi}
  511.  
  512. %%changes position and layout of numbered chapter headings
  513. \def\@makechapterhead#1{{\parindent\z@\raggedright\normalfont
  514.  \hyphenpenalty \@M
  515.  \interlinepenalty\@M
  516.  \if@chapnum
  517.     \chapnumsize\chapnumstyle
  518.     \@chapapp\ \thechapter\thechapterend\par
  519.     \vskip 2\p@
  520.  \fi
  521.  \chapsize\chapstyle
  522.  \ignorespaces#1\par\nobreak
  523.  \processchapsubtit
  524.  \processchapauthor
  525.  \processmotto
  526.  \ifdim\pagetotal>167\p@
  527.     \vskip 11\p@
  528.  \else
  529.     \@tempdima=167\p@\advance\@tempdima by-\pagetotal
  530.     \vskip\@tempdima
  531.  \fi}}
  532.  
  533. %%changes position and layout of unnumbered chapter headings
  534. \def\@makeschapterhead#1{{\parindent \z@ \raggedright\normalfont
  535.  \hyphenpenalty \@M
  536.  \interlinepenalty\@M
  537.  \chapsize\chapstyle
  538.  \ignorespaces#1\par\nobreak
  539.  \processmotto
  540.  \ifdim\pagetotal>167\p@
  541.     \vskip 11\p@
  542.  \else
  543.     \@tempdima=168\p@\advance\@tempdima by-\pagetotal
  544.     \vskip\@tempdima
  545.  \fi}}
  546. %
  547. % dedication environment
  548. \newenvironment{dedication}
  549. {\clearemptydoublepage
  550. \thispagestyle{empty}
  551. \vspace*{13\baselineskip}
  552. \large\itshape
  553. \let\\\@centercr\@rightskip\@flushglue \rightskip\@rightskip
  554. \leftskip4cm\parindent\z@\relax
  555. \everypar{\parindent=\svparindent\let\everypar\empty}}{\clearpage}
  556. %
  557. % predefined unnumbered headings
  558. \newcommand{\preface}[1][\prefacename]{\chapter*{#1}\markboth{#1}{#1}}
  559. \newcommand{\foreword}[1][\forewordname]{\chapter*{#1}\markboth{#1}{#1}}
  560. \newcommand{\extrachap}[1]{\chapter*{#1}\markboth{#1}{#1}}
  561. % same with TOC entry
  562. \newcommand{\Extrachap}[1]{\chapter*{#1}\markboth{#1}{#1}%
  563. \addcontentsline{toc}{chapter}{#1}}
  564.  
  565. % measures and setting of sections
  566. \renewcommand\section{\@startsection{section}{1}{\z@}%
  567.                        {-30\p@}% \p@lus -4\p@ \@minus -4\p@}%
  568.                        {16\p@}% \p@lus 4\p@ \@minus 4\p@}%
  569.                        {\normalfont\secsize\secstyle
  570.                        \rightskip=\z@ \@plus 8em\pretolerance=10000 }}
  571. \renewcommand\subsection{\@startsection{subsection}{2}{\z@}%
  572.                        {-30\p@}% \p@lus -4\p@ \@minus -4\p@}%
  573.                        {16\p@}% \p@lus 4\p@ \@minus 4\p@}%
  574.                        {\normalfont\subsecsize\subsecstyle
  575.                        \rightskip=\z@ \@plus 8em\pretolerance=10000 }}
  576. \renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
  577.                        {-24\p@}% \p@lus -4\p@ \@minus -4\p@}%
  578.                        {12\p@}% \p@lus 4\p@ \@minus 4\p@}%
  579.                        {\normalfont\normalsize\subsubsecstyle
  580.                        \rightskip=\z@ \@plus 8em\pretolerance=10000 }}
  581. \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
  582.                        {-24\p@}% \p@lus -4\p@ \@minus -4\p@}%
  583.                        {12\p@}% \p@lus 4\p@ \@minus 4\p@}%
  584.                        {\normalfont\normalsize\upshape
  585.                        \rightskip=\z@ \@plus 8em\pretolerance=10000 }}
  586. \renewcommand\subparagraph{\@startsection{paragraph}{4}{\z@}%
  587.                        {-18\p@}% \p@lus -4\p@ \@minus -4\p@}%
  588.                        {6\p@}% \p@lus 4\p@ \@minus 4\p@}%
  589.                        {\normalfont\normalsize\itshape
  590.                        \rightskip=\z@ \@plus 8em\pretolerance=10000 }}
  591. \newcommand\runinhead{\@startsection{paragraph}{4}{\z@}%
  592.                        {-6\p@}% \p@lus -4\p@ \@minus -4\p@}%
  593.                        {-6\p@}%
  594.                        {\normalfont\normalsize\bfseries\boldmath
  595.                        \rightskip=\z@ \@plus 8em\pretolerance=10000 }}
  596. \newcommand\subruninhead{\@startsection{paragraph}{4}{\z@}%
  597.                        {-6\p@}% \p@lus -4\p@ \@minus -4\p@}%
  598.                        {-6\p@}%
  599.                        {\normalfont\normalsize\bfseries\itshape
  600.                        \rightskip=\z@ \@plus 8em\pretolerance=10000 }}
  601.  
  602. \newcommand\subsubruninhead{\@startsection{paragraph}{4}{\z@}%
  603.                        {-6\p@}% \p@lus -4\p@ \@minus -4\p@}%
  604.                        {0.1\p@}%
  605.                        {\normalfont\normalsize\bfseries
  606.                        \rightskip=\z@ \@plus 8em\pretolerance=10000 }}
  607.  
  608. % Appendix
  609. \renewcommand\appendix{\par
  610.                \stepcounter{chapter}
  611.                \setcounter{chapter}{0}
  612.                \stepcounter{section}
  613.                \setcounter{section}{0}
  614.                \setcounter{equation}{0}
  615.                \setcounter{figure}{0}
  616.                \setcounter{table}{0}
  617.                \setcounter{footnote}{0}
  618.  \def\@chapapp{\appendixname}%
  619.   \renewcommand\thechapter{\@Alph\c@chapter}}
  620.  
  621. \def\runinsep{}
  622. \def\aftertext{\unskip\runinsep}
  623. %
  624. \def\thesection{\thechapter.\arabic{section}}
  625. \def\thesubsection{\thesection.\arabic{subsection}}
  626. \def\thesubsubsection{\thesubsection.\arabic{subsubsection}}
  627. \def\theparagraph{\thesubsubsection.\arabic{paragraph}}
  628. \def\thesubparagraph{\theparagraph.\arabic{subparagraph}}
  629. \def\chaptermark#1{}
  630. %
  631. \def\@ssect#1#2#3#4#5{%
  632.   \@tempskipa #3\relax
  633.   \ifdim \@tempskipa>\z@
  634.     \begingroup
  635.       #4{%
  636.         \@hangfrom{\hskip #1}%
  637.           \raggedright
  638.           \hyphenpenalty \@M
  639.           \interlinepenalty \@M #5\@@par}%
  640.     \endgroup
  641.   \else
  642.     \def\@svsechd{#4{\hskip #1\relax #5}}%
  643.   \fi
  644.   \@xsect{#3}}
  645. %
  646. \def\@sect#1#2#3#4#5#6[#7]#8{%
  647.    \ifnum #2>\c@secnumdepth
  648.       \let\@svsec\@empty
  649.    \else
  650.       \refstepcounter{#1}%
  651.       \protected@edef\@svsec{\@seccntformat{#1}\relax}%
  652.    \fi
  653.    \@tempskipa #5\relax
  654.    \ifdim \@tempskipa>\z@
  655.       \begingroup #6\relax
  656.          \sec@hangfrom{\hskip #3\relax\@svsec}%
  657.          {\raggedright
  658.          \hyphenpenalty \@M
  659.          \interlinepenalty \@M #8\@@par}%
  660.       \endgroup
  661.       \csname #1mark\endcsname{#7\seccounterend}%
  662.       \addcontentsline{toc}{#1}{\ifnum #2>\c@secnumdepth
  663.                                \else
  664.                                   \protect\numberline{\csname the#1\endcsname\seccounterend}%
  665.                                 \fi
  666.                                 #7}%
  667.    \else
  668.       \def\@svsechd{%
  669.          #6\hskip #3\relax
  670.          \@svsec #8\aftertext\ignorespaces
  671.          \csname #1mark\endcsname{#7}%
  672.          \addcontentsline{toc}{#1}{%
  673.             \ifnum #2>\c@secnumdepth \else
  674.                 \protect\numberline{\csname the#1\endcsname\seccounterend}%
  675.             \fi
  676.             #7}}%
  677.    \fi
  678.    \@xsect{#5}}
  679.  
  680. % figures and tables are processed in small print
  681. \def \@floatboxreset {%
  682.         \reset@font
  683.         \small
  684.         \@setnobreak
  685.         \@setminipage
  686. }
  687. \def\fps@figure{htbp}
  688. \def\fps@table{htbp}
  689. %
  690. % Frame for paste-in figures or tables
  691. \def\mpicplace#1#2{%  #1 =width   #2 =height
  692. \vbox{\hbox to #1{\vrule\@width \fboxrule \@height #2\hfill}}}
  693. %
  694. \newenvironment{svgraybox}%
  695.        {\ClassWarning{Springer-SVMono}{Environment "svgraybox" not available,\MessageBreak
  696.         switching over to "quotation" environment;\MessageBreak
  697.         specify documentclass option "graybox",\MessageBreak
  698.         see SVMono documentation -}%
  699.                 \par\addvspace{6pt}
  700.                \list{}{\listparindent12\p@%
  701.                         \leftmargin=12\p@%
  702.                         \itemindent    \listparindent
  703.                         \rightmargin   \leftmargin
  704.                         \parsep        \z@ \@plus\p@}%
  705.                 \expandafter\item\parindent=\svparindent
  706.                 \relax\hskip-\listparindent}%
  707.        {\endlist}%
  708. %
  709. \newenvironment{svtintedbox}%
  710.        {\ClassWarning{Springer-SVMono}{Environment "svtintedbox" not available,\MessageBreak
  711.         switching over to "quotation" environment;\MessageBreak
  712.         specify documentclass option "graybox",\MessageBreak
  713.         see SVMono documentation -}%
  714.                 \par\addvspace{6pt}
  715.                \list{}{\listparindent12\p@%
  716.                         \leftmargin=12\p@%
  717.                         \itemindent    \listparindent
  718.                         \rightmargin   \leftmargin
  719.                         \parsep        \z@ \@plus\p@}%
  720.                 \expandafter\item\parindent=\svparindent
  721.                 \relax\hskip-\listparindent}%
  722.        {\endlist}%
  723. %
  724. \renewenvironment{quotation}
  725.               {\par\addvspace{6pt}
  726.                \list{}{\listparindent12\p@%
  727.                         \leftmargin=12\p@%
  728.                         \itemindent    \listparindent
  729.                         \rightmargin   \leftmargin
  730.                         \parsep        \z@ \@plus\p@%
  731.                         \small}%
  732.                 \item\relax\hskip-\listparindent}
  733.                {\endlist}
  734. %
  735. \renewenvironment{quote}
  736.               {\par\addvspace{6pt}
  737.                \list{}{\leftmargin=12\p@%
  738.                 \rightmargin\leftmargin
  739.                 \parsep=3\p@
  740.                 \small}%
  741.                 \item\relax}
  742.                {\endlist}
  743.  
  744. % labels of enumerate
  745. \renewcommand\labelenumii{\theenumii.}
  746. \renewcommand\theenumii{\@alph\c@enumii}
  747.  
  748. % labels of itemize
  749. \renewcommand\labelitemi{\textbullet}
  750. \renewcommand\labelitemii{\textendash}
  751. \let\labelitemiii=\labelitemiv
  752.  
  753. % labels of description
  754. \renewcommand*\descriptionlabel[1]{\hspace\labelsep #1\hfil}
  755.  
  756. % fixed indentation for standard itemize-environment
  757. \newdimen\svitemindent \setlength{\svitemindent}{\parindent}
  758.  
  759.  
  760. % make indentations changeable
  761.  
  762. \def\setitemindent#1{\settowidth{\labelwidth}{#1}%
  763.         \let\setit@m=Y%
  764.         \leftmargini\labelwidth
  765.         \advance\leftmargini\labelsep
  766.    \def\@listi{\leftmargin\leftmargini
  767.        \labelwidth\leftmargini\advance\labelwidth by -\labelsep
  768.        \parsep=\parskip
  769.        \topsep=\medskipamount
  770.        \itemsep=\parskip \advance\itemsep by -\parsep}}
  771. \def\setitemitemindent#1{\settowidth{\labelwidth}{#1}%
  772.         \let\setit@m=Y%
  773.         \leftmarginii\labelwidth
  774.         \advance\leftmarginii\labelsep
  775. \def\@listii{\leftmargin\leftmarginii
  776.        \labelwidth\leftmarginii\advance\labelwidth by -\labelsep
  777.        \parsep=\parskip
  778.        \topsep=6\p@
  779.        \itemsep=\parskip \advance\itemsep by -\parsep}}
  780. %
  781. % adjusted environment "description"
  782. % if an optional parameter (at the first two levels of lists)
  783. % is present, its width is considered to be the widest mark
  784. % throughout the current list.
  785. \def\description{\@ifnextchar[{\@describe}{\list{}{\labelwidth\z@
  786. \labelsep=12pt\relax  %!!!!!!!!!
  787. \leftmargini=12pt\relax  %!!!!!!!!!
  788. \leftmargin=12pt\relax  %!!!!!!!!!
  789.           \itemindent-\leftmargin \let\makelabel\descriptionlabel}}}
  790. %
  791. \def\describelabel#1{#1\hfil}
  792. \def\@describe[#1]{\labelsep=12pt\relax
  793. \relax\ifnum\@listdepth=0
  794. \setitemindent{#1}\else\ifnum\@listdepth=1
  795. \setitemitemindent{#1}\fi\fi
  796. \list{--}{\let\makelabel\describelabel}}
  797. %
  798. \def\itemize{%
  799.   \ifnum \@itemdepth >\thr@@\@toodeep\else
  800.     \advance\@itemdepth\@ne
  801.     \ifx\setit@m\undefined
  802.        \ifnum \@itemdepth=1 \leftmargini=\svitemindent
  803.           \labelwidth\leftmargini\advance\labelwidth-\labelsep
  804.           \leftmarginii=\leftmargini \leftmarginiii=\leftmargini
  805.        \fi
  806.     \fi
  807.     \edef\@itemitem{labelitem\romannumeral\the\@itemdepth}%
  808.     \expandafter\list
  809.       \csname\@itemitem\endcsname
  810.       {\def\makelabel##1{\rlap{##1}\hss}}%
  811.   \fi}
  812. %
  813. \def\enumerate{%
  814.   \ifnum \@enumdepth >\thr@@\@toodeep\else
  815.     \advance\@enumdepth\@ne
  816.     \ifx\setit@m\undefined
  817.        \ifnum \@enumdepth=1 \leftmargini=\svitemindent
  818.           \labelwidth\leftmargini\advance\labelwidth-\labelsep
  819.           \leftmarginii=\leftmargini \leftmarginiii=\leftmargini
  820.        \fi
  821.     \fi
  822.     \edef\@enumctr{enum\romannumeral\the\@enumdepth}%
  823.       \expandafter
  824.       \list
  825.         \csname label\@enumctr\endcsname
  826.         {\usecounter\@enumctr\def\makelabel##1{\hss\llap{##1}}}%
  827.   \fi}
  828. %
  829. \newdimen\verbatimindent \verbatimindent\parindent
  830. \def\verbatim{\advance\@totalleftmargin by\verbatimindent
  831. \@verbatim \frenchspacing\@vobeyspaces \@xverbatim}
  832.  
  833. %
  834. %  special signs and characters
  835. \newcommand{\D}{\mathrm{d}}
  836. \newcommand{\E}{\mathrm{e}}
  837. \let\eul=\E
  838. \newcommand{\I}{{\rm i}}
  839. \let\imag=\I
  840. %
  841. % the definition of uppercase Greek characters
  842. % Springer likes them as italics to depict variables
  843. \DeclareMathSymbol{\Gamma}{\mathalpha}{letters}{"00}
  844. \DeclareMathSymbol{\Delta}{\mathalpha}{letters}{"01}
  845. \DeclareMathSymbol{\Theta}{\mathalpha}{letters}{"02}
  846. \DeclareMathSymbol{\Lambda}{\mathalpha}{letters}{"03}
  847. \DeclareMathSymbol{\Xi}{\mathalpha}{letters}{"04}
  848. \DeclareMathSymbol{\Pi}{\mathalpha}{letters}{"05}
  849. \DeclareMathSymbol{\Sigma}{\mathalpha}{letters}{"06}
  850. \DeclareMathSymbol{\Upsilon}{\mathalpha}{letters}{"07}
  851. \DeclareMathSymbol{\Phi}{\mathalpha}{letters}{"08}
  852. \DeclareMathSymbol{\Psi}{\mathalpha}{letters}{"09}
  853. \DeclareMathSymbol{\Omega}{\mathalpha}{letters}{"0A}
  854. % the upright forms are defined here as \var<Character>
  855. \DeclareMathSymbol{\varGamma}{\mathalpha}{operators}{"00}
  856. \DeclareMathSymbol{\varDelta}{\mathalpha}{operators}{"01}
  857. \DeclareMathSymbol{\varTheta}{\mathalpha}{operators}{"02}
  858. \DeclareMathSymbol{\varLambda}{\mathalpha}{operators}{"03}
  859. \DeclareMathSymbol{\varXi}{\mathalpha}{operators}{"04}
  860. \DeclareMathSymbol{\varPi}{\mathalpha}{operators}{"05}
  861. \DeclareMathSymbol{\varSigma}{\mathalpha}{operators}{"06}
  862. \DeclareMathSymbol{\varUpsilon}{\mathalpha}{operators}{"07}
  863. \DeclareMathSymbol{\varPhi}{\mathalpha}{operators}{"08}
  864. \DeclareMathSymbol{\varPsi}{\mathalpha}{operators}{"09}
  865. \DeclareMathSymbol{\varOmega}{\mathalpha}{operators}{"0A}
  866. % Upright Lower Case Greek letters without using a new MathAlphabet
  867. \newcommand{\greeksym}[1]{\usefont{U}{psy}{m}{n}#1}
  868. \newcommand{\greeksymbold}[1]{{\usefont{U}{psy}{b}{n}#1}}
  869. \newcommand{\allmodesymb}[2]{\relax\ifmmode{\mathchoice
  870. {\mbox{\fontsize{\tf@size}{\tf@size}#1{#2}}}
  871. {\mbox{\fontsize{\tf@size}{\tf@size}#1{#2}}}
  872. {\mbox{\fontsize{\sf@size}{\sf@size}#1{#2}}}
  873. {\mbox{\fontsize{\ssf@size}{\ssf@size}#1{#2}}}}
  874. \else
  875. \mbox{#1{#2}}\fi}
  876. % Definition of lower case Greek letters
  877. \newcommand{\ualpha}{\allmodesymb{\greeksym}{a}}
  878. \newcommand{\ubeta}{\allmodesymb{\greeksym}{b}}
  879. \newcommand{\uchi}{\allmodesymb{\greeksym}{c}}
  880. \newcommand{\udelta}{\allmodesymb{\greeksym}{d}}
  881. \newcommand{\ugamma}{\allmodesymb{\greeksym}{g}}
  882. \newcommand{\umu}{\allmodesymb{\greeksym}{m}}
  883. \newcommand{\unu}{\allmodesymb{\greeksym}{n}}
  884. \newcommand{\upi}{\allmodesymb{\greeksym}{p}}
  885. \newcommand{\utau}{\allmodesymb{\greeksym}{t}}
  886. % redefines the \vec accent to a bold character - if desired
  887. \def\vec@type{arrow}% temporarily abused
  888. \AtBeginDocument{\ifx\vec@style\vec@type\else
  889. \@ifundefined{vec@style}{%
  890.  \def\vec#1{\ensuremath{\mathchoice
  891.                     {\mbox{\boldmath$\displaystyle\mathbf{#1}$}}
  892.                     {\mbox{\boldmath$\textstyle\mathbf{#1}$}}
  893.                     {\mbox{\boldmath$\scriptstyle\mathbf{#1}$}}
  894.                     {\mbox{\boldmath$\scriptscriptstyle\mathbf{#1}$}}}}%
  895. }
  896. {\def\vec#1{\ensuremath{\mathchoice
  897.                     {\mbox{\boldmath$\displaystyle#1$}}
  898.                     {\mbox{\boldmath$\textstyle#1$}}
  899.                     {\mbox{\boldmath$\scriptstyle#1$}}
  900.                     {\mbox{\boldmath$\scriptscriptstyle#1$}}}}%
  901. }
  902. \fi}
  903. % tensor
  904. \def\tens#1{\relax\ifmmode\mathsf{#1}\else\textsf{#1}\fi}
  905.  
  906. % end of proof symbol
  907. \newcommand\qedsymbol{\hbox{\rlap{$\sqcap$}$\sqcup$}}
  908. \newcommand\qed{\relax\ifmmode\else\unskip\quad\fi\qedsymbol}
  909. \newcommand\smartqed{\renewcommand\qed{\relax\ifmmode\qedsymbol\else
  910.  {\unskip\nobreak\hfil\penalty50\hskip1em\null\nobreak\hfil\qedsymbol
  911.  \parfillskip=\z@\finalhyphendemerits=0\endgraf}\fi}}
  912. %
  913. \def\num@book{%
  914. \renewcommand\thesection{\thechapter.\@arabic\c@section}%
  915. \renewcommand\thesubsection{\thesection.\@arabic\c@subsection}%
  916. \renewcommand\theequation{\thechapter.\@arabic\c@equation}%
  917. \renewcommand\thefigure{\thechapter.\@arabic\c@figure}%
  918. \renewcommand\thetable{\thechapter.\@arabic\c@table}%
  919. \@addtoreset{section}{chapter}%
  920. \@addtoreset{figure}{chapter}%
  921. \@addtoreset{table}{chapter}%
  922. \@addtoreset{equation}{chapter}}
  923. %
  924. \def\num@spezart{%
  925. \renewcommand\thesection{\@arabic\c@section}%
  926. \renewcommand\thesubsection{\thesection.\@arabic\c@subsection}%
  927. \renewcommand\theequation{\@arabic\c@equation}%
  928. \def\thesubequation{\@arabic\c@equation\alph{subequation}}%
  929. \renewcommand\thefigure{\@arabic\c@figure}%
  930. \renewcommand\thetable{\@arabic\c@table}%
  931. \@addtoreset{section}{chapter}%
  932. \@addtoreset{figure}{chapter}%
  933. \@addtoreset{table}{chapter}%
  934. \@addtoreset{equation}{chapter}}
  935. %
  936. % Ragged bottom for the actual page
  937. \def\thisbottomragged{\def\@textbottom{\vskip\z@ \@plus.0001fil
  938. \global\let\@textbottom\relax}}
  939.  
  940. % This is texte.tex
  941. % it defines various texts and their translations
  942. % called up with documentstyle options
  943. \def\switcht@albion{%
  944. \def\abstractname{Abstract}%
  945. \def\ackname{Acknowledgements}%
  946. \def\andname{and}%
  947. \def\bibname{References}%
  948. \def\lastandname{, and}%
  949. \def\appendixname{Appendix}%
  950. \def\chaptername{Chapter}%
  951. \def\claimname{Claim}%
  952. \def\conjecturename{Conjecture}%
  953. \def\contentsname{Contents}%
  954. \def\corollaryname{Corollary}%
  955. \def\definitionname{Definition}%
  956. \def\emailname{e-mail}%
  957. \def\examplename{Example}%
  958. \def\exercisename{Exercise}%
  959. \def\figurename{Fig.}%
  960. \def\forewordname{Foreword}%
  961. \def\keywordname{{\bf Key words:}}%
  962. \def\indexname{Index}%
  963. \def\lemmaname{Lemma}%
  964. \def\contriblistname{List of Contributors}%
  965. \def\listfigurename{List of Figures}%
  966. \def\listtablename{List of Tables}%
  967. \def\mailname{{\it Correspondence to\/}:}%
  968. \def\noteaddname{Note added in proof}%
  969. \def\notename{Note}%
  970. \def\partname{Part}%
  971. \def\prefacename{Preface}%
  972. \def\problemname{Problem}%
  973. \def\proofname{Proof}%
  974. \def\propertyname{Property}%
  975. \def\propositionname{Proposition}%
  976. \def\questionname{Question}%
  977. \def\refname{References}%
  978. \def\remarkname{Remark}%
  979. \def\seename{see}%
  980. \def\solutionname{Solution}%
  981. \def\subclassname{{\it Subject Classifications\/}:}%
  982. \def\tablename{Table}%
  983. \def\theoremname{Theorem}}
  984. \switcht@albion
  985. % Names of theorem like environments are already defined
  986. % but must be translated if another language is chosen
  987. %
  988. % French section
  989. \def\switcht@francais{\svlanginfo
  990. \def\abstractname{R\'esum\'e}%
  991.  \def\ackname{Remerciements}%
  992.  \def\andname{et}%
  993.  \def\lastandname{ et}%
  994.  \def\appendixname{Appendice}%
  995.  \def\bibname{Bibliographie}%
  996.  \def\chaptername{Chapitre}%
  997.  \def\claimname{Pr\'etention}%
  998.  \def\conjecturename{Hypoth\`ese}%
  999.  \def\contentsname{Table des mati\`eres}%
  1000.  \def\corollaryname{Corollaire}%
  1001.  \def\definitionname{D\'efinition}%
  1002.  \def\emailname{e-mail}%
  1003.  \def\examplename{Exemple}%
  1004.  \def\exercisename{Exercice}%
  1005.  \def\figurename{Fig.}%
  1006.  \def\forewordname{Avant-propos}%
  1007.  \def\keywordname{{\bf Mots-cl\'e:}}%
  1008.  \def\indexname{Index}%
  1009.  \def\lemmaname{Lemme}%
  1010.  \def\contriblistname{Liste des contributeurs}%
  1011.  \def\listfigurename{Liste des figures}%
  1012.  \def\listtablename{Liste des tables}%
  1013.  \def\mailname{{\it Correspondence to\/}:}%
  1014.  \def\noteaddname{Note ajout\'ee \`a l'\'epreuve}%
  1015.  \def\notename{Remarque}%
  1016.  \def\partname{Partie}%
  1017.  \def\prefacename{Pr\'eface}%
  1018.  \def\problemname{Probl\`eme}%
  1019.  \def\proofname{Preuve}%
  1020.  \def\propertyname{Caract\'eristique}%
  1021. %\def\propositionname{Proposition}%
  1022.  \def\questionname{Question}%
  1023.  \def\refname{Litt\'erature}%
  1024.  \def\remarkname{Remarque}%
  1025.  \def\seename{voir}%
  1026.  \def\solutionname{Solution}%
  1027.  \def\subclassname{{\it Subject Classifications\/}:}%
  1028.  \def\tablename{Tableau}%
  1029.  \def\theoremname{Th\'eor\`eme}%
  1030. }
  1031. %
  1032. % German section
  1033. \def\switcht@deutsch{\svlanginfo
  1034. \def\abstractname{Zusammenfassung}%
  1035.  \def\ackname{Danksagung}%
  1036.  \def\andname{und}%
  1037.  \def\lastandname{ und}%
  1038.  \def\appendixname{Anhang}%
  1039.  \def\bibname{Literaturverzeichnis}%
  1040.  \def\chaptername{Kapitel}%
  1041.  \def\claimname{Behauptung}%
  1042.  \def\conjecturename{Hypothese}%
  1043.  \def\contentsname{Inhaltsverzeichnis}%
  1044.  \def\corollaryname{Korollar}%
  1045. %\def\definitionname{Definition}%
  1046.  \def\emailname{E-Mail}%
  1047.  \def\examplename{Beispiel}%
  1048.  \def\exercisename{\"Ubung}%
  1049.  \def\figurename{Abb.}%
  1050.  \def\forewordname{Geleitwort}%
  1051.  \def\keywordname{{\bf Schl\"usselw\"orter:}}%
  1052.  \def\indexname{Sachverzeichnis}%
  1053. %\def\lemmaname{Lemma}%
  1054.  \def\contriblistname{Mitarbeiter}%
  1055.  \def\listfigurename{Abbildungsverzeichnis}%
  1056.  \def\listtablename{Tabellenverzeichnis}%
  1057.  \def\mailname{{\it Correspondence to\/}:}%
  1058.  \def\noteaddname{Nachtrag}%
  1059.  \def\notename{Anmerkung}%
  1060.  \def\partname{Teil}%
  1061.  \def\prefacename{Vorwort}%
  1062. %\def\problemname{Problem}%
  1063.  \def\proofname{Beweis}%
  1064.  \def\propertyname{Eigenschaft}%
  1065. %\def\propositionname{Proposition}%
  1066.  \def\questionname{Frage}%
  1067.  \def\refname{Literaturverzeichnis}%
  1068.  \def\remarkname{Anmerkung}%
  1069.  \def\seename{siehe}%
  1070.  \def\solutionname{L\"osung}%
  1071.  \def\subclassname{{\it Subject Classifications\/}:}%
  1072.  \def\tablename{Tabelle}%
  1073. %\def\theoremname{Theorem}%
  1074. }
  1075.  
  1076. % Italian section
  1077. \def\switcht@italian{\svlanginfo
  1078. \def\abstractname{Estratto}%
  1079. \def\ackname{Ringraziamenti}%
  1080. \def\andname{E}%
  1081. \def\bibname{Bibliografia}%
  1082. \def\lastandname{, E}%
  1083. \def\appendixname{Appendice}%
  1084. \def\chaptername{Capitolo}%
  1085. \def\claimname{Reclamo}%
  1086. \def\conjecturename{Congettura}%
  1087. \def\contentsname{Contenuti}%
  1088. \def\corollaryname{Corollario}%
  1089. \def\definitionname{Definizione}%
  1090. \def\emailname{e-mail}%
  1091. \def\examplename{Esempio}%
  1092. \def\exercisename{Esercizio}%
  1093. \def\figurename{Figura}%
  1094. \def\forewordname{Prefazione}%
  1095. \def\keywordname{{\bf Parole chiave:}}%
  1096. \def\indexname{Indice}%
  1097. \def\lemmaname{Lemma}%
  1098. \def\contriblistname{Elenco dei collaboratori}%
  1099. \def\listfigurename{Elenco delle figure}%
  1100. \def\listtablename{Elenco delle tabelle}%
  1101. \def\mailname{{\it Corrispondenza a\/}:}%
  1102. \def\noteaddname{Nota aggiunta nelle bozze}%
  1103. \def\notename{Nota}%
  1104. \def\partname{Parte}%
  1105. \def\prefacename{Prefazione}%
  1106. \def\problemname{Problema}%
  1107. \def\proofname{Prova}%
  1108. \def\propertyname{Propriet\`{a}}%
  1109. \def\propositionname{Proposizione}%
  1110. \def\questionname{Domanda}%
  1111. \def\refname{Riferimenti bibliografici}%
  1112. \def\remarkname{Commento}%
  1113. \def\seename{Vedi}%
  1114. \def\solutionname{Soluzione}%
  1115. \def\subclassname{{\it Classificazioni degli argomenti\/}:}%
  1116. \def\tablename{Tabella}%
  1117. \def\theoremname{Teorema}%
  1118. %\def\enclname{Allegati}%
  1119. %\def\ccname{e~p.~c.}%
  1120. %\def\headtoname{Per}%
  1121. %\def\pagename{Pag.}%
  1122. %\def\alsoname{vedi anche}%
  1123. %\def\glossaryname{Glossario}%
  1124. }
  1125.  
  1126. \def\getsto{\mathrel{\mathchoice {\vcenter{\offinterlineskip
  1127. \halign{\hfil
  1128. $\displaystyle##$\hfil\cr\gets\cr\to\cr}}}
  1129. {\vcenter{\offinterlineskip\halign{\hfil$\textstyle##$\hfil\cr\gets
  1130. \cr\to\cr}}}
  1131. {\vcenter{\offinterlineskip\halign{\hfil$\scriptstyle##$\hfil\cr\gets
  1132. \cr\to\cr}}}
  1133. {\vcenter{\offinterlineskip\halign{\hfil$\scriptscriptstyle##$\hfil\cr
  1134. \gets\cr\to\cr}}}}}
  1135. \def\lid{\mathrel{\mathchoice {\vcenter{\offinterlineskip\halign{\hfil
  1136. $\displaystyle##$\hfil\cr<\cr\noalign{\vskip1.2\p@}=\cr}}}
  1137. {\vcenter{\offinterlineskip\halign{\hfil$\textstyle##$\hfil\cr<\cr
  1138. \noalign{\vskip1.2\p@}=\cr}}}
  1139. {\vcenter{\offinterlineskip\halign{\hfil$\scriptstyle##$\hfil\cr<\cr
  1140. \noalign{\vskip\p@}=\cr}}}
  1141. {\vcenter{\offinterlineskip\halign{\hfil$\scriptscriptstyle##$\hfil\cr
  1142. <\cr
  1143. \noalign{\vskip0.9\p@}=\cr}}}}}
  1144. \def\gid{\mathrel{\mathchoice {\vcenter{\offinterlineskip\halign{\hfil
  1145. $\displaystyle##$\hfil\cr>\cr\noalign{\vskip1.2\p@}=\cr}}}
  1146. {\vcenter{\offinterlineskip\halign{\hfil$\textstyle##$\hfil\cr>\cr
  1147. \noalign{\vskip1.2\p@}=\cr}}}
  1148. {\vcenter{\offinterlineskip\halign{\hfil$\scriptstyle##$\hfil\cr>\cr
  1149. \noalign{\vskip\p@}=\cr}}}
  1150. {\vcenter{\offinterlineskip\halign{\hfil$\scriptscriptstyle##$\hfil\cr
  1151. >\cr
  1152. \noalign{\vskip0.9\p@}=\cr}}}}}
  1153. \def\grole{\mathrel{\mathchoice {\vcenter{\offinterlineskip
  1154. \halign{\hfil
  1155. $\displaystyle##$\hfil\cr>\cr\noalign{\vskip-\p@}<\cr}}}
  1156. {\vcenter{\offinterlineskip\halign{\hfil$\textstyle##$\hfil\cr
  1157. >\cr\noalign{\vskip-\p@}<\cr}}}
  1158. {\vcenter{\offinterlineskip\halign{\hfil$\scriptstyle##$\hfil\cr
  1159. >\cr\noalign{\vskip-0.8\p@}<\cr}}}
  1160. {\vcenter{\offinterlineskip\halign{\hfil$\scriptscriptstyle##$\hfil\cr
  1161. >\cr\noalign{\vskip-0.3\p@}<\cr}}}}}
  1162. \def\bbbr{{\rm I\!R}} %reelle Zahlen
  1163. \def\bbbm{{\rm I\!M}}
  1164. \def\bbbn{{\rm I\!N}} %natuerliche Zahlen
  1165. \def\bbbf{{\rm I\!F}}
  1166. \def\bbbh{{\rm I\!H}}
  1167. \def\bbbk{{\rm I\!K}}
  1168. \def\bbbp{{\rm I\!P}}
  1169. \def\bbbone{{\mathchoice {\rm 1\mskip-4mu l} {\rm 1\mskip-4mu l}
  1170. {\rm 1\mskip-4.5mu l} {\rm 1\mskip-5mu l}}}
  1171. \def\bbbc{{\mathchoice {\setbox0=\hbox{$\displaystyle\rm C$}\hbox{\hbox
  1172. to\z@{\kern0.4\wd0\vrule\@height0.9\ht0\hss}\box0}}
  1173. {\setbox0=\hbox{$\textstyle\rm C$}\hbox{\hbox
  1174. to\z@{\kern0.4\wd0\vrule\@height0.9\ht0\hss}\box0}}
  1175. {\setbox0=\hbox{$\scriptstyle\rm C$}\hbox{\hbox
  1176. to\z@{\kern0.4\wd0\vrule\@height0.9\ht0\hss}\box0}}
  1177. {\setbox0=\hbox{$\scriptscriptstyle\rm C$}\hbox{\hbox
  1178. to\z@{\kern0.4\wd0\vrule\@height0.9\ht0\hss}\box0}}}}
  1179. \def\bbbq{{\mathchoice {\setbox0=\hbox{$\displaystyle\rm
  1180. Q$}\hbox{\raise
  1181. 0.15\ht0\hbox to\z@{\kern0.4\wd0\vrule\@height0.8\ht0\hss}\box0}}
  1182. {\setbox0=\hbox{$\textstyle\rm Q$}\hbox{\raise
  1183. 0.15\ht0\hbox to\z@{\kern0.4\wd0\vrule\@height0.8\ht0\hss}\box0}}
  1184. {\setbox0=\hbox{$\scriptstyle\rm Q$}\hbox{\raise
  1185. 0.15\ht0\hbox to\z@{\kern0.4\wd0\vrule\@height0.7\ht0\hss}\box0}}
  1186. {\setbox0=\hbox{$\scriptscriptstyle\rm Q$}\hbox{\raise
  1187. 0.15\ht0\hbox to\z@{\kern0.4\wd0\vrule\@height0.7\ht0\hss}\box0}}}}
  1188. \def\bbbt{{\mathchoice {\setbox0=\hbox{$\displaystyle\rm
  1189. T$}\hbox{\hbox to\z@{\kern0.3\wd0\vrule\@height0.9\ht0\hss}\box0}}
  1190. {\setbox0=\hbox{$\textstyle\rm T$}\hbox{\hbox
  1191. to\z@{\kern0.3\wd0\vrule\@height0.9\ht0\hss}\box0}}
  1192. {\setbox0=\hbox{$\scriptstyle\rm T$}\hbox{\hbox
  1193. to\z@{\kern0.3\wd0\vrule\@height0.9\ht0\hss}\box0}}
  1194. {\setbox0=\hbox{$\scriptscriptstyle\rm T$}\hbox{\hbox
  1195. to\z@{\kern0.3\wd0\vrule\@height0.9\ht0\hss}\box0}}}}
  1196. \def\bbbs{{\mathchoice
  1197. {\setbox0=\hbox{$\displaystyle     \rm S$}\hbox{\raise0.5\ht0\hbox
  1198. to\z@{\kern0.35\wd0\vrule\@height0.45\ht0\hss}\hbox
  1199. to\z@{\kern0.55\wd0\vrule\@height0.5\ht0\hss}\box0}}
  1200. {\setbox0=\hbox{$\textstyle        \rm S$}\hbox{\raise0.5\ht0\hbox
  1201. to\z@{\kern0.35\wd0\vrule\@height0.45\ht0\hss}\hbox
  1202. to\z@{\kern0.55\wd0\vrule\@height0.5\ht0\hss}\box0}}
  1203. {\setbox0=\hbox{$\scriptstyle      \rm S$}\hbox{\raise0.5\ht0\hbox
  1204. to\z@{\kern0.35\wd0\vrule\@height0.45\ht0\hss}\raise0.05\ht0\hbox
  1205. to\z@{\kern0.5\wd0\vrule\@height0.45\ht0\hss}\box0}}
  1206. {\setbox0=\hbox{$\scriptscriptstyle\rm S$}\hbox{\raise0.5\ht0\hbox
  1207. to\z@{\kern0.4\wd0\vrule\@height0.45\ht0\hss}\raise0.05\ht0\hbox
  1208. to\z@{\kern0.55\wd0\vrule\@height0.45\ht0\hss}\box0}}}}
  1209. \def\bbbz{{\mathchoice {\hbox{$\textstyle\sf Z\kern-0.4em Z$}}
  1210. {\hbox{$\textstyle\sf Z\kern-0.4em Z$}}
  1211. {\hbox{$\scriptstyle\sf Z\kern-0.3em Z$}}
  1212. {\hbox{$\scriptscriptstyle\sf Z\kern-0.2em Z$}}}}
  1213.  
  1214. \let\ts\,
  1215.  
  1216. \setlength\arrayrulewidth{.5\p@}
  1217. \def\svhline{%
  1218.   \noalign{\ifnum0=`}\fi\hrule \@height2\arrayrulewidth \futurelet
  1219.   \reserved@a\@xhline}
  1220.  
  1221. \setlength \labelsep     {5\p@}
  1222. \setlength\leftmargini   {17\p@}
  1223. \setlength\leftmargin    {\leftmargini}
  1224. \setlength\leftmarginii  {\leftmargini}
  1225. \setlength\leftmarginiii {\leftmargini}
  1226. \setlength\leftmarginiv  {\leftmargini}
  1227. \setlength\labelwidth    {\leftmargini}
  1228. \addtolength\labelwidth{-\labelsep}
  1229.  
  1230. \def\@listI{\leftmargin\leftmargini
  1231.        \parsep=\parskip
  1232.        \topsep=\medskipamount
  1233.        \itemsep=\parskip \advance\itemsep by -\parsep}
  1234. \let\@listi\@listI
  1235. \@listi
  1236.  
  1237. \def\@listii{\leftmargin\leftmarginii
  1238.        \labelwidth\leftmarginii
  1239.        \advance\labelwidth by -\labelsep
  1240.        \parsep=\parskip
  1241.        \topsep=6\p@
  1242.        \itemsep=\parskip
  1243.        \advance\itemsep by -\parsep}
  1244.  
  1245. \def\@listiii{\leftmargin\leftmarginiii
  1246.        \labelwidth\leftmarginiii\advance\labelwidth by -\labelsep
  1247.        \parsep=\parskip
  1248.        \topsep=\z@
  1249.        \itemsep=\parskip
  1250.        \advance\itemsep by -\parsep
  1251.        \partopsep=\topsep}
  1252.  
  1253. \setlength\arraycolsep{1.5\p@}
  1254. \setlength\tabcolsep{1.5\p@}
  1255.  
  1256. \def\tableofcontents{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn
  1257. \fi\chapter*{\contentsname \@mkboth{{\contentsname}}{{\contentsname}}}
  1258. \@starttoc{toc}\if@restonecol\twocolumn\fi}
  1259.  
  1260. \setcounter{tocdepth}{2}
  1261.  
  1262. \def\l@part#1#2{\addpenalty{\@secpenalty}%
  1263.    \addvspace{1em \@plus\p@}%
  1264.    \begingroup
  1265.      \parindent \z@
  1266.      \rightskip \z@ \@plus 5em
  1267. %    \hrule\vskip5\p@
  1268.      \bfseries\boldmath
  1269.      \leavevmode
  1270.      #1\par
  1271. %    \vskip5\p@
  1272. %    \hrule
  1273.      \vskip\p@
  1274.      \nobreak
  1275.    \addvspace{1em \@plus\p@}%
  1276.    \endgroup}
  1277.  
  1278. \def\@dotsep{2}
  1279.  
  1280. \def\addnumcontentsmark#1#2#3{%
  1281. \addtocontents{#1}{\protect\contentsline{#2}{\protect\numberline
  1282.                                    {\thechapter}#3}{\thepage}}}
  1283. \def\addcontentsmark#1#2#3{%
  1284. \addtocontents{#1}{\protect\contentsline{#2}{#3}{\thepage}}}
  1285. \def\addcontentsmarkwop#1#2#3{%
  1286. \addtocontents{#1}{\protect\contentsline{#2}{#3}{0}}}
  1287.  
  1288. \def\@adcmk[#1]{\ifcase #1 \or
  1289. \def\@gtempa{\addnumcontentsmark}%
  1290.   \or    \def\@gtempa{\addcontentsmark}%
  1291.   \or    \def\@gtempa{\addcontentsmarkwop}%
  1292.   \fi\@gtempa{toc}{chapter}}
  1293. \def\addtocmark{\@ifnextchar[{\@adcmk}{\@adcmk[3]}}
  1294.  
  1295. \def\l@chapter#1#2{\par\addpenalty{-\@highpenalty}
  1296. \addvspace{1.0em \@plus \p@}
  1297. \@tempdima=\if@chapnum\tocchpnum\else\z@\fi
  1298. \begingroup
  1299. \parindent \z@ \rightskip \@tocrmarg
  1300. \advance\rightskip by \z@ \@plus 2cm
  1301. \parfillskip -\rightskip \pretolerance=10000
  1302. \leavevmode \advance\leftskip\@tempdima \hskip -\leftskip
  1303. {\bfseries\boldmath#1}\ifx0#2\hfil\null
  1304. \else
  1305.    \nobreak
  1306.    \leaders\hbox{$\m@th \mkern \@dotsep mu\hbox{.}\mkern
  1307.    \@dotsep mu$}\hfill
  1308.    \nobreak\hbox to\@pnumwidth{\hfil #2}%
  1309.  \fi\par
  1310.  \penalty\@highpenalty \endgroup}
  1311.  
  1312. \newdimen\tocchpnum
  1313. \newdimen\tocsecnum
  1314. \newdimen\tocsectotal
  1315. \newdimen\tocsubsecnum
  1316. \newdimen\tocsubsectotal
  1317. \newdimen\tocsubsubsecnum
  1318. \newdimen\tocsubsubsectotal
  1319. \newdimen\tocparanum
  1320. \newdimen\tocparatotal
  1321. \newdimen\tocsubparanum
  1322. \tocchpnum=20\p@            % chapter {\bf 88.} \@plus 5.3\p@
  1323. \tocsecnum=22.5\p@          % section 88.8. plus 4.722\p@
  1324. \tocsubsecnum=30.5\p@       % subsection 88.8.8 plus 4.944\p@
  1325. \tocsubsubsecnum=38\p@      % subsubsection 88.8.8.8 plus 4.666\p@
  1326. \tocparanum=45\p@           % paragraph 88.8.8.8.8 plus 3.888\p@
  1327. \tocsubparanum=53\p@        % subparagraph 88.8.8.8.8.8 plus 4.11\p@
  1328. \def\calctocindent{%
  1329. \tocsectotal=\tocchpnum
  1330. \advance\tocsectotal by\tocsecnum
  1331. \tocsubsectotal=\tocsectotal
  1332. \advance\tocsubsectotal by\tocsubsecnum
  1333. \tocsubsubsectotal=\tocsubsectotal
  1334. \advance\tocsubsubsectotal by\tocsubsubsecnum
  1335. \tocparatotal=\tocsubsubsectotal
  1336. \advance\tocparatotal by\tocparanum}
  1337. \calctocindent
  1338.  
  1339. \def\@dottedtocline#1#2#3#4#5{%
  1340.   \ifnum #1>\c@tocdepth \else
  1341.     \vskip \z@ \@plus.2\p@
  1342.     {\leftskip #2\rightskip \@tocrmarg \advance\rightskip by \z@ \@plus 2cm
  1343.                \parfillskip -\rightskip \pretolerance=10000
  1344.      \parindent #2\relax\@afterindenttrue
  1345.      \interlinepenalty\@M
  1346.      \leavevmode
  1347.      \ifnum #1>\c@secnumdepth \@tempdima\z@ \else \@tempdima #3\fi
  1348. %    \@tempdima #3\relax
  1349.      \advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip
  1350.      {#4}\nobreak
  1351.     \leaders\hbox{$\m@th
  1352.        \mkern \@dotsep mu\hbox{.}\mkern \@dotsep
  1353.        mu$}\hfill
  1354.     \nobreak
  1355.     \hb@xt@\@pnumwidth{\hfil\normalfont \normalcolor #5}%
  1356.      \par}%
  1357.   \fi}
  1358. %
  1359. \def\l@section{\@dottedtocline{1}{\tocchpnum}{\tocsecnum}}
  1360. \def\l@subsection{\@dottedtocline{2}{\tocsectotal}{\tocsubsecnum}}
  1361. \def\l@subsubsection{\@dottedtocline{3}{\tocsubsectotal}{\tocsubsubsecnum}}
  1362. \def\l@paragraph{\@dottedtocline{4}{\tocsubsubsectotal}{\tocparanum}}
  1363. \def\l@subparagraph{\@dottedtocline{5}{\tocparatotal}{\tocsubparanum}}
  1364.  
  1365. \renewcommand\listoffigures{%
  1366.     \chapter*{\listfigurename
  1367.      \@mkboth{\listfigurename}{\listfigurename}}%
  1368.     \@starttoc{lof}%
  1369.     }
  1370.  
  1371. \renewcommand\listoftables{%
  1372.     \chapter*{\listtablename
  1373.      \@mkboth{\listtablename}{\listtablename}}%
  1374.     \@starttoc{lot}%
  1375.     }
  1376.  
  1377. \newenvironment{thecontriblist}
  1378.               {\par
  1379.                \addvspace{\bigskipamount}
  1380.                \parindent\z@
  1381.                \rightskip\z@ \@plus 40\p@
  1382.                \def\iand{\\[\medskipamount]\let\and=\nand}%
  1383.                 \def\nand{\ifhmode\unskip\nobreak\fi\ $\cdot$ }%
  1384.                 \let\and=\nand
  1385.                 \def\at{\\\let\and=\iand}%
  1386.                 }
  1387.                {\par
  1388.                \addvspace{\bigskipamount}}
  1389.  
  1390. \renewcommand\footnoterule{%
  1391.   \kern-3\p@
  1392.   \hrule\@width 36mm
  1393.   \kern2.6\p@}
  1394.  
  1395. \newdimen\foot@parindent
  1396. \foot@parindent 10.83\p@
  1397.  
  1398. \footnotesep 9\p@
  1399.  
  1400. \AtBeginDocument{%
  1401. \renewcommand\@makefntext[1]{%
  1402.     \parindent 12\p@
  1403.     \noindent
  1404.     \mbox{\@makefnmark} #1}}
  1405. \if@spthms
  1406. %
  1407. % Definition of the "\spnewtheorem" command.
  1408. %
  1409. % Usage:
  1410. %
  1411. %     \spnewtheorem{env_nam}{caption}[within]{cap_font}{body_font}
  1412. % or  \spnewtheorem{env_nam}[numbered_like]{caption}{cap_font}{body_font}
  1413. % or  \spnewtheorem*{env_nam}{caption}{cap_font}{body_font}
  1414. %
  1415. % New is "cap_font" and "body_font". It stands for
  1416. % fontdefinition of the caption and the text itself.
  1417. %
  1418. % "\spnewtheorem*" gives a theorem without number.
  1419. %
  1420. % A defined spnewthoerem environment is used as described
  1421. % by Lamport.
  1422. %
  1423. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1424.  
  1425. \def\@thmcountersep{.}
  1426. %\def\@thmcounterend{.}
  1427. \def\@thmcounterend{}%%As per request email dated 27 Feb 2018%%
  1428. \newcommand\nocaption{\noexpand\@gobble}
  1429. %\newdimen\spthmsep \spthmsep=3pt
  1430.  
  1431. \def\spnewtheorem{\@ifstar{\@sthm}{\@Sthm}}
  1432.  
  1433. % definition of \spnewtheorem with number
  1434.  
  1435. \def\@spnthm#1#2{%
  1436.   \@ifnextchar[{\@spxnthm{#1}{#2}}{\@spynthm{#1}{#2}}}
  1437. \def\@Sthm#1{\@ifnextchar[{\@spothm{#1}}{\@spnthm{#1}}}
  1438. \def\@spxnthm#1#2[#3]#4#5{\expandafter\@ifdefinable\csname #1\endcsname
  1439.   {\@definecounter{#1}\@addtoreset{#1}{#3}%
  1440.    \expandafter\xdef\csname the#1\endcsname{\expandafter\noexpand
  1441.     \csname the#3\endcsname \noexpand\@thmcountersep \@thmcounter{#1}}%
  1442.    \expandafter\xdef\csname #1name\endcsname{#2}%
  1443.    \global\@namedef{#1}{\@spthm{#1}{\csname #1name\endcsname}{#4}{#5}}%
  1444.                               \global\@namedef{end#1}{\@endtheorem}}}
  1445.  
  1446. \def\@spynthm#1#2#3#4{\expandafter\@ifdefinable\csname #1\endcsname
  1447.   {\@definecounter{#1}%
  1448.    \expandafter\xdef\csname the#1\endcsname{\@thmcounter{#1}}%
  1449.    \expandafter\xdef\csname #1name\endcsname{#2}%
  1450.    \global\@namedef{#1}{\@spthm{#1}{\csname #1name\endcsname}{#3}{#4}}%
  1451.                                \global\@namedef{end#1}{\@endtheorem}}}
  1452.  
  1453. \def\@spothm#1[#2]#3#4#5{%
  1454.   \@ifundefined{c@#2}{\@latexerr{No theorem environment `#2' defined}\@eha}%
  1455.   {\expandafter\@ifdefinable\csname #1\endcsname
  1456.  {\global\@namedef{the#1}{\@nameuse{the#2}}%
  1457.   \expandafter\xdef\csname #1name\endcsname{#3}%
  1458.   \global\@namedef{#1}{\@spthm{#2}{\csname #1name\endcsname}{#4}{#5}}%
  1459.   \global\@namedef{end#1}{\@endtheorem}}}}
  1460.  
  1461. \def\@spthm#1#2#3#4{\topsep 7\p@ \@plus2\p@ \@minus4\p@
  1462. %\labelsep=\spthmsep
  1463. \refstepcounter{#1}%
  1464. \@ifnextchar[{\@spythm{#1}{#2}{#3}{#4}}{\@spxthm{#1}{#2}{#3}{#4}}}
  1465.  
  1466. \def\@spxthm#1#2#3#4{\@spbegintheorem{#2}{\csname the#1\endcsname}{#3}{#4}%
  1467.                     \ignorespaces}
  1468.  
  1469. \def\@spythm#1#2#3#4[#5]{\@spopargbegintheorem{#2}{\csname
  1470.       the#1\endcsname}{#5}{#3}{#4}\ignorespaces}
  1471.  
  1472. \def\normalthmheadings{\def\@spbegintheorem##1##2##3##4{\trivlist
  1473.                 \item[\hskip\labelsep{##3##1\ ##2\@thmcounterend}]##4}
  1474. \def\@spopargbegintheorem##1##2##3##4##5{\trivlist
  1475.      \item[\hskip\labelsep{##4##1\ ##2}]{##4\hspace*{-2pt plus1pt minus1pt}(##3)\@thmcounterend\ }##5}}
  1476. \normalthmheadings
  1477.  
  1478. \def\reversethmheadings{\def\@spbegintheorem##1##2##3##4{\trivlist
  1479.                 \item[\hskip\labelsep{##3##2\ ##1\@thmcounterend}]##4}
  1480. \def\@spopargbegintheorem##1##2##3##4##5{\trivlist
  1481.      \item[\hskip\labelsep{##4##2\ ##1}]{##4\hspace*{-2pt plus1pt minus1pt}(##3)\@thmcounterend\ }##5}}
  1482.  
  1483. % definition of \spnewtheorem* without number
  1484.  
  1485. \def\@sthm#1#2{\@Ynthm{#1}{#2}}
  1486.  
  1487. \def\@Ynthm#1#2#3#4{\expandafter\@ifdefinable\csname #1\endcsname
  1488.   {\global\@namedef{#1}{\@Thm{\csname #1name\endcsname}{#3}{#4}}%
  1489.     \expandafter\xdef\csname #1name\endcsname{#2}%
  1490.     \global\@namedef{end#1}{\@endtheorem}}}
  1491.  
  1492. \def\@Thm#1#2#3{\topsep 7\p@ \@plus2\p@ \@minus4\p@
  1493. \@ifnextchar[{\@Ythm{#1}{#2}{#3}}{\@Xthm{#1}{#2}{#3}}}
  1494. \def\@Xthm#1#2#3{\@Begintheorem{#1}{#2}{#3}\ignorespaces}
  1495. \def\@Ythm#1#2#3[#4]{\@Opargbegintheorem{#1}
  1496.       {#4}{#2}{#3}\ignorespaces}
  1497.  
  1498. \def\@Begintheorem#1#2#3{#3\trivlist
  1499.                           \item[\hskip\labelsep{#2#1\@thmcounterend}]}
  1500.  
  1501. \def\@Opargbegintheorem#1#2#3#4{#4\trivlist
  1502.      \item[\hskip\labelsep{#3#1}]{#3\hspace*{-2pt plus1pt minus1pt}(#2)\@thmcounterend\ }}
  1503.  
  1504. % initialize theorem environment
  1505.  
  1506. \if@envcntshowhiercnt % show hierarchy counter
  1507.    \def\@thmcountersep{.}
  1508.   \spnewtheorem{theorem}{Theorem}[\envankh]{\bfseries}{\itshape}
  1509.   \@addtoreset{theorem}{chapter}
  1510. \else          % theorem counter only
  1511.    \spnewtheorem{theorem}{Theorem}{\bfseries}{\itshape}
  1512.   \if@envcntreset
  1513.      \@addtoreset{theorem}{chapter}
  1514.      \if@envcntresetsect
  1515.         \@addtoreset{theorem}{section}
  1516.       \fi
  1517.    \fi
  1518. \fi
  1519.  
  1520. %definition of divers theorem environments
  1521. \spnewtheorem*{claim}{Claim}{\itshape}{\rmfamily}
  1522. %\spnewtheorem*{proof}{Proof}{\itshape}{\rmfamily}
  1523. %
  1524. \if@envcntsame % all environments like "Theorem" - using its counter
  1525.    \def\spn@wtheorem#1#2#3#4{\@spothm{#1}[theorem]{#2}{#3}{#4}}
  1526. \else % all environments with their own counter
  1527.    \if@envcntshowhiercnt % show hierarchy counter
  1528.       \def\spn@wtheorem#1#2#3#4{\@spxnthm{#1}{#2}[\envankh]{#3}{#4}}
  1529.    \else          % environment counter only
  1530.       \if@envcntreset % environment counter is reset each section
  1531.          \if@envcntresetsect
  1532.             \def\spn@wtheorem#1#2#3#4{\@spynthm{#1}{#2}{#3}{#4}
  1533.             \@addtoreset{#1}{chapter}\@addtoreset{#1}{section}}
  1534.         \else
  1535.            \def\spn@wtheorem#1#2#3#4{\@spynthm{#1}{#2}{#3}{#4}
  1536.                                      \@addtoreset{#1}{chapter}}
  1537.          \fi
  1538.       \else
  1539.          \let\spn@wtheorem=\@spynthm
  1540.       \fi
  1541.    \fi
  1542. \fi
  1543. %
  1544. \let\spdefaulttheorem=\spn@wtheorem
  1545. %
  1546. \spn@wtheorem{case}{Case}{\itshape}{\rmfamily}
  1547. \spn@wtheorem{conjecture}{Conjecture}{\itshape}{\rmfamily}
  1548. \spn@wtheorem{corollary}{Corollary}{\bfseries}{\itshape}
  1549. \spn@wtheorem{definition}{Definition}{\bfseries}{\rmfamily}
  1550. \spn@wtheorem{example}{Example}{\itshape}{\rmfamily}
  1551. \spn@wtheorem{exercise}{Exercise}{\bfseries}{\rmfamily}
  1552. \spn@wtheorem{lemma}{Lemma}{\bfseries}{\itshape}
  1553. \spn@wtheorem{note}{Note}{\itshape}{\rmfamily}
  1554. \spn@wtheorem{problem}{Problem}{\bfseries}{\rmfamily}
  1555. \spn@wtheorem{property}{Property}{\itshape}{\rmfamily}
  1556. \spn@wtheorem{proposition}{Proposition}{\bfseries}{\itshape}
  1557. \spn@wtheorem{question}{Question}{\itshape}{\rmfamily}
  1558. \spn@wtheorem{solution}{Solution}{\bfseries}{\rmfamily}
  1559. \spn@wtheorem{remark}{Remark}{\itshape}{\rmfamily}
  1560. %
  1561. \newenvironment{theopargself}
  1562.    {\def\@spopargbegintheorem##1##2##3##4##5{\trivlist
  1563.         \item[\hskip\labelsep{##4##1\ ##2}]{##4##3\@thmcounterend\ }##5}
  1564.     \def\@Opargbegintheorem##1##2##3##4{##4\trivlist
  1565.         \item[\hskip\labelsep{##3##1}]{##3##2\@thmcounterend\ }}}{}
  1566. \newenvironment{theopargself*}
  1567.    {\def\@spopargbegintheorem##1##2##3##4##5{\trivlist
  1568.         \item[\hskip\labelsep{##4##1\ ##2}]{\hspace*{-\labelsep}##4##3\@thmcounterend}##5}
  1569.     \def\@Opargbegintheorem##1##2##3##4{##4\trivlist
  1570.         \item[\hskip\labelsep{##3##1}]{\hspace*{-\labelsep}##3##2\@thmcounterend}}}{}
  1571. %
  1572. \spn@wtheorem{prob}{\nocaption}{\bfseries}{\rmfamily}
  1573. \newcommand{\probref}[1]{\textbf{\ref{#1}} }
  1574. \newenvironment{sol}{\par\addvspace{6pt}\noindent\probref}{\par\addvspace{6pt}}
  1575. %
  1576. \fi
  1577.  
  1578. \def\@takefromreset#1#2{%
  1579.     \def\@tempa{#1}%
  1580.     \let\@tempd\@elt
  1581.     \def\@elt##1{%
  1582.         \def\@tempb{##1}%
  1583.         \ifx\@tempa\@tempb\else
  1584.             \@addtoreset{##1}{#2}%
  1585.         \fi}%
  1586.     \expandafter\expandafter\let\expandafter\@tempc\csname cl@#2\endcsname
  1587.     \expandafter\def\csname cl@#2\endcsname{}%
  1588.     \@tempc
  1589.     \let\@elt\@tempd}
  1590.  
  1591. % redefininition of the captions for "figure" and "table" environments
  1592. %
  1593. \@ifundefined{floatlegendstyle}{\def\floatlegendstyle{\bfseries}}{}
  1594. \def\floatcounterend{\enspace}
  1595. \def\capstrut{\vrule\@width\z@\@height\topskip}
  1596. \@ifundefined{captionstyle}{\def\captionstyle{\normalfont\small}}{}
  1597. \@ifundefined{instindent}{\newdimen\instindent}{}
  1598.  
  1599. \long\def\@caption#1[#2]#3{\par\addcontentsline{\csname
  1600.  ext@#1\endcsname}{#1}{\protect\numberline{\csname
  1601.  the#1\endcsname}{\ignorespaces #2}}\begingroup
  1602.    \@parboxrestore\if@minipage\@setminipage\fi
  1603.    \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par
  1604.  \endgroup}
  1605.  
  1606. \def\twocaptionwidth#1#2{\def\first@capwidth{#1}\def\second@capwidth{#2}}
  1607. % Default: .46\textwidth
  1608. \twocaptionwidth{.46\textwidth}{.46\textwidth}
  1609.  
  1610. \def\leftcaption{\refstepcounter\@captype\@dblarg%
  1611.             {\@leftcaption\@captype}}
  1612.  
  1613. \def\rightcaption{\refstepcounter\@captype\@dblarg%
  1614.             {\@rightcaption\@captype}}
  1615.  
  1616. \long\def\@leftcaption#1[#2]#3{\addcontentsline{\csname
  1617.  ext@#1\endcsname}{#1}{\protect\numberline{\csname
  1618.  the#1\endcsname}{\ignorespaces #2}}\begingroup
  1619.    \@parboxrestore
  1620.    \vskip\figcapgap
  1621.    \@maketwocaptions{\csname fnum@#1\endcsname}{\ignorespaces #3}%
  1622.     {\first@capwidth}\ignorespaces\hspace{.073\textwidth}\hfill%
  1623.   \endgroup}
  1624.  
  1625. \long\def\@rightcaption#1[#2]#3{\addcontentsline{\csname
  1626.  ext@#1\endcsname}{#1}{\protect\numberline{\csname
  1627.  the#1\endcsname}{\ignorespaces #2}}\begingroup
  1628.    \@parboxrestore
  1629.    \@maketwocaptions{\csname fnum@#1\endcsname}{\ignorespaces #3}%
  1630.     {\second@capwidth}\par
  1631.  \endgroup}
  1632.  
  1633. \long\def\@maketwocaptions#1#2#3{%
  1634.    \parbox[t]{#3}{{\floatlegendstyle #1\floatcounterend}#2}}
  1635.  
  1636. \def\fig@pos{l}
  1637. \newcommand{\leftfigure}[2][\fig@pos]{\makebox[.4635\textwidth][#1]{#2}}
  1638. \let\rightfigure\leftfigure
  1639.  
  1640. \newdimen\figgap\figgap=0.5cm  % hgap between figure and sidecaption
  1641. %
  1642. \long\def\@makesidecaption#1#2{\@tempdimb=3.6cm
  1643.   \setbox0=\vbox{\hsize=\@tempdimb
  1644.                  \captionstyle{\floatlegendstyle
  1645.                                         #1\floatcounterend}#2}%
  1646.    \ifdim\instindent<\z@
  1647.       \ifdim\ht0>-\instindent
  1648.          \advance\instindent by\ht0
  1649.          \typeout{^^JClass-Warning: Legend of \string\sidecaption\space for
  1650.                     \@captype\space\csname the\@captype\endcsname
  1651.                  ^^Jis \the\instindent\space taller than the corresponding float -
  1652.                  ^^Jyou'd better switch the environment. }%
  1653.          \instindent\z@
  1654.       \fi
  1655.    \else
  1656.       \ifdim\ht0<\instindent
  1657.          \advance\instindent by-\ht0
  1658.          \advance\instindent by-\dp0\relax
  1659.          \advance\instindent by\topskip
  1660.          \advance\instindent by-11\p@
  1661.       \else
  1662.          \advance\instindent by-\ht0
  1663.          \instindent=-\instindent
  1664.          \typeout{^^JClass-Warning: Legend of \string\sidecaption\space for
  1665.                     \@captype\space\csname the\@captype\endcsname
  1666.                  ^^Jis \the\instindent\space taller than the corresponding float -
  1667.                  ^^Jyou'd better switch the environment. }%
  1668.          \instindent\z@
  1669.       \fi
  1670.    \fi
  1671.    \parbox[b]{\@tempdimb}{\captionstyle{\floatlegendstyle
  1672.                                        #1\floatcounterend}#2%
  1673.                           \ifdim\instindent>\z@ \\
  1674.                                \vrule\@width\z@\@height\instindent
  1675.                                      \@depth\z@
  1676.                           \fi}}
  1677. \def\sidecaption{\@ifnextchar[\sidec@ption{\sidec@ption[b]}}
  1678. %
  1679. \newbox\bildb@x
  1680. %
  1681. \def\sidec@ption[#1]#2\caption{%
  1682. \setbox\bildb@x=\hbox{\ignorespaces#2\unskip}%
  1683. \if@twocolumn
  1684.  \ifdim\hsize<\textwidth\else
  1685.    \ifdim\wd\bildb@x<\columnwidth
  1686.       \typeout{Double column float fits into single column -
  1687.            ^^Jyou'd better switch the environment. }%
  1688.    \fi
  1689.  \fi
  1690. \fi
  1691.   \instindent=\ht\bildb@x
  1692.   \advance\instindent by\dp\bildb@x
  1693. \if t#1
  1694. \else
  1695.   \instindent=-\instindent
  1696. \fi
  1697. \@tempdimb=\hsize
  1698. \advance\@tempdimb by-\figgap
  1699. \advance\@tempdimb by-\wd\bildb@x
  1700. \ifdim\@tempdimb<3.6cm
  1701.    \ClassWarning{SVMono}{\string\sidecaption: No sufficient room for the legend;
  1702.             ^^Jusing normal \string\caption}%
  1703.    \unhbox\bildb@x
  1704.    \let\@capcommand=\@caption
  1705. \else
  1706. %  \ifdim\@tempdimb<4.5cm
  1707. %     \ClassWarning{SVMono}{\string\sidecaption: Room for the legend very narrow;
  1708. %              ^^Jusing \string\raggedright}%
  1709.       \toks@\expandafter{\captionstyle\sloppy
  1710.                         \rightskip=\z@\@plus6mm\relax}%
  1711.       \def\captionstyle{\the\toks@}%
  1712. %  \fi
  1713.    \let\@capcommand=\@sidecaption
  1714. %  \leavevmode
  1715. %  \unhbox\bildb@x
  1716. %  \hfill
  1717. \fi
  1718. \refstepcounter\@captype
  1719. \@dblarg{\@capcommand\@captype}}
  1720. \long\def\@sidecaption#1[#2]#3{\addcontentsline{\csname
  1721.  ext@#1\endcsname}{#1}{\protect\numberline{\csname
  1722.  the#1\endcsname}{\ignorespaces #2}}\begingroup
  1723.    \@parboxrestore
  1724.    \@makesidecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}%
  1725.     \hfill
  1726.     \unhbox\bildb@x
  1727.     \par
  1728.   \endgroup}
  1729. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1730.  
  1731. \def\fig@type{figure}
  1732.  
  1733. \def\leftlegendglue{\relax}
  1734. \newdimen\figcapgap\figcapgap=5\p@   % vgap between figure and caption
  1735. \newdimen\tabcapgap\tabcapgap=3\p@ % vgap between caption and table
  1736.  
  1737. \long\def\@makecaption#1#2{%
  1738.  \captionstyle
  1739.  \ifx\@captype\fig@type
  1740.    \vskip\figcapgap
  1741.  \fi
  1742.  \setbox\@tempboxa\hbox{{\floatlegendstyle #1\floatcounterend}%
  1743.  \capstrut #2}%
  1744.  \ifdim \wd\@tempboxa >\hsize
  1745.    {\floatlegendstyle #1\floatcounterend}\capstrut #2\par
  1746. \else
  1747.   \hbox to\hsize{\leftlegendglue\unhbox\@tempboxa\hfil}%
  1748.  \fi
  1749.  \ifx\@captype\fig@type\else
  1750.    \vskip\tabcapgap
  1751.  \fi}
  1752.  
  1753. \newcounter{merk}
  1754.  
  1755. \def\endfigure{\resetsubfig\end@float}
  1756.  
  1757. \@namedef{endfigure*}{\resetsubfig\end@dblfloat}
  1758.  
  1759. \def\resetsubfig{\global\let\last@subfig=\undefined}
  1760.  
  1761. \def\r@setsubfig{\xdef\last@subfig{\number\value{figure}}%
  1762. \setcounter{figure}{\value{merk}}%
  1763. \setcounter{merk}{0}}
  1764.  
  1765. \def\subfigures{\refstepcounter{figure}%
  1766.    \@tempcnta=\value{merk}%
  1767.    \setcounter{merk}{\value{figure}}%
  1768.    \setcounter{figure}{\the\@tempcnta}%
  1769.    \def\thefigure{\if@numart\else\thechapter.\fi
  1770.   \@arabic\c@merk\alph{figure}}%
  1771.    \let\resetsubfig=\r@setsubfig}
  1772.  
  1773. \def\samenumber{\addtocounter{\@captype}{-1}%
  1774. \@ifundefined{last@subfig}{}{\setcounter{merk}{\last@subfig}}}
  1775.  
  1776. % redefinition of the "bibliography" environment
  1777. %
  1778. \def\biblstarthook#1{\gdef\biblst@rthook{#1}}
  1779. %
  1780. \AtBeginDocument{%
  1781. \ifx\secbibl\undefined
  1782.    \def\bibsection{\chapter*{\refname}\markboth{\refname}{\refname}%
  1783.       \addcontentsline{toc}{chapter}{\refname}%
  1784.       \csname biblst@rthook\endcsname\par}
  1785. \else
  1786.    \def\bibsection{\section*{\refname}\markright{\refname}%
  1787.       \addcontentsline{toc}{section}{\refname}%
  1788.       \csname biblst@rthook\endcsname\par}
  1789. \fi}
  1790. \ifx\oribibl\undefined % Springer way of life
  1791.    \renewenvironment{thebibliography}[1]{\bibsection
  1792.         \global\let\biblst@rthook=\undefined
  1793.         \def\@biblabel##1{##1.}
  1794.         \small
  1795.         \list{\@biblabel{\@arabic\c@enumiv}}%
  1796.               {\settowidth\labelwidth{\@biblabel{#1}}%
  1797.                \leftmargin\labelwidth
  1798.                \advance\leftmargin\labelsep
  1799.                \if@openbib
  1800.                  \advance\leftmargin\bibindent
  1801.                  \itemindent -\bibindent
  1802.                  \listparindent \itemindent
  1803.                  \parsep \z@
  1804.                \fi
  1805.                \usecounter{enumiv}%
  1806.                \let\p@enumiv\@empty
  1807.                \renewcommand\theenumiv{\@arabic\c@enumiv}}%
  1808.          \if@openbib
  1809.            \renewcommand\newblock{\par}%
  1810.          \else
  1811.            \renewcommand\newblock{\hskip .11em \@plus.33em \@minus.07em}%
  1812.          \fi
  1813.          \sloppy\clubpenalty4000\widowpenalty4000%
  1814.          \sfcode`\.=\@m}
  1815.         {\def\@noitemerr
  1816.          {\@latex@warning{Empty `thebibliography' environment}}%
  1817.          \endlist}
  1818.    \def\@lbibitem[#1]#2{\item[{[#1]}\hfill]\if@filesw
  1819.        {\let\protect\noexpand\immediate
  1820.        \write\@auxout{\string\bibcite{#2}{#1}}}\fi\ignorespaces}
  1821. \else % original bibliography is required
  1822.    \let\bibname=\refname
  1823.    \renewenvironment{thebibliography}[1]
  1824.     {\chapter*{\bibname
  1825.        \@mkboth{\bibname}{\bibname}}%
  1826.       \list{\@biblabel{\@arabic\c@enumiv}}%
  1827.            {\settowidth\labelwidth{\@biblabel{#1}}%
  1828.             \leftmargin\labelwidth
  1829.             \advance\leftmargin\labelsep
  1830.             \@openbib@code
  1831.             \usecounter{enumiv}%
  1832.             \let\p@enumiv\@empty
  1833.             \renewcommand\theenumiv{\@arabic\c@enumiv}}%
  1834.       \sloppy
  1835.       \clubpenalty4000
  1836.       \@clubpenalty \clubpenalty
  1837.       \widowpenalty4000%
  1838.       \sfcode`\.\@m}
  1839.      {\def\@noitemerr
  1840.       {\@latex@warning{Empty `thebibliography' environment}}%
  1841.       \endlist}
  1842. \fi
  1843.  
  1844. \let\if@threecolind\iffalse
  1845. \def\threecolindex{\let\if@threecolind\iftrue}
  1846. \def\indexstarthook#1{\gdef\indexst@rthook{#1}}
  1847. \renewenvironment{theindex}
  1848.               {\if@twocolumn
  1849.                  \@restonecolfalse
  1850.                \else
  1851.                  \@restonecoltrue
  1852.                \fi
  1853.                \columnseprule \z@
  1854.                \columnsep 1cc
  1855.                \@nobreaktrue
  1856.                \if@threecolind
  1857.                   \begin{multicols}{3}[\chapter*{\indexname}%
  1858.                 \else
  1859.                    \begin{multicols}{2}[\chapter*{\indexname}%
  1860.                 \fi
  1861.                 {\csname indexst@rthook\endcsname}]%
  1862.                 \global\let\indexst@rthook=\undefined
  1863.                 \markboth{\indexname}{\indexname}%
  1864.                 \addcontentsline{toc}{chapter}{\indexname}%
  1865.                 \parindent\z@
  1866.                 \rightskip\z@ \@plus 40\p@
  1867.                 \parskip\z@ \@plus .3\p@\relax
  1868.                 \flushbottom
  1869.                 \let\item\@idxitem
  1870.                 \def\,{\relax\ifmmode\mskip\thinmuskip
  1871.                             \else\hskip0.2em\ignorespaces\fi}%
  1872.                 \normalfont\small}
  1873.                {\end{multicols}
  1874.                \global\let\if@threecolind\iffalse
  1875.                \if@restonecol\onecolumn\else\clearpage\fi}
  1876.  
  1877. \def\idxquad{\hskip 10\p@}% space that divides entry from number
  1878.  
  1879. \def\@idxitem{\par\setbox0=\hbox{--\,--\,--\enspace}%
  1880.                   \hangindent\wd0\relax}
  1881.  
  1882. \def\subitem{\par\noindent\setbox0=\hbox{--\enspace}% second order
  1883.                 \kern\wd0\setbox0=\hbox{--\,--\,--\enspace}%
  1884.                 \hangindent\wd0\relax}% indexentry
  1885.  
  1886. \def\subsubitem{\par\noindent\setbox0=\hbox{--\,--\enspace}% third order
  1887.                 \kern\wd0\setbox0=\hbox{--\,--\,--\enspace}%
  1888.                 \hangindent\wd0\relax}% indexentry
  1889.  
  1890. \def\indexspace{\par \vskip 10\p@ \@plus5\p@ \@minus3\p@\relax}
  1891.  
  1892. \def\subtitle#1{\gdef\@subtitle{#1}}
  1893. \def\@subtitle{}
  1894.  
  1895. \def\maketitle{\par
  1896. \begingroup
  1897.   \def\thefootnote{\fnsymbol{footnote}}%
  1898.    \def\@makefnmark{\hbox
  1899.       to\z@{$\m@th^{\@thefnmark}$\hss}}%
  1900.    \if@twocolumn
  1901.      \twocolumn[\@maketitle]%
  1902.      \else \newpage
  1903.      \global\@topnum\z@   % Prevents figures from going at top of page.
  1904.      \@maketitle \fi\thispagestyle{empty}\@thanks
  1905.     \par\penalty -\@M
  1906. \endgroup
  1907. \setcounter{footnote}{0}%
  1908.  \let\maketitle\relax
  1909.  \let\@maketitle\relax
  1910.  \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax}
  1911.  
  1912. \def\@maketitle{\newpage
  1913.  \null
  1914.  \vskip 2em                 % Vertical space above title.
  1915. \begingroup
  1916.   \def\and{\unskip, }
  1917.   \parindent=\z@
  1918.   \pretolerance=10000
  1919.   \rightskip=\z@ \@plus 3cm
  1920.   {\LARGE                   % each author set in \LARGE
  1921.    \lineskip .5em
  1922.    \@author
  1923.    \par}%
  1924.   \vskip 2cm                % Vertical space after author.
  1925.   {\Huge \@title \par}%     % Title set in \Huge size.
  1926.   \vskip 1cm                % Vertical space after title.
  1927.   \if!\@subtitle!\else
  1928.    {\LARGE\ignorespaces\@subtitle \par}
  1929.    \vskip 1cm                % Vertical space after subtitle.
  1930.   \fi
  1931.   \ifx\@date\@empty\else
  1932.     {\large \@date}%          % Date set in \large size.
  1933.     \par
  1934.     \vskip 1.5em               % Vertical space after date.
  1935.   \fi
  1936.  \vfill
  1937.  {\Large Springer Nature\par}
  1938. %\vskip 5\p@
  1939. %\large
  1940. %  Berlin\enspace Heidelberg\enspace New\kern0.1em York\\
  1941. %  Hong\thinspace Kong\enspace London\\
  1942. %  Milan\enspace Paris\enspace Tokyo\par
  1943. \endgroup}
  1944.  
  1945. % Useful environments
  1946. \newenvironment{acknowledgement}{\par\addvspace{17\p@}\small\rm
  1947. \trivlist\item[\hskip\labelsep{\bfseries\ackname}]}
  1948. {\endtrivlist\addvspace{6\p@}}
  1949. %
  1950. \newenvironment{noteadd}{\par\addvspace{17\p@}\small\rm
  1951. \trivlist\item[\hskip\labelsep{\it\noteaddname}]}
  1952. {\endtrivlist\addvspace{6\p@}}
  1953. %
  1954. \DeclareRobustCommand\abstract{\@ifstar\@abstgobl\@abstract}
  1955. \def\@abstract#1{\noindent\textbf{\abstractname} #1\par
  1956. %\@afterindentfalse
  1957. %\@afterheading
  1958. }
  1959. \def\@abstgobl#1{\par
  1960. %\@afterindentfalse
  1961. %\@afterheading
  1962. }
  1963. %
  1964. \newcommand{\keywords}[1]{\par\addvspace\baselineskip
  1965. \noindent\keywordname\enspace\ignorespaces#1}
  1966. %
  1967. % define the running headings of a twoside text
  1968. \def\runheadsize{\small}
  1969. \def\runheadstyle{\rmfamily\upshape}
  1970. \def\customizhead{\hspace{\headlineindent}}
  1971.  
  1972. \def\ps@bchap{%\let\@mkboth\@gobbletwo
  1973.      \let\@oddhead\@empty\let\@evenhead\@empty
  1974.      \def\@oddfoot{\reset@font\small\hfil\thepage}%
  1975.      \let\@evenfoot\@oddfoot}
  1976.  
  1977. \def\ps@headings{\let\@mkboth\markboth
  1978.   \let\@oddfoot\@empty\let\@evenfoot\@empty
  1979.   \def\@evenhead{\runheadsize\runheadstyle\rlap{\thepage}\hfil
  1980.                  \leftmark}
  1981.   \def\@oddhead{\runheadsize\runheadstyle\rightmark\hfil
  1982.                  \llap{\thepage}}
  1983.    \def\chaptermark##1{\markboth{{\if@chapnum %\ifnum\c@secnumdepth>\m@ne
  1984.       \thechapter\thechapterend\hskip\betweenumberspace\fi ##1}}{{\if@chapnum %\ifnum\c@secnumdepth>\m@ne
  1985.       \thechapter\thechapterend\hskip\betweenumberspace\fi ##1}}}%!!!
  1986.    \def\sectionmark##1{\markright{{\ifnum\c@secnumdepth>\z@
  1987.      \thesection\seccounterend\hskip\betweenumberspace\fi ##1}}}}
  1988.  
  1989. \def\ps@myheadings{\let\@mkboth\@gobbletwo
  1990.   \let\@oddfoot\@empty\let\@evenfoot\@empty
  1991.   \def\@evenhead{\runheadsize\runheadstyle\rlap{\thepage}\hfil
  1992.                  \leftmark}
  1993.   \def\@oddhead{\runheadsize\runheadstyle\rightmark\hfil
  1994.                  \llap{\thepage}}
  1995.   \let\chaptermark\@gobble
  1996.   \let\sectionmark\@gobble
  1997.   \let\subsectionmark\@gobble}
  1998.  
  1999.  
  2000. \ps@headings
  2001.  
  2002. %%%SOPHIE TEMPLATE BEGIN%%%
  2003.  
  2004. \RequirePackage[x11names]{xcolor}
  2005.  
  2006. \definecolor{trailer}{gray}{0.9}
  2007. \definecolor{example}{gray}{0.85}
  2008. \definecolor{questype}{gray}{0.8}
  2009. \definecolor{important}{gray}{0.75}
  2010. \definecolor{warning}{gray}{0.7}
  2011. \definecolor{programcode}{gray}{0.65}
  2012. \definecolor{tips}{gray}{0.6}
  2013. \definecolor{overview}{gray}{0.55}
  2014. \definecolor{backgroundinformation}{gray}{0.5}
  2015. \definecolor{legaltext}{gray}{0.45}
  2016.  
  2017. \newcommand\circledmark[2][white]{%
  2018.   \ooalign{%
  2019.     \hidewidth
  2020.     \kern0.65ex\raisebox{-1.3ex}{\scalebox{3}{\textcolor{#1}{\textbullet}}}
  2021.    \hidewidth\cr
  2022.    #2\cr
  2023.  }%
  2024. }
  2025.  
  2026. \def\formtmp#1#2{{\vskip12pt\noindent\fboxsep=0pt\colorbox{#1}{\vbox{\vskip3pt\hbox to \textwidth{\hskip3pt\vbox{\raggedright\noindent\textbf{#2\vphantom{Qy}}}\hfill}\vspace*{3pt}}}\par\vskip2pt%
  2027. \noindent\kern0pt}}
  2028.  
  2029. \newenvironment{trailer}[1]{\ignorespaces\def\stmtopen##1{##1}%
  2030. \formtmp{trailer}{#1}}{\par\noindent\textcolor{trailer}{\rule{\columnwidth}{1pt}}\vskip2pt\par\addvspace{\baselineskip}}%
  2031.  
  2032. %\renewenvironment{example}[1]{\ignorespaces\def\stmtopen##1{##1}%
  2033. %\formtmp{example}{#1}}{\par\noindent\textcolor{example}{\rule{\columnwidth}{1pt}}\vskip2pt\par\addvspace{\baselineskip}}%
  2034.  
  2035. \newenvironment{questype}[1]{\ignorespaces\def\stmtopen##1{##1}%
  2036. \formtmp{questype}{\ \circledmark[white]{\textcolor{black}{\sf\bfseries?}}{\kern6pt}#1}}{\par\noindent\textcolor{questype}{\rule{\columnwidth}{1pt}}\vskip2pt\par\addvspace{\baselineskip}}%
  2037.  
  2038. \newenvironment{important}[1]{\ignorespaces\def\stmtopen##1{##1}%
  2039. \formtmp{important}{\ \circledmark{\textcolor{black}{$\ >$}}{\kern6pt}#1}}{\par\noindent\textcolor{important}{\rule{\columnwidth}{1pt}}\vskip2pt\par\addvspace{\baselineskip}}%
  2040.  
  2041. \newenvironment{warning}[1]{\ignorespaces\def\stmtopen##1{##1}%
  2042. \formtmp{warning}{\ \circledmark[white]{\textcolor{black}{!}}{\kern6pt}#1}}{\par\noindent\textcolor{warning}{\rule{\columnwidth}{1pt}}\vskip2pt\par\addvspace{\baselineskip}}%
  2043.  
  2044. \newenvironment{programcode}[1]{\ignorespaces\def\stmtopen##1{##1}%
  2045. \formtmp{programcode}{#1}}{\noindent\textcolor{programcode}{\rule{\columnwidth}{1pt}}\vskip2pt\par\addvspace{\baselineskip}}%
  2046.  
  2047. \newenvironment{tips}[1]{\ignorespaces\def\stmtopen##1{##1}%
  2048. \formtmp{tips}{#1}}{\par\noindent\textcolor{tips}{\rule{\columnwidth}{1pt}}\vskip2pt\par\addvspace{\baselineskip}}%
  2049.  
  2050. \newenvironment{overview}[1]{\ignorespaces\def\stmtopen##1{##1}%
  2051. \formtmp{overview}{#1}}{\par\noindent\textcolor{overview}{\rule{\columnwidth}{1pt}}\vskip2pt\par\addvspace{\baselineskip}}%
  2052.  
  2053. \newenvironment{backgroundinformation}[1]{\ignorespaces\def\stmtopen##1{##1}%
  2054. \formtmp{backgroundinformation}{#1}}{\par\noindent\textcolor{backgroundinformation}{\rule{\columnwidth}{1pt}}\vskip2pt\par\addvspace{\baselineskip}}%
  2055.  
  2056. \newenvironment{legaltext}[1]{\ignorespaces\def\stmtopen##1{##1}%
  2057. \formtmp{legaltext}{#1}}{\par\noindent\textcolor{legaltext}{\rule{\columnwidth}{1pt}}\vskip2pt\par\addvspace{\baselineskip}}%
  2058.  
  2059. \newenvironment{newshaded}{%
  2060.   \def\FrameCommand{\fboxsep=0pt \colorbox{shadecolor}}%
  2061.   \MakeFramed
  2062. {\FrameRestore}}%
  2063. {\endMakeFramed}
  2064. \AtBeginDocument{\renewenvironment{svgraybox}%
  2065.        {\fboxsep=12pt\relax
  2066.        \begin{newshaded}\vspace*{10pt}%
  2067.         \list{}{\leftmargin=12pt\rightmargin=12pt\topsep=\z@\relax}%
  2068.         \expandafter\item\parindent=\svparindent
  2069.         \hskip-\listparindent}%
  2070.        {\vspace*{10pt}\endlist\end{newshaded}}}%
  2071.  
  2072. \def\boxtext#1{\vskip\baselineskip\moveleft26pt\vbox{\fboxsep3pt\fbox{#1}}}%
  2073.  
  2074. \newcommand\guisection{\@startsection{section}{1}{\z@}%
  2075.                        {-18\p@}% \p@lus -4\p@ \@minus -4\p@}%
  2076.                        {4\p@}% \p@lus 4\p@ \@minus 4\p@}%
  2077.                        {\normalfont\secsize\secstyle
  2078.                        \rightskip=\z@ \@plus 8em\pretolerance=10000 }}
  2079. \newcommand\guisubsection{\@startsection{subsection}{2}{\z@}%
  2080.                        {-18\p@}% \p@lus -4\p@ \@minus -4\p@}%
  2081.                        {4\p@}% \p@lus 4\p@ \@minus 4\p@}%
  2082.                        {\normalfont\subsecsize\subsecstyle
  2083.                        \rightskip=\z@ \@plus 8em\pretolerance=10000 }}
  2084.  
  2085. \newenvironment{refguide}
  2086. {\let\section\guisection%
  2087. \let\subsection\guisubsection}
  2088. {}
  2089.  
  2090.                         %%%SOPHIE TEMPLATE END%%%
  2091.  
  2092. \usepackage{amsthm}
  2093.  
  2094. %\usepackage[thmmarks,thref]{ntheorem}
  2095. %\theoremstyle{nonumberplain}
  2096. %\theoremheaderfont{\bfseries\itshape}
  2097. %\theorembodyfont{\upshape}
  2098. %\theoremsymbol{\ensuremath{\square}}
  2099. %\newtheorem{proof}{Proof}
  2100. %\gdef\NoneSymbol{}
  2101. \makeatletter
  2102.  
  2103. % MiniTOC
  2104. % one outputstream for all minitocs
  2105. \newwrite\minitoc
  2106. \let\MiniTOC=N % switch for MT processing in .aux files
  2107. \newcounter{minitocdepth}
  2108. \setcounter{minitocdepth}{0}
  2109. % LaTeX does not provide a command to enter the authors institute
  2110. % addresses. The \institute command is defined here.
  2111. \newcounter{@inst}
  2112. \newcounter{@auth}
  2113. \newcounter{auco}
  2114. \newdimen\instindent
  2115. \newbox\authrun
  2116. \newtoks\authorrunning
  2117. \newtoks\tocauthor
  2118. \newbox\titrun
  2119. \newtoks\titlerunning
  2120. \newtoks\toctitle
  2121. \def\clearheadinfo{\gdef\@author{No Author Given}%
  2122.                    \gdef\@title{No Title Given}%
  2123.                    \gdef\@subtitle{}%
  2124.                    \gdef\@institute{}%
  2125.                    \gdef\@thanks{}%
  2126.                    \global\titlerunning={}\global\authorrunning={}%
  2127.                    \global\toctitle={}\global\tocauthor={}}
  2128. \def\institute#1{\gdef\@institute{#1}}
  2129. \def\guidetitle{\@ifstar\s@title\n@title}
  2130. \def\s@title#1{\gdef\@title{#1}\ds@numart}
  2131. \def\n@title#1{\gdef\@title{#1}\ds@book}
  2132. \def\institutename
  2133. {\begingroup
  2134. \if!\@institute!\else
  2135. \def\thanks##1{\unskip{}}%
  2136.  \def\iand{\\[5pt]\let\and=\nand}%
  2137.  \def\nand{\ifhmode\unskip\nobreak\fi\ $\cdot$ }%
  2138.  \let\and=\nand
  2139.  \def\at{\\\let\and=\iand}%
  2140.  \footnotetext[0]{\kern-\bibindent
  2141. \ignorespaces\@institute}\vspace{5dd}\fi
  2142. \endgroup
  2143. }%
  2144. \clearheadinfo
  2145. \newcounter{contribution}
  2146. \def\chap@hangfrom#1{\if!#1!\else
  2147. \@chapapp\ #1\vskip2pt\fi}%
  2148. \newcommand\guidemaketitle{\par\startnewpage
  2149.  \stepcounter{section}%
  2150.   \setcounter{section}{0}%
  2151.   \setcounter{subsection}{0}%
  2152.   \setcounter{figure}{0}
  2153.  \setcounter{table}{0}
  2154.  \setcounter{equation}{0}
  2155.  \setcounter{footnote}{0}%
  2156.   \if@numart
  2157.      \stepcounter{chapter}%
  2158.      \addtocounter{chapter}{-1}%
  2159.   \else
  2160.      \refstepcounter{chapter}%
  2161.   \fi
  2162.   \stepcounter{contribution}%
  2163.   \immediate\write\@auxout{\string\immediate\string\closeout\string\minitoc}%
  2164.   \immediate\write\@auxout{\let\MiniTOC=N}%
  2165. % try to be hyperref-compatible
  2166.   \csname phantomsection\endcsname
  2167.   \begingroup
  2168.     \parindent=\z@
  2169. %%%%%%%%%    \renewcommand\thefootnote{\@fnsymbol\c@footnote}%
  2170. %
  2171.     \renewcommand\thefootnote{\@fnsymbol\c@footnote}%
  2172.     \def\@makefnmark{$^{\@thefnmark}$}%
  2173.     \renewcommand\@makefntext[1]{%
  2174.     \noindent
  2175.     \hb@xt@\bibindent{\hss\@makefnmark\enspace}##1\vrule height0pt
  2176.    width0pt depth8pt}
  2177. %
  2178.     \if@twocolumn
  2179.       \ifnum \col@number=\@ne
  2180.         \@maketitle
  2181.       \else
  2182.         \twocolumn[\@maketitle]%
  2183.       \fi
  2184.     \else
  2185.       \newpage
  2186.       \global\@topnum\z@   % Prevents figures from going at top of page.
  2187.       \@maketitle
  2188.     \fi
  2189.     \@ifundefined{thispagecropped}{}{\thispagecropped}
  2190.    \thispagestyle{bchap}\@thanks
  2191. %
  2192.     \def\\{\unskip\ \ignorespaces}\def\inst##1{\unskip{}}%
  2193.     \def\thanks##1{\unskip{}}\def\fnmsep{\unskip}%
  2194.     \instindent=\hsize
  2195.     \advance\instindent by-\headlineindent
  2196.     \if@numart % keine Nummer
  2197.         \if!\the\toctitle!\addcontentsline{toc}{title}{\@title}\else
  2198.        \addcontentsline{toc}{title}{\the\toctitle}\fi
  2199.    \else
  2200.        \if!\the\toctitle!\addcontentsline{toc}{titlech}{\protect\numberline{\thechapter\thechapterend}\@title}\else
  2201.        \addcontentsline{toc}{titlech}{\protect\numberline{\thechapter\thechapterend}\the\toctitle}\fi
  2202.    \fi
  2203.    \if@runhead
  2204.       \if!\the\titlerunning!\else
  2205.         \edef\@title{\the\titlerunning}%
  2206.        \fi
  2207.        \global\setbox\titrun=\hbox{\small\rm\unboldmath\if@numart\else
  2208.                                   \@seccntformat{chapter}\fi
  2209.                                   \ignorespaces\@title}%
  2210.        \ifdim\wd\titrun>\instindent
  2211.           \typeout{Title too long for running head. Please supply}%
  2212.           \typeout{a shorter form with \string\titlerunning\space prior to
  2213.                   \string\maketitle}%
  2214.           \global\setbox\titrun=\hbox{\small\rm
  2215.          Title Suppressed Due to Excessive Length}%
  2216.        \fi
  2217.        \xdef\@title{\copy\titrun}%
  2218.     \fi
  2219. %
  2220.     \if!\the\tocauthor!\relax
  2221.       {\def\and{\noexpand\protect\noexpand\and}%
  2222.       \protected@xdef\toc@uthor{\@author}}%
  2223.     \else
  2224.       \def\\{\noexpand\protect\noexpand\newline}%
  2225.       \protected@xdef\scratch{\the\tocauthor}%
  2226.       \protected@xdef\toc@uthor{\scratch}%
  2227.     \fi
  2228.     \addtocontents{toc}{\noexpand\protect\noexpand\authcount{\the\c@auco}}%
  2229.     \if@numart
  2230.        \addcontentsline{toc}{author}{\toc@uthor}%
  2231.     \else
  2232.        \addcontentsline{toc}{authorch}{\toc@uthor}%
  2233.     \fi
  2234.     \if@runhead
  2235.        \if!\the\authorrunning!
  2236.          \value{@inst}=\value{@auth}%
  2237.          \setcounter{@auth}{1}%
  2238.        \else
  2239.          \edef\@author{\the\authorrunning}%
  2240.        \fi
  2241.        \global\setbox\authrun=\hbox{\small\unboldmath\@author\unskip}%
  2242.        \ifdim\wd\authrun>\instindent
  2243.           \typeout{Names of authors too long for running head. Please supply}%
  2244.           \typeout{a shorter form with \string\authorrunning\space prior to
  2245.                   \string\maketitle}%
  2246.           \global\setbox\authrun=\hbox{\small\rm
  2247.          Authors Suppressed Due to Excessive Length}%
  2248.        \fi
  2249.        \xdef\scratch{\copy\authrun}%
  2250.        \markboth{\scratch}{\@title}%
  2251.      \fi
  2252.   \endgroup
  2253. % \setcounter{footnote}{0}% footnote starts at (\inst+1)
  2254.   \@afterindentfalse\@afterheading
  2255.   \clearheadinfo}
  2256. %
  2257. \def\@guidemaketitle{\newpage
  2258. \markboth{}{}%
  2259.  \def\lastand{\ifnum\value{@inst}=2\relax
  2260.                 \unskip{} \andname\
  2261.              \else
  2262.                 \unskip \lastandname\
  2263.              \fi}%
  2264.  \def\and{\stepcounter{@auth}\relax
  2265.          \ifnum\value{@auth}=\value{@inst}%
  2266.              \lastand
  2267.           \else
  2268.              \unskip,
  2269.           \fi}%
  2270.   \raggedright
  2271.  {\chapnumsize
  2272. %  \chapnumstyle
  2273.   \pretolerance=10000
  2274.   \let\\=\newline
  2275. % \@hangfrom{\@svsec}%
  2276. %%%  \@svsec
  2277.   \raggedright
  2278.   \hyphenpenalty \@M
  2279.   \interlinepenalty \@M
  2280.   \if@numart
  2281.      \chap@hangfrom{}%!!!
  2282.   \else
  2283. %     \chap@hangfrom{\thechapter\thechapterend\hskip\betweenumberspace}%!!!
  2284.   \fi
  2285.   \ignorespaces
  2286.   \chapsize
  2287. %  \chapstyle
  2288.   \@title \par}\vskip .8cm
  2289. \if!\@subtitle!\else {\chapnumsize\chapnumstyle
  2290.  \vskip -.65cm
  2291.  \pretolerance=10000
  2292.  \@subtitle \par}\vskip .8cm\fi
  2293. \setbox0=\vbox{\setcounter{@auth}{1}\def\and{\stepcounter{@auth}}%
  2294.  \def\thanks##1{}\@author}%
  2295.  \global\value{@inst}=\value{@auth}%
  2296.  \global\value{auco}=\value{@auth}%
  2297.  \setcounter{@auth}{1}%
  2298. {\lineskip .5em
  2299. \noindent\ignorespaces
  2300. \@author\vskip.35cm}
  2301.  \processmotto % {\small\institutename\par}
  2302.  \institutename
  2303.  \ifdim\pagetotal>157\p@
  2304.      \vskip 11\p@
  2305.  \else
  2306.      \@tempdima=168\p@\advance\@tempdima by-\pagetotal
  2307.      \vskip\@tempdima
  2308.  \fi
  2309. }%
  2310.  
  2311. \def\guidelinedefn{\let\title\guidetitle%
  2312. \let\maketitle\guidemaketitle%
  2313. \let\@maketitle\@guidemaketitle}%
  2314.  
  2315. \let\@ethics\@empty%
  2316. \def\ethicssubhead#1#2{\vskip9pt\noindent{\bf #1}\enspace#2}%
  2317. \def\ethics#1#2{\bgroup%\small
  2318. \parskip0pt\if!#1!\vskip-9pt\else\vspace*{11pt}\noindent{{\bf#1}}\enspace\nobreak\fi{\noindent #2\endgraf}%
  2319. \egroup}%
  2320.  
  2321. \makeatother
  2322.  
  2323. \endinput
  2324. %end of file svmono.cls
  2325.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement