Overview
Comment:Added maximum height (18cm) to graphics boxes.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 593dd16450fa8c295a46ece378f6bb22c37d429592945eeb3050f9261ec40410
User & Date: geraint@users.sourceforge.net on 2002-11-25 16:12:36
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: 16eb02010d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2002-11-25
16:12:36
Added maximum height (18cm) to graphics boxes. check-in: 593dd16450 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: 8d21da1f09 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
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]{#1.ps}
        }
        \caption{#4}
      \label{fig:#2}
    \end{center}
  \end{figure}
  }












|






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}
  }


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]