8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% Copyright (c) P.J.Gawthrop, 1997.
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.5 1998/11/23 10:45:49 peterg
% %% Reinstated supertabular
% %%
% %% Revision 1.4 1998/07/01 17:34:43 peterg
% %% No change
% %%
% %% Revision 1.3 1997/12/06 16:22:10 peterg
|
>
>
>
>
>
|
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
% Copyright (c) P.J.Gawthrop, 1997.
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.6 2000/11/28 18:09:06 peterg
% %% Tidied up:
% %% added hyperef
% %% put fig stuff into mtt_ps.sty and mtt_pdf.sty
% %%
% %% Revision 1.5 1998/11/23 10:45:49 peterg
% %% Reinstated supertabular
% %%
% %% Revision 1.4 1998/07/01 17:34:43 peterg
% %% No change
% %%
% %% Revision 1.3 1997/12/06 16:22:10 peterg
|
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
%AMS maths
\usepackage{amsmath}
%Fancy headings
\usepackage{fancyheadings}
%Fancy boxes
\usepackage{fancybox}
% Read in a verbatim file
\newcommand{\txt}[2]{
\subsubsection*{#1}
\verbatimtabinput{#2}
}
|
|
|
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
%AMS maths
\usepackage{amsmath}
%Fancy headings
\usepackage{fancyheadings}
%Fancy boxes
%\usepackage{fancybox}
% Read in a verbatim file
\newcommand{\txt}[2]{
\subsubsection*{#1}
\verbatimtabinput{#2}
}
|