Index: mttroot/mtt/bin/trans/mtt.sty ================================================================== --- mttroot/mtt/bin/trans/mtt.sty +++ mttroot/mtt/bin/trans/mtt.sty @@ -10,10 +10,15 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% 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 % %% % %% Revision 1.4 1998/07/01 17:34:43 peterg % %% No change @@ -44,11 +49,11 @@ %Fancy headings \usepackage{fancyheadings} %Fancy boxes -\usepackage{fancybox} +%\usepackage{fancybox} % Read in a verbatim file \newcommand{\txt}[2]{ \subsubsection*{#1} Index: mttroot/mtt/bin/trans/mtt_ps.sty ================================================================== --- mttroot/mtt/bin/trans/mtt_ps.sty +++ mttroot/mtt/bin/trans/mtt_ps.sty @@ -7,11 +7,11 @@ % Figure definition \newcommand{\fig}[4]{ \begin{figure}[htbp] \begin{center} - \shadowbox{ + \fbox{ \includegraphics[width=#3\linewidth]{#1.ps} } \caption{#4} \label{fig:#2} \end{center}