Overview
Comment: | Put under RCS |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f928abb12e6103ead494e496b16ed422 |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-28 12:48:53.000 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-28
| ||
12:53:10 | *** empty log message *** check-in: 7c534b51f6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:48:53 | Put under RCS check-in: f928abb12e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:31:15 | *** empty log message *** check-in: 72f66b24e2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/abg2cr_m2txt version [8b839d7a30].
Added mttroot/mtt/bin/trans/cse2ode_r version [b0e0e060b2].
Added mttroot/mtt/bin/trans/cse2rfe_r version [5e4feb17e7].
Added mttroot/mtt/bin/trans/csm2sm_r version [f47703e67d].
Added mttroot/mtt/bin/trans/csm_r2m version [79de729926].
Added mttroot/mtt/bin/trans/csm_r2tex version [c5c521eb67].
Added mttroot/mtt/bin/trans/dat2gdat version [a62f4178a4].
Added mttroot/mtt/bin/trans/dat2sdat version [8c6cd455bb].
Added mttroot/mtt/bin/trans/dm_r2tex version [acd65c348e].
Modified mttroot/mtt/bin/trans/lbl2cr_txt2r
from [a6453bab2e]
to [52afa16970].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 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 | + + + - - + + | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.3 1996/11/03 21:11:44 peterg # Removed END; statement # ## Revision 1.2 1996/11/02 10:20:53 peterg ## Created from lbl2sympar ## ############################################################### # Inform user echo "Creating $1_cr.r" rm -f mtt_error #Write some file headers echo "%% constitutive relationship file ($1_cr.r)" > $1_cr.r echo "%% Generated by MTT at `date`" >> $1_cr.r |
Modified mttroot/mtt/bin/trans/lbl2sympar_txt2r
from [e36cd23682]
to [7f7d56852b].
︙ | |||
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.6 1996/12/07 19:39:51 peterg # Minor debugging. # ## Revision 1.5 1996/09/12 17:18:44 peter ## Don't add an RCS header .. ## ## Revision 1.4 1996/08/30 19:01:21 peter ## Added headers to sympar file. ## ## Revision 1.3 1996/08/30 10:18:33 peter |
︙ | |||
38 39 40 41 42 43 44 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | - + - + | rm -f mtt_error #Write some file headers echo "%% Symbolic parameter file ($1_sympar.r)" > $1_sympar.r echo "%% Generated by MTT at `date`" >> $1_sympar.r |
Modified mttroot/mtt/bin/trans/lbl_txt2tex
from [b15ec7c7b3]
to [633efeea32].
︙ | |||
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 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.9 2000/11/16 13:11:06 peterg ## Included PAR and UNITS declarations ## ## Revision 1.8 1999/02/17 21:42:19 peterg ## Replaced print by printf to avoid extra nl in paragraph command. ## ## Revision 1.7 1998/07/27 12:56:26 peterg ## Splits up | separated expressions. ## ## Revision 1.6 1998/07/27 10:56:31 peterg |
︙ | |||
121 122 123 124 125 126 127 | 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 | - + + + + + + + + + | } END{if (NR==0) print "\\item This component has no UNITs declarations" }' >> $1_lbl.tex cat <<EOF >> $1_lbl.tex \end{description} EOF |
Added mttroot/mtt/bin/trans/lde_r2tex version [d2cd6c0a98].
Modified mttroot/mtt/bin/trans/matlab_header
from [e8ca59587b]
to [f6f0a00194].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | + - + | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: matlab_header # Generic octave function header #Write some file headers |
︙ |
Modified mttroot/mtt/bin/trans/matlab_matrix.r
from [c0199f19b4]
to [d9d59df9cf].
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | + + + - + | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % $Id$ % % $Log$ % % Revision 1.1 1998/03/22 10:26:47 peterg % % Initial revision % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Load the general translator package LOAD GENTRAN; GENTRANLANG!* := 'FORTRAN; ON GENTRANSEG; |
︙ |
Modified mttroot/mtt/bin/trans/mtt_error
from [92fe21cdaa]
to [8a6269ba81].
︙ | |||
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.7 1998/03/06 17:14:09 peterg ## Cospetic change to message ## ## Revision 1.6 1998/03/05 10:17:41 peterg ## Cosmetic change ## ## Revision 1.5 1998/03/05 10:14:37 peterg ## Toned down the error warning message ## ## Revision 1.4 1998/02/26 10:21:51 peterg |
︙ | |||
38 39 40 41 42 43 44 | 41 42 43 44 45 46 47 48 49 50 51 52 53 | - + | error_file=$1; # Test for errors and print if any err_length=`wc -c <$error_file | awk '{print $1}'` if [ "$err_length" != "0" ] then echo "INFORMATION: An MTT transformation has generated the following messages" |
Modified mttroot/mtt/bin/trans/mtt_getsize
from [b103a18170]
to [ca21605aad].
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 45 | + + + + - + + + + + + + | #$Id$ while [ -n "`echo $1 | grep '^-'`" ]; do case $1 in -internal ) internal=yes; ;; -external ) external=yes; ;; *) echo "$1 is an invalid argument - ignoring"; exit ;; esac shift done if [ -n "$internal" ]; then name=MTT$2"[0-9]"; # echo $name |
︙ |
Modified mttroot/mtt/bin/trans/obs_r2m
from [f6c0999a75]
to [425f980273].
︙ | |||
118 119 120 121 122 123 124 125 126 127 128 129 130 131 | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | + | if [ "$affine" = "1" ]; then lang_header $1 obs m x [o_o,o_h] > $1_obs.m1 else lang_header $1 obs m x,u yy > $1_obs.m1 fi # Put together the pieces matlab_tidy $1_obs.m2 matlab_tidy $1_obs.m3 cat $1_obs.m? >$1_obs.m rm -f $1_obs.m? |
︙ |
Modified mttroot/mtt/bin/trans/obs_r2tex
from [469a1957ed]
to [f36c171b61].
︙ | |||
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, 1991, May 1994, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1998/04/07 08:30:20 peterg ## Initial revision ## # Revision 1.3 1997/06/13 13:50:11 peterg # Matrices in amstex format # # Revision 1.2 1997/04/18 12:54:00 peterg # No longer does labels. # # Revision 1.1 1996/08/19 15:19:23 peter |
︙ | |||
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | + + + - - - - - - - + + + + + + + + + + | in "$1_def.r"; %Read the obs file in "$1_obs.r"; %Read the Obs function parameters in "$1_obspar.r"; %Read the substitution file in "$1_subs.r"; %Read the simplification parameters in "$1_simp.r"; %Read the formatting function in "$MTTPATH/trans/latex_matrix.r"; OFF Echo; OFF Nat; OFF EXP; OUT "$1_obs.tex"; |
Modified mttroot/mtt/bin/trans/ode2odes_m
from [e2fc3e22e9]
to [e593903528].
︙ | |||
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.17 1998/06/27 14:49:16 peterg ## No change ## ## Revision 1.16 1998/06/25 08:47:23 peterg ## Put correct arguments for _input -- (x,t) ## ## Revision 1.15 1998/05/21 16:20:27 peterg ## Modified to include explicit algebraic loop solution ## ## Revision 1.14 1998/05/19 19:48:02 peterg |
︙ | |||
141 142 143 144 145 146 147 | 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 | + - + - - + + + - + - - + + + - + | X=[]; dt = (T(2)-T(1))/STEPFACTOR; for t=T' X = [X; xx']; ts = t; for i=1:STEPFACTOR x = xx(1:nx); u = $1_input(xx,ts); |
︙ |
Modified mttroot/mtt/bin/trans/ode2odess_m
from [5c1ac9a370]
to [4c1d52ada1].
︙ | |||
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.4 2000/10/17 11:07:59 peterg ## *** empty log message *** ## ## Revision 1.3 1998/05/19 19:27:04 peterg ## Zapped all the parameter stuff ## ## Revision 1.2 1996/09/13 19:40:51 peter ## Fixed problem with default paramaters. ## ## Revision 1.1 1996/09/12 19:26:57 peter |
︙ | |||
37 38 39 40 41 42 43 44 45 46 47 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | + + + + - + - - - - - + + - + + + - + + - - + + + + - | ## Initial revision ## ############################################################### echo Creating $1_odess.m rm -f ode2odess_m.log Nx=`mtt_getsize $1 x` # States Nxx=`mtt_getsize $1 xx` # States x States Nu=`mtt_getsize $1 u` # Inputs Ny=`mtt_getsize $1 y` # Inputs $MATRIX << EOF > ode2odess_m.log 2>mtt_error.txt %Read in parameters |
︙ |
Modified mttroot/mtt/bin/trans/ode2smx_lang
from [6bb7242e73]
to [564d3a89c6].
︙ | |||
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, 1991, 1994, 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.11 1998/11/26 10:32:34 peterg ## Include subs.r ## ## Revision 1.10 1998/11/17 17:10:22 peterg ## Read in the constitutive relationship file as well ## ## Revision 1.9 1998/08/27 07:06:25 peterg ## Just genrate xj once. ## ## Revision 1.8 1998/08/27 07:04:44 peterg |
︙ | |||
185 186 187 188 189 190 191 | 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 | - + + | %END %GENTRANSHUT "$1_smxtx.$lang"; EOF if [ "$lang" = "m" ]; then mv $1_smx.$lang mtt_junk |
︙ |
Modified mttroot/mtt/bin/trans/odeso_dat2sdat
from [c75da8fe88]
to [055c2bffbd].
︙ | |||
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 28 29 | + + + - - + - - - - - - - - - - - - - - - - - - - | # Copyright (c) P.J.Gawthrop, 1997. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1999/03/28 21:29:40 peterg ## Initial revision ## ############################################################### # Inform user echo "Creating $1_odeso.sdat" |
Modified mttroot/mtt/bin/trans/rdae2dae_r
from [67adcbc44a]
to [33e888aa4a].
︙ | |||
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, 1991, 1994, 1996 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 2000/09/04 08:42:53 peterg ## Put in extra echo to space output ## ## Revision 1.3 2000/09/02 15:55:11 peterg ## Now doesn't include def files in da files ## ## Revision 1.2 2000/09/01 13:36:15 peterg ## Added -partition option ## ## Revision 1.1 2000/09/01 12:14:44 peterg |
︙ | |||
169 170 171 172 173 174 175 | 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | MTT_Matrix_m := 1$ Reduce_Matrix()$ SHUT "$daename"; quit; EOF |
Modified mttroot/mtt/bin/trans/reps_txt2tk
from [02869b51d3]
to [3e47e7c9bc].
︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | 9 10 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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | + + + + - + + - - - + + + + - + - - - - - - - - | # Copyright (c) P.J.Gawthrop, 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 2000/04/05 07:37:27 peterg ## *** empty log message *** ## ## Revision 1.3 1999/08/18 06:15:48 peterg ## Stripped down to just representations menu - see mtt_make_menu ## ## Revision 1.2 1999/03/09 00:03:19 peterg ## Revisions for xmtt ## ## Revision 1.1 1998/10/20 08:13:14 peterg ## Initial revision ## ############################################################### sep='|'; # Separates the languages from the rest. # Create reps menu |
Modified mttroot/mtt/bin/trans/sm2can_r
from [1123315a04]
to [27a5fb1925].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 | - - - - + + + + - - - - - - - + - + - + - + - - - + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### |
Modified mttroot/mtt/bin/trans/sm2ir_m
from [f8ebca73f6]
to [eae4b74875].
︙ | |||
15 16 17 18 19 20 21 | 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 | - - - - - - - + + + + + + + - + | echo Creating $1_ir.m echo Creating $1_iro.m rm -f sm2ir_m.log rm -f $1_ir.m rm -f $1_iro.m rm -f mtt_error |
︙ | |||
54 55 56 57 58 59 60 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + | [n,m]=size(T); if m>n T=T'; end; |
︙ |
Modified mttroot/mtt/bin/trans/smc2ssk_r
from [df8f77d47d]
to [06844ee033].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 10 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 45 46 47 48 49 50 51 52 53 54 | + + + + + + + + + + + + + + + + + + + - + | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.3 1998/02/09 14:16:52 peterg ## Writes end statement to the o/p file ## ## Revision 1.2 1998/01/23 09:30:36 peterg ## Fixed a sign error - the coeficients of a(s) appear with - signs in ## the A_c matrix! ## ## Revision 1.1 1998/01/22 13:16:16 peterg ## Initial revision ## ############################################################### Nu=`mtt_getsize $1 u` Ny=`mtt_getsize $1 y` if [ "$Nu" = "1" ]; then if [ "$Ny" = "1" ]; then blurb=' for this siso system' else blurb=" using first output of $Ny" fi else if [ "$Ny" = "1" ]; then blurb=" using first input of $Nu" else blurb=" using first input of $Nu and using first output of $Ny" fi fi # Inform user |
︙ | |||
72 73 74 75 76 77 78 | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | - + - + | OUT "$1_ssk.r"; %Write out the matrices. write "% - Gain matrix - controller form"; MTT_Matrix := MTTK_c$ MTT_Matrix_name := "MTTK_c"$ |
Modified mttroot/mtt/bin/trans/ssk2ctf_r
from [4f78fae1a2]
to [5b4425092f].
︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + + + | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1998/02/09 14:04:00 peterg ## Renamed matrix to cTF; ## ## Revision 1.1 1998/02/09 13:54:34 peterg ## Initial revision ## ############################################################### # Inform user |
︙ | |||
45 46 47 48 49 50 51 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | - + | %State matrices of the compensator A_d := MTTA - MTTL*MTTC - MTTB*MTTK; B_d := -MTTL; C_d := -MTTK; D_d := 0; %Transfer function |
︙ |
Modified mttroot/mtt/bin/trans/struc_txt2tex
from [d9744948f9]
to [6003f8f14a].
︙ | |||
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 | 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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + + - + + - + - + | # Copyright (c) P.J.Gawthrop, 1997. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.3 1997/12/06 19:10:41 peterg # Reverted to tabular --- from supertabular # # Revision 1.2 1997/04/15 11:17:58 peterg # Uses supertabular for long tables. # # Revision 1.1 1997/04/15 09:49:04 peterg # Initial revision # ############################################################### # Inform user echo "Creating $1_struc.tex" rm -f mtt_error #Write some file headers echo "%% Structure file ($1_struc.txt)" > $1_struc.tex echo "%% Generated by MTT at `date`" >> $1_struc.tex |
︙ |
Modified mttroot/mtt/bin/trans/sub2subs
from [483c54b40a]
to [41189e212e].
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + + + | # P.J.Gawthrop May 1997 # Copyright (c) P.J.Gawthrop, 1997. # echo the name of the subsystems one level down sh $1\_sub.sh "echo " # Create the corresponding subsystems -- quietly! |
︙ |
Modified mttroot/mtt/bin/trans/tex2doc
from [98af8bc259]
to [1616bd5235].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | + + + - - + + + | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.2 1996/08/30 10:19:11 peter # New path for awk script. # ## Revision 1.1 1996/08/18 20:00:20 peter ## Initial revision ## ############################################################### # Inform user echo "Creating $1_$2.doc" |