Ignore:
Timestamp:
Jul 3, 2006, 11:50:15 AM (18 years ago)
Author:
sexton
Message:

more updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/make_report.py

    r3267 r3268  
    213213
    214214# Generate latex output for location points
    215 s = '\\begin{table} \label{table:locations} \n'
     215s = '\\begin{table} \\begin{center} \n'
    216216fid.write(s)
    217217s = '\caption{Defined point locations for %s study area.}' %report_title
    218218fid.write(s)
    219219s = """
    220 \\begin{center}
     220\label{table:locations}
    221221\\begin{tabular}{|l|l|l|l|}\hline
    222222\\bf{Point Name} & \\bf{Easting} & \\bf{Northing} & \\bf{Elevation}\\\\ \hline
Note: See TracChangeset for help on using the changeset viewer.