Overview
Comment: | In correct row dimension for D fixed |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cb4d93f4e6ab9d27321e282a606ad110 |
User & Date: | gawthrop@users.sourceforge.net on 2004-01-26 09:50:10 |
Other Links: | branch diff | manifest | tags |
Context
2004-01-26
| ||
10:43:35 | Reduced length of parameter names: stripped leading top-level name. check-in: 5973f7f483 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
09:50:10 | In correct row dimension for D fixed check-in: cb4d93f4e6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2004-01-21
| ||
15:53:29 |
Added support for zoomable gnuplot (3.8): allows co-ordinates to be obtained with the mouse, sections to be zoomed and 3D plots to be rotated by dragging. Added menu item to change data styles to dots, points or lines (default). check-in: 2d4f755a90 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/sm_r2tex from [d3ad0d67bd] to [5fd0381795].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1991, May 1994, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 1998/02/18 08:25:36 peterg ## Now uses latex_matrix for formatting ## ## Revision 1.3 1997/06/13 13:50:11 peterg ## Matrices in amstex format ## # Revision 1.2 1997/04/18 12:54:00 peterg | > > > | 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 2000/12/27 16:01:35 peterg ## Initial revision ## ## Revision 1.4 1998/02/18 08:25:36 peterg ## Now uses latex_matrix for formatting ## ## Revision 1.3 1997/06/13 13:50:11 peterg ## Matrices in amstex format ## # Revision 1.2 1997/04/18 12:54:00 peterg |
︙ | ︙ | |||
82 83 84 85 86 87 88 | MTT_Matrix := MTTC$ MTT_Matrix_name := "MTTC"$ MTT_Matrix_n := MTTNy$ MTT_Matrix_m := MTTNx$ LaTeX_Matrix()$ | | | | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | MTT_Matrix := MTTC$ MTT_Matrix_name := "MTTC"$ MTT_Matrix_n := MTTNy$ MTT_Matrix_m := MTTNx$ LaTeX_Matrix()$ MTT_Matrix := MTTD $ MTT_Matrix_name := "MTTD"$ MTT_Matrix_n := MTTNy$ MTT_Matrix_m := MTTNu$ LaTeX_Matrix()$ SHUT "$1_$2.tex"; quit; EOF |