Overview
| Comment: | Removed fancy box - messes up TOC |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f0662ebf401697ab1f6e165761a46ac2 |
| User & Date: | gawthrop@users.sourceforge.net on 2000-11-28 18:28:29.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2000-11-29
| ||
| 20:48:53 | Zapped unnecessary Npar creation check-in: 98011b6932 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
2000-11-28
| ||
| 18:28:29 | Removed fancy box - messes up TOC check-in: f0662ebf40 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: f488417b8d 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 | 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
|
| ︙ |
Modified mttroot/mtt/bin/trans/mtt_ps.sty
from [940f3c9e78]
to [b4ff449d16].
1 2 3 4 5 6 7 8 9 10 11 | 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}
|