Overview
| Comment: | Label the figure correctely, |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c503cdd3205ffc75a6cc8a9785e9e8c6 |
| User & Date: | gawthrop@users.sourceforge.net on 1999-03-03 01:07:27.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1999-03-03
| ||
| 21:50:15 | Initial revision check-in: d92684f34e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 01:07:27 | Label the figure correctely, check-in: c503cdd320 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
1999-03-02
| ||
| 22:19:22 | Added switch rep check-in: f35b6032f2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/makedesc
from [2df74c906a]
to [57b7600dfe].
| ︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
# Copyright (c) P.J.Gawthrop, 1997.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2 1997/05/21 10:00:51 peterg
## Tidied up.
##
## Revision 1.1 1997/05/21 09:19:27 peterg
## Initial revision
##
###############################################################
#Inform user
echo Creating $1_desc.tex
echo '% -*-latex-*- Put EMACS into LaTeX-mode' > $1_desc.tex
echo "% Verbal description for system $1 ($1_desc.tex)" >> $1_desc.tex
echo "% Generated by MTT on" `date`. >> $1_desc.tex
cat $MTTPATH/trans/m/rcs_header.txt >> $1_desc.tex
cat<<EOF >> $1_desc.tex
The acausal bond graph of system \textbf{$1} is
| > > > | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# Copyright (c) P.J.Gawthrop, 1997.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3 1998/07/22 08:58:51 peterg
## Corrected spelling.
##
## Revision 1.2 1997/05/21 10:00:51 peterg
## Tidied up.
##
## Revision 1.1 1997/05/21 09:19:27 peterg
## Initial revision
##
###############################################################
#Inform user
echo Creating $1_desc.tex
echo '% -*-latex-*- Put EMACS into LaTeX-mode' > $1_desc.tex
echo "% Verbal description for system $1 ($1_desc.tex)" >> $1_desc.tex
echo "% Generated by MTT on" `date`. >> $1_desc.tex
cat $MTTPATH/trans/m/rcs_header.txt >> $1_desc.tex
cat<<EOF >> $1_desc.tex
The acausal bond graph of system \textbf{$1} is
displayed in Figure \Ref{fig:$1_abg.ps} and its label
file is listed in Section \Ref{sec:$1_lbl}.
The subsystems are listed in Section \Ref{sec:$1_sub}.
EOF
|