10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
+
+
+
|
# Copyright (c) P.J.Gawthrop, 1996.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.6 2003/08/19 15:40:25 gawthrop
## Fix _ prob in section headers.
##
## Revision 1.5 2003/08/19 13:10:47 gawthrop
## More arg stuff
##
## Revision 1.4 2002/05/09 16:07:54 gawthrop
## Now handles multiple options whis .tex files as well
##
## Revision 1.3 2002/05/01 14:07:05 gawthrop
|
242
243
244
245
246
247
248
249
250
251
|
245
246
247
248
249
250
251
252
253
254
|
-
+
|
Label = sprintf("%s", SysRepLangArgs);
Caption = sprintf("System \\textbf{%s}, representation %s (%s)", System, Representation, __Args);
printf("\\fig{%s}\n {%s}\n {0.9}\n {%s}\n",FileName,Label,Caption);
}
}
END {
}' mtt_switches="${mtt_switches}" system=$1 Directory=$directory PWD=`pwd` > $1_rep.tex
}' mtt_switches="${mtt_switches}" System=$1 Directory=$directory PWD=`pwd` > $1_rep.tex
fi
|