summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/quote2.tex
blob: 8278e739f120e62b5890f2fb22b28d4bff9dd19c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%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.}
   }
}