Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 08f004d9a0b8bc64db754c7f76881f93965418d0d1593b155124df0ebe3701ba
User & Date: gawthrop@users.sourceforge.net on 1997-05-19 16:48:10
Other Links: branch diff | manifest | tags
Context
1997-05-21
09:19:27
Initial revision check-in: ac11ab2ec6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-05-19
16:48:10
Initial revision check-in: 08f004d9a0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:45:56
Fixed ISW bug -- deleted spurious ISW_eqn.m file check-in: c4196a2fcf user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/mtt.sty version [64cf035adc].































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
%
%     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
%     %%%%% 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$
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%Verbatim file input
\usepackage{verbatim}
\usepackage{moreverb}

%Long tables
\usepackage{supertabular}

%AMS maths
  \usepackage{amsmath}

%Fancy headings
  \usepackage{fancyheadings}

%Fancy boxes
\usepackage{fancybox}

%Citations package 
%\usepackage{chicago}

%Postscript figures 
\usepackage{epsfig}

% Figure definition
 \newcommand{\fig}[3]{
        \begin{figure}[htbp]
          \centerline{
             \shadowbox{
                \epsfig{file=#2.ps,width=#1\textwidth}
              }
            }
            \caption{#3}
            \label{#2}
       \end{figure}
       }

% Rotated figure definition
 \newcommand{\rfig}[3]{
        \begin{figure}[htbp]
          \centerline{
            \epsfig{file=#2.ps,width=#1\textheight,angle=90}
                 }
            \caption{#3}
            \label{#2}
       \end{figure}
       }

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



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