Index: mttroot/mtt/bin/trans/mtt.sty ================================================================== --- mttroot/mtt/bin/trans/mtt.sty +++ mttroot/mtt/bin/trans/mtt.sty @@ -10,10 +10,13 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% 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. @@ -24,10 +27,12 @@ % %% Revision 1.1 1997/05/19 16:48:10 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Font +\usepackage{times} %Verbatim file input \usepackage{verbatim} \usepackage{moreverb} @@ -41,39 +46,10 @@ \usepackage{fancyheadings} %Fancy boxes \usepackage{fancybox} -%Citations package -%\usepackage{chicago} - -%Postscript figures -\usepackage{epsfig} - -% Figure definition - \newcommand{\fig}[4]{ - \begin{figure}[htbp] - \centerline{ - \shadowbox{ - \epsfig{file=#1.ps,width=#3\textwidth} - } - } - \caption{#4} - \label{#2} - \end{figure} - } - -% Rotated figure definition - \newcommand{\rfig}[4]{ - \begin{figure}[htbp] - \centerline{ - \epsfig{file=#1.ps,width=#3\textheight,angle=90} - } - \caption{#4} - \label{#2} - \end{figure} - } % Read in a verbatim file \newcommand{\txt}[2]{ \subsubsection*{#1} \verbatimtabinput{#2} @@ -86,6 +62,12 @@ % 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}