Overview
Comment:Tidied up.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 74bdfa05b1b4e376df13c69d5967439b68794235af299675b6e9658920bf3a89
User & Date: gawthrop@users.sourceforge.net on 1997-05-21 10:00:51.000
Other Links: branch diff | manifest | tags
Context
1997-05-21
10:09:19
Initial revision check-in: 25693e63c1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:00:51
Tidied up. check-in: 74bdfa05b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:19:27
Initial revision check-in: ac11ab2ec6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
11
12
13
14
15
16
17



18
19

20

21

22
23
24
25
26
27
28
29











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







+
+
+


+
-
+

+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
# Copyright (c) P.J.Gawthrop, 1997.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1  1997/05/21 09:19:27  peterg
## Initial revision
##
###############################################################

#Inform user
system=$1
echo Creating $1_desc.tex

echo "% Verbal description for system $1 ($1_desc.tex)"> $1_desc.tex
echo Creating $system'_desc.tex'
( \
  echo '%% Verbal description file for system '$1' ('$1'_desc.tex)' ;\
  echo 'The acausal bond graph of system \''textbf{'$system'} is' ;\
  echo 'displayed in Figure \''Ref{'$system'_abg} and its label' ;\
  echo 'file is listed in Section \''Ref{sec:'$system'_lbl}.' ;\
  echo 'The subsystems are listed in Section \''Ref{sec:'$system'_sub}.' ;\
	) > $system_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{$1_abg} and its label
   file is listed in Section \Ref{sec:$1_lbl}.
   The subsystems are listed in Section \Ref{sec:$1_sub}.
EOF

   

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