Overview
Comment: | No parentheses. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
324914473fe2f2051db755c88d6d64e5 |
User & Date: | gawthrop@users.sourceforge.net on 2014-04-18 00:36:40 |
Other Links: | branch diff | manifest | tags |
Context
2014-04-18
| ||
02:02:08 |
Added sum.tex representation -- this was in a very old MTT and summerises the structure. check-in: bdb78a2de4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
00:36:40 | No parentheses. check-in: 324914473f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
00:31:40 | Latex matrix with no parentheses check-in: 2050392fd7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/tf_r2tex from [30ab1ef46d] to [0e47b7c28f].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1990, 1994. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1996/12/20 08:59:40 peterg ## Now writes out mtti instead of mtt_{i} -- lets latex_tidy do the ## conversion. ## ## Revision 1.1 1996/11/05 11:01:51 peterg ## Initial revision ## | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop, 1990, 1994. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2000/12/27 16:05:29 peterg ## Initial revision ## ## Revision 1.2 1996/12/20 08:59:40 peterg ## Now writes out mtti instead of mtt_{i} -- lets latex_tidy do the ## conversion. ## ## Revision 1.1 1996/11/05 11:01:51 peterg ## Initial revision ## |
︙ | ︙ | |||
35 36 37 38 39 40 41 | %Read the definitions file in "$1_def.r"; %Read the parameter file %%in "$1_sympar.r"; %Read the formatting function | | | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | %Read the definitions file in "$1_def.r"; %Read the parameter file %%in "$1_sympar.r"; %Read the formatting function in "$MTTPATH/trans/latex_matrix_no.r"; %Read the transfer-function matrices file in "$1_tf.r"; %Read the substitution file IN "$1_subs.r"; |
︙ | ︙ |