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.1 1997/05/19 16:48:10 peterg +% %% Initial revision +% %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %Verbatim file input \usepackage{verbatim} @@ -40,26 +43,26 @@ % Figure definition \newcommand{\fig}[3]{ \begin{figure}[htbp] \centerline{ \shadowbox{ - \epsfig{file=#2.ps,width=#1\textwidth} + \epsfig{file=#1.ps,width=#2\textwidth} } } \caption{#3} - \label{#2} + \label{#1} \end{figure} } % Rotated figure definition \newcommand{\rfig}[3]{ \begin{figure}[htbp] \centerline{ - \epsfig{file=#2.ps,width=#1\textheight,angle=90} + \epsfig{file=#1.ps,width=#2\textheight,angle=90} } \caption{#3} - \label{#2} + \label{#1} \end{figure} } % Read in a verbatim file \newcommand{\txt}[2]{