summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/quote6.tex
blob: 1805ac10e78e2c1b84aeeb6e3a365814186d475d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%This command provides the text of the quote of David Hilbert
%on the page 9
%
%This command has one parameter:
%        1) The width of the text
\newcommand\TEightQuote[1]{%
    \parbox[t]{#1}{%
        \raggedright
        Aus dem Paradies, das Cantor uns geschaffen,
                            soll uns niemand vertreiben k\"onnen. 

        \begin{flushright}
        — David Hilbert
        \end{flushright}

        \textit{\small From the paradise, that Cantor created for us, no-one shall be able to expel us.}
   }
}