Overview
Comment:Removed fancy box - messes up TOC
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 5eb037c0464a02117ee9697f975e9c7f82a9a0a6d6f2da25946fdeacc265b617
User & Date: gawthrop@users.sourceforge.net on 2000-11-28 18:28:29
Other Links: branch diff | manifest | tags
Context
2000-11-29
20:48:53
Zapped unnecessary Npar creation check-in: 24899d3241 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-11-28
18:28:29
Removed fancy box - messes up TOC check-in: 5eb037c046 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
18:09:06
Tidied up:
added hyperef
put fig stuff into mtt_ps.sty and mtt_pdf.sty
check-in: 6ed11eb4c0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/mtt.sty from [84e972000f] to [91e19549a5].

8
9
10
11
12
13
14





15
16
17
18
19
20
21
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+
+
+
+







% Copyright (c) P.J.Gawthrop, 1997.

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% 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
42
43
44
45
46
47
48
49

50
51
52
53
54
55
56
47
48
49
50
51
52
53

54
55
56
57
58
59
60
61







-
+







%AMS maths
  \usepackage{amsmath}

%Fancy headings
  \usepackage{fancyheadings}

%Fancy boxes
\usepackage{fancybox}
%\usepackage{fancybox}


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

Modified mttroot/mtt/bin/trans/mtt_ps.sty from [940f3c9e78] to [b4ff449d16].

1
2
3
4
5
6
7
8
9
10
11
12

13
14
15
16
17
18
19
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}
      \shadowbox{
      \fbox{
        \includegraphics[width=#3\linewidth]{#1.ps}
        }
        \caption{#4}
      \label{fig:#2}
    \end{center}
  \end{figure}
  }


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