Overview
Comment: | Read subs file |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ae23b947231133d01c22344a06edb70c |
User & Date: | gawthrop@users.sourceforge.net on 2000-08-24 11:42:46 |
Other Links: | branch diff | manifest | tags |
Context
2000-08-24
| ||
11:43:42 | Include subs file check-in: 50281cc408 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:42:46 | Read subs file check-in: ae23b94723 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:09:22 | *** empty log message *** check-in: 4fe881277d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/ssk_r2tex from [eb173156c7] to [e3bb5e32d7].
︙ | ︙ | |||
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 | # Copyright (c) P.J.Gawthrop, 1997 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### # Inform user echo Creating $1_ssk.tex # Remove the old log file rm -f ssk_r2tex.log # Use reduce to accomplish the transformation reduce >ssk_r2tex.log<< EOF %Read the definitions file in "$1_def.r"; %Read the smconical-form matrices file in "$1_ssk.r"; %Read the simplification file in "$1_simp.r"; %Read the formatting function in "$MTTPATH/trans/latex_matrix.r"; | > > > > > > | 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 | # Copyright (c) P.J.Gawthrop, 1997 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1998/01/22 13:16:30 peterg ## Initial revision ## ############################################################### # Inform user echo Creating $1_ssk.tex # Remove the old log file rm -f ssk_r2tex.log # Use reduce to accomplish the transformation reduce >ssk_r2tex.log<< EOF %Read the definitions file in "$1_def.r"; %Read the smconical-form matrices file in "$1_ssk.r"; %Read the substitution file in "$1_subs.r"; %Read the simplification file in "$1_simp.r"; %Read the formatting function in "$MTTPATH/trans/latex_matrix.r"; |
︙ | ︙ |