Ignore:
Timestamp:
Nov 8, 2006, 6:20:58 PM (17 years ago)
Author:
sexton
Message:

update for gauge generation script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/dampier_2006/make_report_cipma.py

    r3944 r3949  
    172172\usepackage{setspace}
    173173\usepackage{rotating}
     174\usepackage{pdfpages}
    174175\include{appendix}
    175176\setstretch{1.25}
     
    299300
    300301for i in range(len(latex_output)):
    301     s = '\input{%s} \n \clearpage \n \n' %latex_output[i]   
    302     fid.write(s)
     302    if latex_output[i] <> '':
     303        s = '\input{%s} \n \clearpage \n \n' %latex_output[i]   
     304        fid.write(s)
    303305
    304306s="""
Note: See TracChangeset for help on using the changeset viewer.