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.10 1997/08/19 10:38:26 peterg +# Added pi to the list +# ## 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. @@ -68,10 +71,12 @@ -e "s/mttc/C/g" \ -e "s/mttd/D/g" \ -e "s/mtte/E/g" \ -e "s/mttg/G/g" \ -e "s/mtti/I/g" \ + -e "s/mttk/K/g" \ + -e "s/mttl/L/g" \ -e "s/mttm/M/g" \ -e "s/mtto/O/g" \ -e "s/mttv/V/g" \ -e "s/mtty0/y_0/g" \ -e "s/mttu0/u_0/g" \ @@ -78,16 +83,17 @@ -e "s/mttx/x/g" \ -e "s/mttz/z/g" \ -e "s/mttyy/Y/g" \ -e "s/mttw/w/g" \ -e "s/mtttf/G/g" \ + -e "s/mttt/T/g" \ -e "s/mttpar//g" \ - -e "s/\*\*/\^/g" \ - -e "s/\*/ /g" \ -e "s/!/\\\/g" \ -e "s/\\$//g" \ -e "s/(/{(/g" \ + -e "s/\*\*/^/g" \ + -e "s/\*/ /g" \ -e "s/)/)}/g" \ -e "s/\left/\left (/g" \ -e "s/\right/\right )/g" \ -e "s/sqrt/\\\sqrt/g" \ -e "s/theta/\\\theta/g" \ @@ -95,10 +101,11 @@ -e "s/alpha/\\\alpha/g" \ -e "s/beta/\\\beta/g" \ -e "s/gamma/\\\gamma/g" \ -e "s/delta/\\\delta/g" \ -e "s/epsilon/\\\epsilon/g" \ + -e "s/lambd/\\lambda/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" \