summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/quote1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/mathtrip/src/quote1.tex')
-rw-r--r--info/mathtrip/src/quote1.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/info/mathtrip/src/quote1.tex b/info/mathtrip/src/quote1.tex
new file mode 100644
index 0000000000..1da408417a
--- /dev/null
+++ b/info/mathtrip/src/quote1.tex
@@ -0,0 +1,14 @@
+%This command provides the text of the quote used on page 5
+%
+%The command has one parameter:
+% 1)The width allowed for the text
+\newcommand\TFiveQuote[1]{%
+ \parbox[t]{#1}{%
+ If I have seen farther than others,
+ it is because I have stood on the shoulders of giants.
+
+ \begin{flushright}
+ — Issac Newton
+ \end{flushright}
+ }
+}