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

version 1.2version 1.3
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.2 $      $Date: 2002/06/26 18:20:30 $ %       $Revision: 1.3 $      $Date: 2002/10/28 21:35:12 $
 % %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % DESCRIPTION: % DESCRIPTION:
Line 64
Line 64
   \end{figure}   \end{figure}
 } }
  
  %
  % New pdflatex-friendly version
  % Used for a page of figures
  %
  \newcommand{\myfigurepage}[3]{
    \begin{figure}[p]
      \begin{center}
          \resizebox{3in}{!}{\includegraphics{pictures/#1}}
  %        \scalebox{0.625}{\includegraphics{pictures/#1}}
      \end{center}
      \caption{#2}
      \label{#3}
  %    \htmlimage{scale=1.6}
    \end{figure}
  }
  
 \newcommand{\myhackfigure}[3]{ \newcommand{\myhackfigure}[3]{
   \begin{figure}[htb]   \begin{figure}[htb]


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



Made by using version 1.65 of cvs2html