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.14 1998/02/25 22:12:07 peterg
## Added , to regexp for subscripts
##
## Revision 1.13 1998/02/18 09:06:07 peterg
## Added dX0
##
## Revision 1.12 1998/02/09 14:11:08 peterg
|
>
>
>
|
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.15 1998/04/07 08:44:11 peterg
## zapped eta - it messes up theta
##
## Revision 1.14 1998/02/25 22:12:07 peterg
## Added , to regexp for subscripts
##
## Revision 1.13 1998/02/18 09:06:07 peterg
## Added dX0
##
## Revision 1.12 1998/02/09 14:11:08 peterg
|
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
-e "s/mttd/D/g" \
-e "s/mtte/E/g" \
-e "s/mttg/G/g" \
-e "s/mtti/I/g" \
-e "s/mttk/K/g" \
-e "s/mttl/L/g" \
-e "s/mttm/M/g" \
-e "s/mtto/O/g" \
-e "s/mttv/V/g" \
-e "s/mtty0/y_0/g" \
-e "s/mttu0/u_0/g" \
-e "s/mttx/x/g" \
-e "s/mttz/z/g" \
-e "s/mttyy/Y/g" \
|
>
|
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
-e "s/mttd/D/g" \
-e "s/mtte/E/g" \
-e "s/mttg/G/g" \
-e "s/mtti/I/g" \
-e "s/mttk/K/g" \
-e "s/mttl/L/g" \
-e "s/mttm/M/g" \
-e "s/mtttheta/\\\Theta/g" \
-e "s/mtto/O/g" \
-e "s/mttv/V/g" \
-e "s/mtty0/y_0/g" \
-e "s/mttu0/u_0/g" \
-e "s/mttx/x/g" \
-e "s/mttz/z/g" \
-e "s/mttyy/Y/g" \
|
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
-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/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" \
-e "s/sigma/\\\sigma/g" \
|
>
|
117
118
119
120
121
122
123
124
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" \
-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" \
-e "s/sigma/\\\sigma/g" \
|