summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/T9Def.tex
blob: a055925a8a8f3935c89098e7c45c2cf40e333df2 (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 9 is divided in 2 horizontal
%zones and 2 columns.
%


%Fix the dimentions of the 3 columns of this page
\deflength{\ColOne}{\TNineColOne}
\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{series1.tex} %The command produced: is \TNineSeriesOne 
\input{series3.tex} %The command produced: is \TNineSeriesThree 
\input{quote2.tex} %TeX command produced: \TNineQuote

%This command is to create Intertitle
%The command has one parameter:
%   1) The text of the title
\newcommand\TNineTitle[1]{%
    \noindent \IntertitleShape{#1}%
}

%This command defines a blank line for the tabular
%used as the base of the page 10.
\newcommand\TNineEmptyLine{&\\}