Differences From Artifact [79c662d271]:
- Executable file mttroot/mtt/bin/trans/mtt_ps.sty — part of check-in [593dd16450] at 2002-11-25 16:12:36 on branch origin/master — Added maximum height (18cm) to graphics boxes. (user: geraint@users.sourceforge.net, size: 381) [annotate] [blame] [check-ins using] [more...]
To Artifact [310acee4ec]:
- Executable file mttroot/mtt/bin/trans/mtt_ps.sty — part of check-in [d2aa5b8490] at 2003-05-08 18:43:09 on branch origin/master — Generate pdf from ps (using hyperref package for links etc) (user: gawthrop@users.sourceforge.net, size: 426) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
13 14 15 16 17 18 19 |
\includegraphics[width=#3\linewidth,height=18cm,keepaspectratio]{#1.ps}
}
\caption{#4}
\label{fig:#2}
\end{center}
\end{figure}
}
| > > > > | 13 14 15 16 17 18 19 20 21 22 23 |
\includegraphics[width=#3\linewidth,height=18cm,keepaspectratio]{#1.ps}
}
\caption{#4}
\label{fig:#2}
\end{center}
\end{figure}
}
% Hyper stuff
\usepackage[dvips]{hyperref}
|