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.9 1997/02/24 13:02:17 peterg +## Added gamma and delta transformations +## ## Revision 1.8 1996/12/31 16:14:53 peterg ## Now handles multi-character subscripts. ## ## Revision 1.7 1996/12/19 10:24:29 peterg ## Uniform conversion of mttxi --> x_{i} for x,u,y and z @@ -95,10 +98,11 @@ -e "s/delta/\\\delta/g" \ -e "s/epsilon/\\\epsilon/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" \ -e "s/omega/\\\omega/g" \ -e "s/zeta/\\\zeta/g" \ -e "s/infty/\\\infty/g" \