summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/quote6.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-02 03:04:14 +0000
committerNorbert Preining <norbert@preining.info>2022-10-02 03:04:14 +0000
commit097f244236b682cc77c6ecf25be4150091d8daf9 (patch)
tree26998e72d2b56a87033d9fb72923258fc93ebe53 /info/mathtrip/src/quote6.tex
parent4043e29dc8ac56047ac45f872a2ea1f3031b6b05 (diff)
CTAN sync 202210020304
Diffstat (limited to 'info/mathtrip/src/quote6.tex')
-rw-r--r--info/mathtrip/src/quote6.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/info/mathtrip/src/quote6.tex b/info/mathtrip/src/quote6.tex
new file mode 100644
index 0000000000..1805ac10e7
--- /dev/null
+++ b/info/mathtrip/src/quote6.tex
@@ -0,0 +1,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.}
+ }
+}