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.12 1998/02/09 14:11:08 peterg +## Added ctf --> D(s) +## ## 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 @@ -64,10 +67,11 @@ -e "s/mttui\([0-9]*\)/v_{\1}/g" \ -e "s/mttu\([0-9]*\)/u_{\1}/g" \ -e "s/mtty\([0-9]*\)/y_{\1}/g" \ -e "s/mttz\([0-9]*\)/z_{\1}/g" \ -e "s/mttdx/\\\dot x/g" \ + -e "s/mttdx0/\\\dot x_0/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" \