From 097f244236b682cc77c6ecf25be4150091d8daf9 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 2 Oct 2022 03:04:14 +0000 Subject: CTAN sync 202210020304 --- info/mathtrip/src/T10Def.tex | 49 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 info/mathtrip/src/T10Def.tex (limited to 'info/mathtrip/src/T10Def.tex') diff --git a/info/mathtrip/src/T10Def.tex b/info/mathtrip/src/T10Def.tex new file mode 100644 index 0000000000..3917e1c3c2 --- /dev/null +++ b/info/mathtrip/src/T10Def.tex @@ -0,0 +1,49 @@ +%Basically the page 10 is divided in 3 horizontal +%zones and 3 columns. +% +%The first horizontal zone is spread over the two first columns (merged together) +%and the third columnd. +%The second horizontal zone is spread over the first column and +%the two last columns (merged together) +%The third horizontal zone is spread over the three columns (without any merging +%of the columns) + + +%A new toggle is defined. When it is true, the image +%of the Escher's Knot (the same image as in the original TeX +%Document) is used otherwise the impossible brick of +%Escher is draw dynamically with TIKZ. +\newtoggle{OriginalImage} + +%Fix the dimentions of the 3 columns of this page +\deflength{\ColOne}{\TTenColOne} +\deflength{\ColTwo}{\TTenColTwo} +\deflength{\ColThree}{\TableWidth - \ColOne - \ColTwo -4\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{series2.tex} %The command produced: is \TTenSerieTwo +\input{EscherPage10.tex} %TeX command produced: \TTenDisplayImage +\input{series4.tex} %TeX command produced: \TTenSerieFour +\input{stieltjes.tex} %TeX command produced: \TTenStieltjes +\input{cramers.tex} %TeX command produced: \TTenCramer +\input{quote5.tex} %TeX command produced: \TTenQuote +\input{fib1.tex} %TeX command produced: \TTenFibonacci +\input{magic.tex} %TeX command produced: \TTenMagic + +%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\TTenTitle[2][\DoNothing]{% + \ifdefempty{#1}{\AdjustSpace{\TTenInterTitle}}{}% + \noindent \IntertitleShape{#2}% + \par +} + +%This command defines a blank line for the tabular +%used as the base of the page 10. +\newcommand\TTenEmptyLine{&&\\} + -- cgit v1.2.3