Overview
Comment: | Added some more subscripts. -- its high time this was rewritten in awk or perl!!! |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ac444aad4b7ae84a698bf68da0191310 |
User & Date: | gawthrop@users.sourceforge.net on 1996-08-30 14:36:46 |
Other Links: | branch diff | manifest | tags |
Context
1996-08-30
| ||
14:54:36 | Took back lock. check-in: 5ea070e3d5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:36:46 |
Added some more subscripts. -- its high time this was rewritten in awk or perl!!! check-in: ac444aad4b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:29:05 | Error check on bond numbers. check-in: a494ed7ce7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/latex_tidy from [c6ed6e84b3] to [c06be1d84f].
︙ | |||
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.2 1996/08/19 14:35:51 peter ## Prettyfied z dot. ## ## Revision 1.1 1996/08/18 20:03:12 peter ## Initial revision ## ############################################################### cat $1 | \ tr "[A-Z]" "[a-z]" | \ |
︙ | |||
40 41 42 43 44 45 46 47 48 49 50 51 52 53 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | + + + + + + | -e "s/mttx0/X_0/g" \ -e "s/mttx1/x_1/g" \ -e "s/mttx2/x_2/g" \ -e "s/mttx3/x_3/g" \ -e "s/mttx4/x_4/g" \ -e "s/mttx5/x_5/g" \ -e "s/mttx6/x_6/g" \ -e "s/mttx7/x_7/g" \ -e "s/mttx8/x_8/g" \ -e "s/mttx9/x_9/g" \ -e "s/mttx10/x_{10}/g" \ -e "s/mttx11/x_{11}/g" \ -e "s/mttx12/x_{12}/g" \ -e "s/mttui0/v_0/g" \ -e "s/mttui1/v_1/g" \ -e "s/mttui2/v_2/g" \ -e "s/mttui3/v_3/g" \ -e "s/mttui4/v_4/g" \ -e "s/mttui5/v_5/g" \ -e "s/mttui6/v_6/g" \ |
︙ |