Changeset 1138 in lmdz_wrf for trunk/tools
- Timestamp:
- Oct 4, 2016, 11:17:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1131 r1138 9438 9438 if latexsymb.has_key(car): 9439 9439 if not latexsymb.has_key('math') or len(latexsymb['math']) == 1: 9440 latextext = latextext.replace( car,changecar)9440 latextext = latextext.replace(symbs[car],changecar) 9441 9441 else: 9442 9442 # Changing that characters which are outside an even 'math' pair … … 9483 9483 9484 9484 return latextext 9485 9485 print latex_text('WRF_LMDZ') 9486 9486 #quit() 9487 9487
Note: See TracChangeset
for help on using the changeset viewer.