%This is the quotation on page 9
%The command has one parameter
%        1) The width usable to typeset the text
\newcommand\TNineQuote[1]{%
  \parbox[t]{#1}{%
     \noindent
     Die ganzen Zahlen hat der liebe Gott gemacht,
     alles andere ist Menschenwerk.

     \begin{flushright}
       — Leopold Kronecker
     \end{flushright}

     \noindent
     \emph{\small God made the natural numbers;
     all the rest is the work of man.}
  }
}