%Every files containing the text of the different part of the page
%is imported. Generally in each file a command is defined to
%typeset properly the text located in a specific part of the page
\input{calc.tex} %The command produced is \TSixCalculusOne
\input{pi.tex} %The command produced is \TSixPi
\input{partial.tex} %The command produced is \TSixPartialFrac
\input{quote3.tex} %The command produced is \TSixQuoteThree
%This command is to create Intertitle
%The command has one parameter:
% 1) The text of the title
\newcommand\TSixTitle[1]{%
\par\vspace{\TSixInterTitle}%
\noindent \IntertitleShape{#1}\par
}
%This command defines a blank line for the tabular
%used as the base of the page 10.
\newcommand\TSixEmptyLine{&\\}