diff options
| author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-22 13:55:29 +0000 | 
|---|---|---|
| committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-22 13:55:29 +0000 | 
| commit | f13eacbc8e5ab714dd3544adab8189c313382c77 (patch) | |
| tree | efd35fca778e6e343206f48918898a8b4cda9977 /scripts | |
| parent | 3b591888b5dad7cef02170743a92e2bf9c5831db (diff) | |
Support for non-commuting fieldsv1.3
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/meantools-convert | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/meantools-convert b/scripts/meantools-convert index 603749e..ef87227 100755 --- a/scripts/meantools-convert +++ b/scripts/meantools-convert @@ -105,7 +105,7 @@ def latex_engine(argv,text):              oneline=0              i=i+1 -    return(convert_latex(text,lsym,Lsym,Csym,oneline,columns)) +    return(convert_latex(text,lsym,Lsym,Csym,oneline))  # convert to C format  def convert_C(text, lsym, Lsym, Csym, oneline): @@ -160,7 +160,7 @@ def convert_C(text, lsym, Lsym, Csym, oneline):      return(text+';')  # convert to LaTeX format -def convert_latex(text, lsym, Lsym, Csym, oneline, columns): +def convert_latex(text, lsym, Lsym, Csym, oneline):      # remove newlines      if (oneline==0):          text=text.replace('\n','\\\\\n')  | 
