Overview
Comment:Added another argument - the label.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 65647807eb73dfb16af64a5f7206a1f71cf8cff82c75713295172804838d0e6e
User & Date: gawthrop@users.sourceforge.net on 1997-12-06 16:22:10
Other Links: branch diff | manifest | tags
Context
1997-12-06
18:54:53
Now tidies up after itself.
Major modifications to do a rep on a directory -- creates a book with
each example as a chapter.
check-in: ca59e34de8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:22:10
Added another argument - the label. check-in: 65647807eb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:51:06
Cahged order of fig args to put file first. check-in: 8b234c3323 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/mtt.sty from [b21f45656b] to [f261b0386e].

8
9
10
11
12
13
14



15
16
17
18
19
20
21
% Copyright (c) P.J.Gawthrop, 1997.

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$



% %% Revision 1.1  1997/05/19 16:48:10  peterg
% %% Initial revision
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%Verbatim file input







>
>
>







8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Copyright (c) P.J.Gawthrop, 1997.

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% 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
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%Verbatim file input
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
%Citations package 
%\usepackage{chicago}

%Postscript figures 
\usepackage{epsfig}

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

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

% Read in a verbatim file
\newcommand{\txt}[2]{
  \subsubsection*{#1}
  \verbatimtabinput{#2}







|



|


|
|




|


|

|
|







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
%Citations package 
%\usepackage{chicago}

%Postscript figures 
\usepackage{epsfig}

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

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

% Read in a verbatim file
\newcommand{\txt}[2]{
  \subsubsection*{#1}
  \verbatimtabinput{#2}


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