Overview
| Comment: | Removed hyperref stuff to mtt_pdf.sty |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
84d2fe4aa3a8560e5d92f840961d7b58 |
| User & Date: | gawthrop@users.sourceforge.net on 2000-12-01 14:15:16.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2000-12-01
| ||
| 14:15:31 | Initial revision check-in: 9384c87968 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 14:15:16 | Removed hyperref stuff to mtt_pdf.sty check-in: 84d2fe4aa3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
2000-11-30
| ||
| 18:42:16 | Sorted out for general use check-in: 62fb44de29 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt.sty
from [91e19549a5]
to [c827d4bd91].
| ︙ | ︙ | |||
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 |
\newcommand{\Input}[1]{
\input{#1}
}
% Page refs as well.
\newcommand{\Ref}[1]{\ref{#1} (on page \pageref{#1})}
| < < < < < < < < | 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})}
|