Difference for doc/jmv_macros.tex from version 1.3 to 1.4

version 1.3version 1.4
Line 11
Line 11
 % %
 %       $RCSfile: jmv_macros.tex,v $ %       $RCSfile: jmv_macros.tex,v $
 %       $Author: mbach $        $Locker:  $                $State: Exp $ %       $Author: mbach $        $Locker:  $                $State: Exp $
 %       $Revision: 1.3 $      $Date: 2002/10/28 21:35:12 $ %       $Revision: 1.4 $      $Date: 2002/10/28 23:32:27 $
 % %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % DESCRIPTION: % DESCRIPTION:
Line 72
Line 72
   \begin{figure}[p]   \begin{figure}[p]
     \begin{center}     \begin{center}
         \resizebox{3in}{!}{\includegraphics{pictures/#1}}         \resizebox{3in}{!}{\includegraphics{pictures/#1}}
  %        \scalebox{0.625}{\includegraphics{pictures/#1}}
      \end{center}
      \caption{#2}
      \label{#3}
  %    \htmlimage{scale=1.6}
    \end{figure}
  }
  
  %
  % New pdflatex-friendly version
  % For varying sizes
  %
  \newcommand{\myfiguresize}[4]{
    \begin{figure}[htb]
      \begin{center}
          \resizebox{#4}{!}{\includegraphics{pictures/#1}}
 %        \scalebox{0.625}{\includegraphics{pictures/#1}} %        \scalebox{0.625}{\includegraphics{pictures/#1}}
     \end{center}     \end{center}
     \caption{#2}     \caption{#2}


Legend:
Removed in v.1.3 
changed lines
 Added in v.1.4



Made by using version 1.65 of cvs2html