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: 04e907332b5ff1651cb415cfd6df669b8bb82e3b18e773486e54aa1a6f46df79
User & Date: gawthrop@users.sourceforge.net on 1999-07-25 23:46:36
Other Links: branch diff | manifest | tags
Context
1999-07-26
00:03:21
Initial revision check-in: 340072b52b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1999-07-25
23:46:36
Initial revision check-in: 04e907332b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
22:19:45
Fixed bug with false objects when compound objects present.
-- Reset object to 0 after processing text.
check-in: 86ec1b0792 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/lib/xfig/Basic/MAKE_COMPONENT version [7f7f09d195].



























>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
## Makes a new component

if [ -z "$2" ]; then
  label=$1
else
  label=$2    
fi

echo Making new component $1 with label $label

sed "s/TEXT/$1:$label/" <template.txt >$1.fig

Added mttroot/mtt/lib/xfig/Basic/MAKE_COMPONENTS version [fb6860ee2b].







































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
## Makes all components

./MAKE R r_1
./MAKE C c_1
./MAKE I i_1

./MAKE SS ss_1
./MAKE Se se_1
./MAKE Sf sf_1
./MAKE De de_1
./MAKE Df df_1

./MAKE TF gy_1
./MAKE GY gy_1

./MAKE EMTF emtf_1

./MAKE Subsystem sub_1

Added mttroot/mtt/lib/xfig/Basic/template.txt version [908269e7b7].





















>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
#FIG 3.2
Portrait
Center
Metric
A4      
100.00
Single
-2
1200 2
4 1 0 100 0 18 20 0.0000 4 285 765 900 765 TEXT\001


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