Index: mttroot/mtt/bin/trans/rep_txt2tex ================================================================== --- mttroot/mtt/bin/trans/rep_txt2tex +++ mttroot/mtt/bin/trans/rep_txt2tex @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.5 2003/08/19 13:10:47 gawthrop +## More arg stuff +## ## Revision 1.4 2002/05/09 16:07:54 gawthrop ## Now handles multiple options whis .tex files as well ## ## Revision 1.3 2002/05/01 14:07:05 gawthrop ## Added -dr foo (reads files from foo) dir. @@ -190,10 +193,11 @@ header_args = ""; } else { header_args = __Args; gsub("-", " -", header_args); + gsub(/_/, "\\_", header_args); header_args = sprintf("(%s)", header_args); } print "%%" __Args "%%" # print "DEBUG", Language, args, _Args, __Args