Changeset 1131 in lmdz_wrf for trunk/tools/generic_tools.py
- Timestamp:
- Oct 3, 2016, 12:29:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1126 r1131 9430 9430 latexsymb['slash'] = vals 9431 9431 9432 #print fname + "; Lluis itext '" + itext + "'" 9433 #printing_dictionary(latexsymb) 9434 9432 9435 latextext = itext + '' 9433 9436 for car in symbs.keys(): … … 9462 9465 mathbeg = mathpos[imath] 9463 9466 mathend = mathpos[imath+1] 9464 mathnext = mathpos[imath+2] 9467 if imath+1 == Nmath-1: 9468 mathnext = Ltxt 9469 else: 9470 mathnext = mathpos[imath+2] 9465 9471 if isymb < mathbeg and (isymb > mathend and isymb < mathnext): 9466 9472 headtxt = latextext[0:isymb]
Note: See TracChangeset
for help on using the changeset viewer.