Changeset 3374
- Timestamp:
- Jul 19, 2006, 12:41:52 PM (18 years ago)
- Location:
- production/pt_hedland_2006
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
production/pt_hedland_2006/make_report.py
r3367 r3374 79 79 'LAT': 'LAT_map'} 80 80 81 gauge_map = 'pt_hedland_ dli_gauge.jpg'81 gauge_map = 'pt_hedland_gauge_map.jpg' 82 82 83 83 # Create sections and graphs for each designated production directory … … 226 226 fid.write(s) 227 227 228 s = '\\begin{ figure}[hbt] \n \centerline{ \includegraphics[width=150mm, height=100mm]{../report_figures/%s}}' %gauge_map228 s = '\\begin{sidewaysfigure} \n \centerline{ \includegraphics[width=\pagewidth]{../report_figures/%s}}' %gauge_map 229 229 fid.write(s) 230 230 … … 232 232 \caption{Point locations used for Port Hedland study.} 233 233 \label{fig:points} 234 \end{ figure}234 \end{sidewaysfigure} 235 235 """ 236 236 fid.write(s) -
production/pt_hedland_2006/report/latexoutput.tex
r3373 r3374 38 38 \label{fig:gaugeWaterTanks} 39 39 \end{figure} 40 \clearpage41 40 42 41 \begin{figure}[hbt] … … 79 78 \label{fig:gaugeRichardsonStreet} 80 79 \end{figure} 81 \clearpage80 82 81 \begin{figure}[hbt] 83 82 \centering … … 90 89 \end{figure} 91 90 91 \clearpage 92 92 \begin{figure}[hbt] 93 93 \centering … … 119 119 \label{fig:gaugeNelsonPointWarf} 120 120 \end{figure} 121 \clearpage122 121 123 122 \begin{figure}[hbt] … … 181 180 \end{figure} 182 181 182 \clearpage 183 183 \begin{figure}[hbt] 184 184 \centering -
production/pt_hedland_2006/report/pt_hedland_2006_report.tex
r3373 r3374 108 108 \end{table} 109 109 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}} 112 112 \caption{Point locations used for Port Hedland study.} 113 113 \label{fig:points} 114 \end{ figure}114 \end{sidewaysfigure} 115 115 \input{interpretation} 116 116 \input{LAT_map}
Note: See TracChangeset
for help on using the changeset viewer.