Changeset 3007 for production/onslow_2006/make_report.py
- Timestamp:
- May 29, 2006, 1:10:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/make_report.py
r3005 r3007 174 174 s = '\\begin{table} \label{table:gaugelocations} \n' 175 175 fid.write(s) 176 s = '\caption{Defined gauge locations for %s study area.}' %scenario 177 fid.write(s) 178 s = """ 179 '\\begin{center}176 s = '\caption{Defined gauge locations for %s study area.}' %scenario_name.title() 177 fid.write(s) 178 s = """ 179 \\begin{center} 180 180 \\begin{tabular}{|l|l|l|l|}\hline 181 181 \\bf{Gauge Name} & \\bf{Easting} & \\bf{Northing} & \\bf{Elevation}\\\\ \hline
Note: See TracChangeset
for help on using the changeset viewer.