Overview
| Comment: | Added maximum height (18cm) to graphics boxes. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
39cdb8a541af99c949db2b42c4f3d861 |
| User & Date: | geraint@users.sourceforge.net on 2002-11-25 16:12:36.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2002-11-30
| ||
| 13:39:50 |
Split abg2lbl_fig2txt into two parts: abg2cmp_fig2txt cmp2lbl_txt and incorporated into mtt check-in: 3155072938 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
2002-11-25
| ||
| 16:12:36 | Added maximum height (18cm) to graphics boxes. check-in: 39cdb8a541 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2002-11-16
| ||
| 02:58:16 | Replaced fixed filename by the argument-generated version check-in: 8ae9b04b7f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_ps.sty
from [b4ff449d16]
to [79c662d271].
1 2 3 4 5 6 7 8 9 10 11 12 |
%% Style file for postscript document
\usepackage{mtt} % Common stuff
%Postscript figures
\usepackage{graphicx}
% Figure definition
\newcommand{\fig}[4]{
\begin{figure}[htbp]
\begin{center}
\fbox{
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
%% Style file for postscript document
\usepackage{mtt} % Common stuff
%Postscript figures
\usepackage{graphicx}
% Figure definition
\newcommand{\fig}[4]{
\begin{figure}[htbp]
\begin{center}
\fbox{
\includegraphics[width=#3\linewidth,height=18cm,keepaspectratio]{#1.ps}
}
\caption{#4}
\label{fig:#2}
\end{center}
\end{figure}
}
|