summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/T5Def.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/mathtrip/src/T5Def.tex')
-rw-r--r--info/mathtrip/src/T5Def.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/info/mathtrip/src/T5Def.tex b/info/mathtrip/src/T5Def.tex
new file mode 100644
index 0000000000..ec57c73306
--- /dev/null
+++ b/info/mathtrip/src/T5Def.tex
@@ -0,0 +1,31 @@
+%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}{\TFiveColOne}
+\deflength{\ColTwo}{\TFiveColTwo}
+\deflength{\ColThree}{\TableWidth - \ColOne - \ColTwo -4\tabcolsep}
+
+\input{number.tex} %The command produced is \TFiveNumberTheory
+\input{graph.tex} %The command produced is \TFiveGrapheOne
+\input{geom.tex} %The command produced is \TFiveGeometry
+\input{quote1.tex} %The command produced is \TFiveQuote
+
+%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\TFiveTitle[2][\DoNothing]{%
+ \ifdefempty{#1}{\AdjustSpace{\TFiveInterTitle}}{}%
+ \noindent \IntertitleShape{#2}%
+ \par
+}
+
+%This command defines a blank line for the tabular
+%used as the base of the page 10.
+\newcommand\TFiveEmptyLine{&&\\}
+