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.8 2000/12/01 14:15:16 peterg
% %% Removed hyperref stuff to mtt_pdf.sty
% %%
% %% 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
|
>
>
>
|
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.9 2003/05/08 18:43:02 gawthrop
% %% Generate pdf from ps (using hyperref package for links etc)
% %%
% %% Revision 1.8 2000/12/01 14:15:16 peterg
% %% Removed hyperref stuff to mtt_pdf.sty
% %%
% %% 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
|
71
72
73
74
75
76
77
|
\newcommand{\Input}[1]{
\input{#1}
}
% Page refs as well.
\newcommand{\Ref}[1]{\ref{#1} (on page \pageref{#1})}
|
>
>
>
>
|
74
75
76
77
78
79
80
81
82
83
84
|
\newcommand{\Input}[1]{
\input{#1}
}
% Page refs as well.
\newcommand{\Ref}[1]{\ref{#1} (on page \pageref{#1})}
%% Latex in figures etc
\newcommand{\B}[1]{\text{\sffamily\textbf{#1}}}
\newcommand{\BB}[2]{$\B{#1}$:$\mathbf{#2}$}
|