Changeset 3374


Ignore:
Timestamp:
Jul 19, 2006, 12:41:52 PM (18 years ago)
Author:
sexton
Message:

more pt hedland stuff

Location:
production/pt_hedland_2006
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • production/pt_hedland_2006/make_report.py

    r3367 r3374  
    7979            'LAT': 'LAT_map'}
    8080
    81 gauge_map = 'pt_hedland_dli_gauge.jpg'
     81gauge_map = 'pt_hedland_gauge_map.jpg'
    8282
    8383# Create sections and graphs for each designated production directory
     
    226226fid.write(s)
    227227
    228 s = '\\begin{figure}[hbt] \n \centerline{ \includegraphics[width=150mm, height=100mm]{../report_figures/%s}}' %gauge_map
     228s = '\\begin{sidewaysfigure} \n \centerline{ \includegraphics[width=\pagewidth]{../report_figures/%s}}' %gauge_map
    229229fid.write(s)
    230230
     
    232232\caption{Point locations used for Port Hedland study.} 
    233233\label{fig:points}
    234 \end{figure}
     234\end{sidewaysfigure}
    235235"""
    236236fid.write(s)
  • production/pt_hedland_2006/report/latexoutput.tex

    r3373 r3374  
    3838 \label{fig:gaugeWaterTanks}
    3939 \end{figure}
    40 \clearpage
    4140 
    4241\begin{figure}[hbt]
     
    7978 \label{fig:gaugeRichardsonStreet}
    8079 \end{figure}
    81 \clearpage
     80
    8281\begin{figure}[hbt]
    8382 \centering
     
    9089 \end{figure}
    9190 
     91\clearpage
    9292\begin{figure}[hbt]
    9393 \centering
     
    119119 \label{fig:gaugeNelsonPointWarf}
    120120 \end{figure}
    121 \clearpage
    122121 
    123122\begin{figure}[hbt]
     
    181180 \end{figure}
    182181 
     182\clearpage
    183183\begin{figure}[hbt]
    184184 \centering
  • production/pt_hedland_2006/report/pt_hedland_2006_report.tex

    r3373 r3374  
    108108 \end{table}
    109109 
    110 \begin{figure}[hbt]
    111  \centerline{ \includegraphics[width=150mm, height=100mm]{../report_figures/pt_hedland_gauge_map.jpg}}
     110\begin{sidewaysfigure}
     111 \centerline{ \includegraphics[width=\pagewidth]{../report_figures/pt_hedland_gauge_map.jpg}}
    112112\caption{Point locations used for Port Hedland study.} 
    113113\label{fig:points}
    114 \end{figure}
     114\end{sidewaysfigure}
    115115\input{interpretation}
    116116\input{LAT_map}
Note: See TracChangeset for help on using the changeset viewer.