Overview
Comment:No alpha sort added.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: a0d28fdb763a580f5ee54f2e5aadeac93229ff4165049ca945a197ce2626d8ff
User & Date: gawthrop@users.sourceforge.net on 2013-07-19 06:54:16
Other Links: branch diff | manifest | tags
Context
2013-07-21
23:03:40
Comment out conflicts - hope I got this right! check-in: f371e76d10 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2013-07-19
06:54:16
No alpha sort added. check-in: a0d28fdb76 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
05:40:26
Added -nas (No alphabetic sort) switch in help options check-in: 0a6bc1fe63 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/rbg_fig2m from [9fe823eb42] to [fe3a6b77ac].

11
12
13
14
15
16
17



18
19
20
21
22
23
24
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27







+
+
+







# Copyright (c) P.J.Gawthrop, 1996.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.14  2005/08/05 15:35:17  gawthrop
## Fixed _ in ports
##
## Revision 1.13  2005/03/15 15:03:55  gawthrop
## Now works for Hierarchical systems
##
## Revision 1.12  2005/03/15 12:49:28  gawthrop
## Handle descriptive (inc maths) text as well
##
## Revision 1.11  2005/03/15 12:03:48  gawthrop
185
186
187
188
189
190
191
192

193
194
195
196
197
198
199
188
189
190
191
192
193
194

195
196
197
198
199
200
201
202







-
+








# The following horrible sed thing is to replace tab by ----
# this is because I can't get sed to recognise tabs even if FS=" ".
echo "" > $1_abg.mtt3
sed 's/	/---- /'<$1_abg.mtt2 >> $1_abg.mtt3

# This is the main transformation using awk
cat $1_lbl.txt $1_abg.mtt3 |  gawk -f $MTTPATH/trans/awk/rbg_fig2m.awk $1
cat $1_lbl.txt $1_abg.mtt3 |  gawk -f $MTTPATH/trans/awk/rbg_fig2m.awk $1 no_alpha_sort=$2

rm -f $1_abg.mtt

#Create the stripped abg file
cat $1_head.fig $1_bnd.fig $1_cmp.fig> $1_sabg.fig

#Create the latexed abg file


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