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.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
|
>
>
>
|
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
% Copyright (c) P.J.Gawthrop, 1997.
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.7 2000/11/28 18:28:29 peterg
% %% Removed fancy box - messes up TOC
% %%
% %% 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
|
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
\newcommand{\Input}[1]{
\input{#1}
}
% Page refs as well.
\newcommand{\Ref}[1]{\ref{#1} (on page \pageref{#1})}
% Hyper stuff
\usepackage[implicit=true,
bookmarks=true,
pdfauthor={MTT},
pdftitle={MTT report},
pdfsubject={MTT},
pdfkeywords={MTT, bond graphs}]{hyperref}
|
<
<
<
<
<
<
<
<
|
67
68
69
70
71
72
73
|
\newcommand{\Input}[1]{
\input{#1}
}
% Page refs as well.
\newcommand{\Ref}[1]{\ref{#1} (on page \pageref{#1})}
|