Changeset 1131 in lmdz_wrf for trunk/tools/generic_tools.py


Ignore:
Timestamp:
Oct 3, 2016, 12:29:29 PM (8 years ago)
Author:
lfita
Message:

Fixing an issue on last math pairs in `latex_text'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r1126 r1131  
    94309430            latexsymb['slash'] = vals
    94319431
     9432    #print fname + "; Lluis itext '" + itext + "'"
     9433    #printing_dictionary(latexsymb)
     9434
    94329435    latextext = itext + ''
    94339436    for car in symbs.keys():
     
    94629465                            mathbeg = mathpos[imath]
    94639466                            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]
    94659471                            if isymb < mathbeg and (isymb > mathend and isymb < mathnext):
    94669472                                headtxt = latextext[0:isymb]
Note: See TracChangeset for help on using the changeset viewer.