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: |
408b6cfe771b8ae610f541b4d238b970 |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-01 14:15:31 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-01
| ||
14:18:44 |
-partition now partially works up to cse.m but need to think about indexing, struc files etc for subsystems. check-in: 07b57fa129 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:15:31 | Initial revision check-in: 408b6cfe77 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:15:16 | Removed hyperref stuff to mtt_pdf.sty check-in: 0656a1f6cb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/mtt_pdf.sty version [9e3fc0e565].
> > > > > > > > > > > > > > > > > > > > > > > > > | 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 | %% Style file for postscript document \usepackage{mtt} % Common stuff % Figure definition \newcommand{\fig}[4]{ \begin{figure}[htbp] \begin{center} \fbox{ \pdfimage width #3\linewidth {#1.pdf} %\includegraphics[width=#3\linewidth]{#1.ps} } \caption{#4} \label{fig:#2} \end{center} \end{figure} } % Hyper stuff \usepackage[implicit=true, bookmarks=true, pdfauthor={MTT}, pdftitle={MTT report}, pdfsubject={MTT}, pdfkeywords={MTT, bond graphs}]{hyperref} |