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: |
8798571b61001cda73b63007a3cbbe0b |
| 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: 497c0e9abb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 11:35:45 | Zapped ^ to uparrow conversion. check-in: 8798571b61 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 11:35:07 | Fixed problem with parentheses check-in: 2663e5d727 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/latex_tidy
from [63a75bd3ee]
to [05bdd5ac1d].
| ︙ | |||
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 | 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" \
|