Ignore:
Timestamp:
May 8, 2006, 4:51:28 PM (18 years ago)
Author:
sexton
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/make_report.py

    r2828 r2834  
    128128
    129129for i in range(len(latex_output)):
    130     if i == 0: s = '\subsection(Highest Astronomical Tide) \n'
    131     if i == 1: s = '\subsection(Lowest Astronomical Tide) \n'
    132     if i == 2: s = '\subsection() \n'
     130    if i == 0: s = '\subsection{Highest Astronomical Tide} \n'
     131    if i == 1: s = '\subsection{Lowest Astronomical Tide} \n'
     132    if i == 2: s = '\subsection{} \n'
    133133    fid.write(s)
    134     s = '\input{%s} \n' %latex_output[i]
     134    #filename = latex_output[i]
     135    #s = '\input{%s} \n' %filename.replace('_','')
     136    s = '\input{%s} \n \clearpage \n' %latex_output[i]
    135137    fid.write(s)
    136138
Note: See TracChangeset for help on using the changeset viewer.