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