Overview
Comment: | Added dX0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4ebec062b0f2d6d1b9e1e3d077df6836 |
User & Date: | gawthrop@users.sourceforge.net on 1998-02-18 09:06:07 |
Other Links: | branch diff | manifest | tags |
Context
1998-02-19
| ||
08:57:16 | Fixed mtt-info bug -- confused filename with number check-in: 702462370e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-02-18
| ||
09:06:07 | Added dX0 check-in: 4ebec062b0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-02-17
| ||
17:03:54 | Fixed bug in writing out matrix declaration check-in: 3b87942c3f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/latex_tidy from [f402586a38] to [06b1bfec85].
︙ | |||
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, 1990, 1994 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.12 1998/02/09 14:11:08 peterg ## Added ctf --> D(s) ## ## Revision 1.11 1998/01/30 15:15:14 peterg ## Sorted out superscript problem ## # Revision 1.10 1997/08/19 10:38:26 peterg # Added pi to the list # ## Revision 1.9 1997/02/24 13:02:17 peterg |
︙ | |||
62 63 64 65 66 67 68 69 70 71 72 73 74 75 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | + | -e "s/mttx\([0-9]*\)/x_{\1}/g" \ -e "s/mttex\([0-9]*\)/\\\chi_{\1}/g" \ -e "s/mttui\([0-9]*\)/v_{\1}/g" \ -e "s/mttu\([0-9]*\)/u_{\1}/g" \ -e "s/mtty\([0-9]*\)/y_{\1}/g" \ -e "s/mttz\([0-9]*\)/z_{\1}/g" \ -e "s/mttdx/\\\dot x/g" \ -e "s/mttdx0/\\\dot x_0/g" \ -e "s/mttdz/\\\dot z_/g" \ -e "s/mttdu/\\\dot u_/g" \ -e "s/dot_/ \\\dot /g" \ -e "s/mtttf/G(s)/g" \ -e "s/mttctf/D(s)/g" \ -e "s/mtta/A/g" \ -e "s/mttb/B/g" \ |
︙ |