|
|
1.1 root 1: % LaTeX customizations for the ISODE User's Manual
2:
3: \makeatletter
4:
5: \def\preface{\chapter*{Preface\@mkboth{PREFACE}{PREFACE}}}
6:
7: \let\l@@part=\l@part %%% l@part doesn't quite prevent
8: \let\l@@chapter=\l@chapter %%% breaks correctly
9: \def\l@part#1#2{\l@@part{#1}{#2} \let\l@chapter=\l@@@chapter}
10: \def\l@@@chapter#1#2{%
11: \vskip 1.0em plus 1pt
12: \nobreak
13: \begingroup
14: \@tempdima 1.5em
15: \parindent \z@ \rightskip \@pnumwidth
16: \parfillskip -\@pnumwidth
17: \bf
18: \leavevmode
19: #1\hfil \hbox to\@pnumwidth{\hss #2}\par
20: \endgroup
21: \let\l@chapter=\l@@chapter
22: }
23:
24: \def\volone/{{\em Volume One}}
25: \def\voltwo/{{\em Volume Two}}
26: \def\volthree/{{\em Volume Three}}
27: \def\volfour/{{\em Volume Four}}
28: \def\volfive/{{\em Volume Five}}
29:
30: \ifcase\volnum
31: \or %%% volume 1
32: \def\readauxfiles{%
33: \makeatletter
34: \@input{psap2.aux}
35: \@input{ssap.aux}
36: \@input{tsap.aux}
37: \@input{services.aux}
38: \@input{tailoring.aux}
39: \@input{logging.aux}
40: \@input{q-dsa.aux}
41: \@input{q-appendix-b.aux}
42: \makeatother
43: }
44: \or %%% volume 2
45: \def\readauxfiles{%
46: \makeatletter
47: \@input{acsap.aux}
48: \@input{rosap.aux}
49: \@input{rtsap.aux}
50: \@input{psap.aux}
51: \@input{entities.aux}
52: \@input{defining.aux}
53: \@input{appendix2.aux}
54: \@input{pepy.aux}
55: \makeatother
56: }
57: \or %%% volume 3
58: \def\readauxfiles{%
59: \makeatletter
60: \@input{acsap.aux}
61: \@input{psap.aux}
62: \@input{psap2.aux}
63: \@input{tsap.aux}
64: \@input{logging.aux}
65: \makeatother
66: }
67: \or %%% volume 4
68: \def\readauxfiles{%
69: \makeatletter
70: \@input{acsap.aux}
71: \@input{rosap.aux}
72: \@input{psap.aux}
73: \@input{tsap.aux}
74: \@input{logging.aux}
75: \@input{defining.aux}
76: \makeatother
77: }
78: \or %%% volume 5
79: \def\readauxfiles{%
80: \makeatletter
81: \@input{acsap.aux}
82: \@input{tsap.aux}
83: \@input{logging.aux}
84: \@input{entities.aux}
85: \makeatother
86: }
87: \fi
88:
89: \makeatother
90:
91: \def\isodevrsn/{6.0} \def\isodeprevrsn/{6.0}
92: \def\tarplace/{\verb"isode/"}
93: \def\uktarfile/{\verb"<SRC>isode-6.tar"}
94: \def\PSfile/{\verb"isode-ps.tar.Z"}
95: \def\tarsize/{14MB}
96: \def\compressfile/{\verb"isode-6.tar.Z"}
97: \def\ukcompressfile/{\verb"<SRC>isode-6.tar.Z"}
98: \def\compressize/{4.5MB}
99: \def\PSsize/{7MB}
100: \def\compatvrsn/{6.0} \def\compatprevrsn/{6.0}
101: \def\tsapvrsn/{6.0} \def\tsaprevrsn/{6.0}
102: \def\ssapvrsn/{6.0} \def\ssaprevrsn/{6.0}
103: \def\psapvrsn/{6.0} \def\psaprevrsn/{6.0}
104: \def\psapXvrsn/{6.0} \def\psapXrevrsn/{6.0}
105: \def\pepyvrsn/{6.0} %%% \def\pepyprevrsn/{6.0}
106: \def\acsapvrsn/{6.0} \def\acsaprevrsn/{6.0}
107: \def\rtsapvrsn/{6.0} \def\rtsaprevrsn/{6.0}
108: \def\rosapvrsn/{6.0} \def\rosaprevrsn/{6.0}
109: \def\rosyvrsn/{6.0} \def\rosyprevrsn/{6.0}
110: \let\posyvrsn=\pepyvrsn \let\posyprevrsn=\pepyprevrsn
111: \def\ftamvrsn/{6.0} \def\ftamprevrsn/{6.0}
112:
113: \makeindex
114:
115: %%% LaTeX has its margins mixed up!
116: \newdimen\foosidemargin
117: \let\foosidemargin=\oddsidemargin
118: \let\oddsidemargin=\evensidemargin
119: \let\evensidemargin=\foosidemargin
120:
121: \pagestyle{headings}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.