Changeset 3949
- Timestamp:
- Nov 8, 2006, 6:20:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/dampier_2006/make_report_cipma.py
r3944 r3949 172 172 \usepackage{setspace} 173 173 \usepackage{rotating} 174 \usepackage{pdfpages} 174 175 \include{appendix} 175 176 \setstretch{1.25} … … 299 300 300 301 for 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) 303 305 304 306 s="""
Note: See TracChangeset
for help on using the changeset viewer.