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: |
0aef7b3db348590e37d2abbde38b9555 |
User & Date: | gawthrop@users.sourceforge.net on 2000-11-24 15:30:32 |
Other Links: | branch diff | manifest | tags |
Context
2000-11-27
| ||
10:13:25 | Now passes though options as second argument check-in: a5e5ec3ee7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-11-24
| ||
15:30:32 | Initial revision check-in: 0aef7b3db3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
15:11:50 | -pdf switch for simple displays check-in: 5364e8b523 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/mtt_ps.sty version [940f3c9e78].
> > > > > > > > > > > > > > > > > > > | 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{ \includegraphics[width=#3\linewidth]{#1.ps} } \caption{#4} \label{fig:#2} \end{center} \end{figure} } |