Overview
Comment: | Removed all the hoorrible name changes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3c9f9682b39ca52971ce31a74f8c7262 |
User & Date: | gawthrop@users.sourceforge.net on 1996-11-12 09:11:20 |
Other Links: | branch diff | manifest | tags |
Context
1996-11-12
| ||
09:53:59 | Reads in the params.r file now. check-in: ed7bcffb0d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:11:20 | Removed all the hoorrible name changes check-in: 3c9f9682b3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:52:57 | Fixed bug in test arg to if - missing "". check-in: 7fafb4c628 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cse_r2tex from [a29ae4ed19] to [f51ce32dbd].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | 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 | + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | # Copyright (c) P.J.Gawthrop, 1991, 1994. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.1 1996/11/05 09:19:28 peterg # Initial revision # ############################################################### #Inform user echo Creating $1_cse.tex # Remove the old log file rm -f cse_r2tex.log # Use reduce to accomplish the transformation reduce >cse_r2tex.log << EOF %Read the definitions file in "$1_def.r"; |
︙ |