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.5 1996/12/12 15:59:06 peterg +## Generic handling of subscript for y,u,ui +## ## Revision 1.4 1996/12/12 15:54:20 peterg ## Saved it. ## ## Revision 1.3 1996/08/30 14:36:46 peter ## Added some more subscripts. @@ -54,11 +57,11 @@ -e "s/mttu0/u_0/g" \ -e "s/mttx/x/g" \ -e "s/mttz/z/g" \ -e "s/[0-9a-z_]*mttu/u/g" \ -e "s/mttyy/Y/g" \ - -e "s/[0-9a-z_]*mtty\([0-9]*\)/y_{\1}/g" \ + -e "s/[0-9a-z_]*mtty/y_/g" \ -e "s/mttw/w/g" \ -e "s/mtttf/G/g" \ -e "s/mttpar//g" \ -e "s/\*\*/\^/g" \ -e "s/\*/ /g" \