Index: mttroot/mtt/bin/trans/latex_tidy ================================================================== --- mttroot/mtt/bin/trans/latex_tidy +++ mttroot/mtt/bin/trans/latex_tidy @@ -12,10 +12,13 @@ ############################################################### ## 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 ## Added ctf --> D(s) @@ -121,11 +124,10 @@ -e "s/pi/\\\pi/g" \ -e "s/rho/\\\rho/g" \ -e "s/sigma/\\\sigma/g" \ -e "s/omega/\\\omega/g" \ -e "s/zeta/\\\zeta/g" \ - -e "s/eta/\\\eta/g" \ -e "s/infty/\\\infty/g" \ -e "s/sin/\\\sin/g" \ -e "s/cos/\\\cos/g" \ -e "s/23/{23}/g" \ -e "s/+-/ -/g" \