%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}
   }
}