Changeset 1146 in lmdz_wrf for trunk/tools
- Timestamp:
- Oct 6, 2016, 3:03:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1145 r1146 9429 9429 vals = [ic] 9430 9430 latexsymb['slash'] = vals 9431 elif itext[ic] == '&': 9432 if latexsymb.has_key('and'): 9433 vals = latexsymb['and'] 9434 vals.append(ic) 9435 else: 9436 vals = [ic] 9437 latexsymb['and'] = vals 9431 9438 9432 9439 #print fname + "; Lluis itext '" + itext + "'"
Note: See TracChangeset
for help on using the changeset viewer.