summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/quote3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/mathtrip/src/quote3.tex')
-rw-r--r--info/mathtrip/src/quote3.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/info/mathtrip/src/quote3.tex b/info/mathtrip/src/quote3.tex
new file mode 100644
index 0000000000..4753c2a556
--- /dev/null
+++ b/info/mathtrip/src/quote3.tex
@@ -0,0 +1,17 @@
+%THis command provides the text of the quote in the third horizontal are of the
+%first column in the page 6
+%
+%The command has one parameter
+% 1) The width of the text
+\newcommand\TSixQuoteThree[1]{%
+ \parbox[t]{#1}{%
+ \TSixQuoteFontSize
+ The reasonable man adapts himself to the world;
+ the unreasonable persists in trying to adapt the world to himself.
+ Therefore all progress depends on the unreasonable.
+
+ \begin{flushright}
+ — George Bernard Shaw
+ \end{flushright}
+ }
+}