Overview
Comment: | Tidied up: added hyperef put fig stuff into mtt_ps.sty and mtt_pdf.sty |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6ed11eb4c08322e5c8d64b1636838cf9 |
User & Date: | gawthrop@users.sourceforge.net on 2000-11-28 18:09:06 |
Other Links: | branch diff | manifest | tags |
Context
2000-11-28
| ||
18:28:29 | Removed fancy box - messes up TOC check-in: 5eb037c046 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
18:09:06 |
Tidied up: added hyperef put fig stuff into mtt_ps.sty and mtt_pdf.sty check-in: 6ed11eb4c0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-11-27
| ||
18:16:18 | Initial revision check-in: 372736b7d0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt.sty from [9c1116b4f7] to [84e972000f].
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | % Copyright (c) P.J.Gawthrop, 1997. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.4 1998/07/01 17:34:43 peterg % %% No change % %% % %% Revision 1.3 1997/12/06 16:22:10 peterg % %% Added another argument - the label. % %% % %% Revision 1.2 1997/12/06 15:51:06 peterg % %% Cahged order of fig args to put file first. % %% % %% Revision 1.1 1997/05/19 16:48:10 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %Verbatim file input \usepackage{verbatim} \usepackage{moreverb} %Long tables \usepackage{supertabular} %AMS maths \usepackage{amsmath} %Fancy headings \usepackage{fancyheadings} %Fancy boxes \usepackage{fancybox} | > > > > > < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | > > > > > > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | % 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 % %% Added another argument - the label. % %% % %% Revision 1.2 1997/12/06 15:51:06 peterg % %% Cahged order of fig args to put file first. % %% % %% Revision 1.1 1997/05/19 16:48:10 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Font \usepackage{times} %Verbatim file input \usepackage{verbatim} \usepackage{moreverb} %Long tables \usepackage{supertabular} %AMS maths \usepackage{amsmath} %Fancy headings \usepackage{fancyheadings} %Fancy boxes \usepackage{fancybox} % Read in a verbatim file \newcommand{\txt}[2]{ \subsubsection*{#1} \verbatimtabinput{#2} } % Read in a LaTeX file \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} |