Changeset 3268 for production/onslow_2006/make_report.py
- Timestamp:
- Jul 3, 2006, 11:50:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/make_report.py
r3267 r3268 213 213 214 214 # Generate latex output for location points 215 s = '\\begin{table} \ label{table:locations} \n'215 s = '\\begin{table} \\begin{center} \n' 216 216 fid.write(s) 217 217 s = '\caption{Defined point locations for %s study area.}' %report_title 218 218 fid.write(s) 219 219 s = """ 220 \ \begin{center}220 \label{table:locations} 221 221 \\begin{tabular}{|l|l|l|l|}\hline 222 222 \\bf{Point Name} & \\bf{Easting} & \\bf{Northing} & \\bf{Elevation}\\\\ \hline
Note: See TracChangeset
for help on using the changeset viewer.