summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/T6Def.tex
blob: a705d6d418e66d81580f33b7a2cf252c2bc29d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%Basically the page 8 is divided in 2 horizontal
%zones and 2 columns.
%

\deflength{\ColOne}{\TSixColumnOne}
\deflength{\ColTwo}{\TableWidth - \ColOne -2\tabcolsep}

%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{&\\}