summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/quote1.tex
blob: 1da408417ae2e50dd82ff2f37ce1dc5972ecae66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}
   }
}