Overview
Comment:Zapped ^ to uparrow conversion.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 0ab66340aa0ef77c7b21405c1e5a46740e24018b20bc2d4bb1889f5a082653b4
User & Date: gawthrop@users.sourceforge.net on 2003-08-17 11:35:45.000
Other Links: branch diff | manifest | tags
Context
2003-08-17
17:03:14
Updated for new MTT check-in: 8f2c6c2e6d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:35:45
Zapped ^ to uparrow conversion. check-in: 0ab66340aa user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:35:07
Fixed problem with parentheses check-in: 8e9839a942 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
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.23  2003/08/17 11:35:07  gawthrop
## Fixed problem with parentheses
##
## Revision 1.22  2002/09/26 08:33:54  geraint
## Removed comma from pattern so that braces are places around each argument
## of a function call. Added greek letter nu as a special variable.
##
## Revision 1.21  2002/08/21 18:11:15  geraint
## Replaced |x| with |{x}|. LaTeX now renders abs(fractions) correctly.
##
168
169
170
171
172
173
174
175
176
177
178
179
180
181
171
172
173
174
175
176
177

178
179
180
181
182
183







-






    -e "s/omega/\\\omega/g" \
    -e "s/zeta/\\\zeta/g" \
    -e "s/infty/\\\infty/g" \
    -e "s/sin/\\\sin/g" \
    -e "s/cos/\\\cos/g" \
    -e "s/23/{23}/g" \
    -e "s/+-/ -/g" \
    -e "s/\\^/\\\uparrow /g" \
 | cat -s  | \
sed -e "s/ $//g" | \
tr  -s '\012' '\012' \
>junk

mv junk $1

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]