%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %%%%% Model Transformation Tools %%%%%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% mtt.sty -- LaTeX style file for MTT
% P.J.Gawthrop May 1997
% Copyright (c) P.J.Gawthrop, 1997.
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.10 2005/03/15 13:36:17 gawthrop
% %% Pretty abg figure in reports.
% %%
% %% Revision 1.9 2003/05/08 18:43:02 gawthrop
% %% Generate pdf from ps (using hyperref package for links etc)
% %%
% %% Revision 1.8 2000/12/01 14:15:16 peterg
% %% Removed hyperref stuff to mtt_pdf.sty
% %%
% %% Revision 1.7 2000/11/28 18:28:29 peterg
% %% Removed fancy box - messes up TOC
% %%
% %% Revision 1.6 2000/11/28 18:09:06 peterg
% %% Tidied up:
% %% added hyperef
% %% put fig stuff into mtt_ps.sty and mtt_pdf.sty
% %%
% %% Revision 1.5 1998/11/23 10:45:49 peterg
% %% Reinstated supertabular
% %%
% %% Revision 1.4 1998/07/01 17:34:43 peterg
% %% No change
% %%
% %% Revision 1.3 1997/12/06 16:22:10 peterg
% %% Added another argument - the label.
% %%
% %% Revision 1.2 1997/12/06 15:51:06 peterg
% %% Cahged order of fig args to put file first.
% %%
% %% Revision 1.1 1997/05/19 16:48:10 peterg
% %% Initial revision
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Font
\usepackage{times}
\usepackage{mathptm}
%Verbatim file input
\usepackage{verbatim}
\usepackage{moreverb}
%Long tables
\usepackage{supertabular}
%AMS maths
\usepackage{amsmath}
%Fancy headings
%\usepackage{fancyheadings}
\usepackage{fancyhdr}
%Fancy boxes
%\usepackage{fancybox}
% Read in a verbatim file
\newcommand{\txt}[2]{
\subsubsection*{#1}
\verbatimtabinput{#2}
}
% Read in a LaTeX file
\newcommand{\Input}[1]{
\input{#1}
}
% Page refs as well.
\newcommand{\Ref}[1]{\ref{#1} (on page \pageref{#1})}
%% Latex in figures etc
\newcommand{\B}[1]{\text{\sffamily\textbf{#1}}}
\newcommand{\BB}[2]{$\B{#1}$:$\mathbf{#2}$}