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.11 1998/01/30 15:15:14 peterg +## Sorted out superscript problem +## # 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 @@ -64,10 +67,12 @@ -e "s/mttz\([0-9]*\)/z_{\1}/g" \ -e "s/mttdx/\\\dot x/g" \ -e "s/mttdz/\\\dot z_/g" \ -e "s/mttdu/\\\dot u_/g" \ -e "s/dot_/ \\\dot /g" \ + -e "s/mtttf/G(s)/g" \ + -e "s/mttctf/D(s)/g" \ -e "s/mtta/A/g" \ -e "s/mttb/B/g" \ -e "s/mttc/C/g" \ -e "s/mttd/D/g" \ -e "s/mtte/E/g" \ @@ -82,11 +87,10 @@ -e "s/mttu0/u_0/g" \ -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" \