Overview
Comment: | Fixed eta, beta, theta, Theta and zeta. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a15311ce5727d4a4b85b571d3b9e591a |
User & Date: | geraint@users.sourceforge.net on 2002-08-19 14:37:05 |
Other Links: | branch diff | manifest | tags |
Context
2002-08-20
| ||
15:39:47 | New identification DIY reps check-in: 47a8c7da21 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2002-08-19
| ||
14:37:05 | Fixed eta, beta, theta, Theta and zeta. check-in: a15311ce57 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2002-08-09
| ||
21:41:55 |
Added interactive command line (tools menu). Minor cosmetic tweaks. check-in: a7b1b38a98 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/latex_tidy from [75212ba689] to [839e91a4b2].
︙ | ︙ | |||
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.17 2000/12/28 12:31:15 peterg ## *** empty log message *** ## ## Revision 1.16 2000/10/10 21:03:20 peterg ## *** empty log message *** ## ## Revision 1.15 1998/04/07 08:44:11 peterg | > > > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # Copyright (c) P.J.Gawthrop, 1990, 1994 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.18 2001/06/11 19:43:50 gawthrop ## MTT is now much more sophisticated in generating lbl files ## Labels can contain maths ## Repetative components are now broken ## ## Revision 1.17 2000/12/28 12:31:15 peterg ## *** empty log message *** ## ## Revision 1.16 2000/10/10 21:03:20 peterg ## *** empty log message *** ## ## Revision 1.15 1998/04/07 08:44:11 peterg |
︙ | ︙ | |||
125 126 127 128 129 130 131 | -e "s/theta/\\\theta/g" \ -e "s/tau/\\\tau/g" \ -e "s/alpha/\\\alpha/g" \ -e "s/beta/\\\beta/g" \ -e "s/gamma/\\\gamma/g" \ -e "s/delta/\\\delta/g" \ -e "s/epsilon/\\\epsilon/g" \ | > | | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | -e "s/theta/\\\theta/g" \ -e "s/tau/\\\tau/g" \ -e "s/alpha/\\\alpha/g" \ -e "s/beta/\\\beta/g" \ -e "s/gamma/\\\gamma/g" \ -e "s/delta/\\\delta/g" \ -e "s/epsilon/\\\epsilon/g" \ -e "s/\([^b(Th)(th)z]\)eta/\1\\\eta/g" \ -e "s/^eta/\\\eta/g" \ -e "s/kappa/\\\kappa/g" \ -e "s/lambd/\\lambda/g" \ -e "s/lambda/\\\lambda/g" \ -e "s/mu/\\\mu/g" \ -e "s/phi/\\\phi/g" \ -e "s/pi/\\\pi/g" \ -e "s/rho/\\\rho/g" \ |
︙ | ︙ |