summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/T4Def.tex
blob: fc94f4d755ee3389878cffa5a3d039d44cb535c6 (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
28
29
30
31
32
33
34
%Basically the page 5 is divided in 3 horizontal
%zones and 3 columns.
%
%The first column goes over all the zone, the second is splitted
%over 2 zones and the third column is splitted over 3 zones.

%Fix the dimentions of the 3 columns of this page
\deflength{\ColOne}{\TFourColOne}
\deflength{\ColTwo}{\TFourColTwo}
\deflength{\ColThree}{\TableWidth - \ColOne - \ColTwo -4\tabcolsep}

\input{trig1.tex} %The command produced is \TFourTrigOne
\input{matrix.tex} %The command produced is \TFourMatrix
\input{hyper.tex} %The command produced is \TFourHyperbolic
\input{table.tex} %The command produced is \TFourTrigTable
\input{quote4.tex} %The command produced is \TFourQuoteOne
\input{trig2.tex} %The command produced is \TFourTrigTwo
\input{version.tex} %The command produced is \TFourVersion

%This command is to create Intertitle
%The command has two parameters:
%   1) Anything which expand to someting to avoid to put spacing
%      command before the title. This parameter is optionnal.
%   2) The text of the title
\newcommand\TFourTitle[2][\DoNothing]{%
    \ifdefempty{#1}{\AdjustSpace{\TFourInterTitle}}{}%
    \noindent \IntertitleShape{#2}%
    \par
}

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