summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/T6Def.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/mathtrip/src/T6Def.tex')
-rw-r--r--info/mathtrip/src/T6Def.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/info/mathtrip/src/T6Def.tex b/info/mathtrip/src/T6Def.tex
new file mode 100644
index 0000000000..a705d6d418
--- /dev/null
+++ b/info/mathtrip/src/T6Def.tex
@@ -0,0 +1,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{&\\}
+