blob: 7a9fa039d8e4390dd47757a3ff6db9e106023d36 (
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
|
\input{Models/model-common}
\def\bodylayoutlist{%
% ---------------------------------------------------------
% moves the right margin to the left (text and title rules)
% ---------------------------------------------------------
&MainBodyPageBegin&:<0.96>,
% ---------------------------------------------------------
% the 2 directives below are just used as a trick to do the
% same thing for the left margin (it is moved to the right)
% ---------------------------------------------------------
|SubBodyPageBegin|,
|SubBodyPageEnd|,
% -----------------------------------------
% left page (0.48 of textwidth)
% -----------------------------------------
|SubBodyPageBegin|:<0.48>,
contents_partA@:<precmd:vspace=10pt:sectionnumber=1>,
contents_partB@:<precmd:vspace=10pt:sectionnumber=2>,
contents_partC@:<precmd:vspace=10pt:sectionnumber=3>,
|SubBodyPageEnd|:<postcmd:hfill>,
% -----------------------------------------
% right page (0.48 of textwidth)
% -----------------------------------------
|SubBodyPageBegin|:<0.48>,
contents_partA@:<precmd:vspace=10pt:sectionnumber=4>,
contents_partB@:<precmd:vspace=10pt:sectionnumber=5>,
|SubBodyPageEnd|,
% -----------------------------------------
&MainBodyPageEnd&%
}
|