summaryrefslogtreecommitdiff
path: root/info/mathtrip/src/T8Def.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/mathtrip/src/T8Def.tex')
-rw-r--r--info/mathtrip/src/T8Def.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/info/mathtrip/src/T8Def.tex b/info/mathtrip/src/T8Def.tex
new file mode 100644
index 0000000000..14dd7cf64b
--- /dev/null
+++ b/info/mathtrip/src/T8Def.tex
@@ -0,0 +1,27 @@
+%Basically the page 8 is divided in 2 horizontal
+%zones and 2 columns.
+%
+
+\deflength{\ColOne}{\TEightFirstColWidth}
+\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{calc3.tex} %The command produced: is \TEightCalculusThree
+\input{fact2.tex} %The command produced: is \TEightFactTwo
+\input{finite.tex} %The command produced: is \TEightFiniteCalculusA
+\input{quote6.tex} %The command produced: is \TEightQuote
+
+%This command is to create Intertitle
+%The command has one parameter:
+% 1) The text of the title
+\newcommand\TEightTitle[1]{%
+ \par\vspace{\TEightInterTitle}%
+ \noindent \IntertitleShape{#1}\par
+}
+
+%This command defines a blank line for the tabular
+%used as the base of the page 10.
+\newcommand\TEightEmptyLine{&\\}
+