[R] Page width figures in Latex

Jim Lemon jim at bitwrit.com.au
Mon Mar 29 07:09:16 CEST 2010


On 03/29/2010 02:34 PM, Mike Prager wrote:
> ...
> \begin{figure}[!th]
> \begin{center}
> \includegraphics[width=\textwidth]{myfig.eps}\\
> \end{center}
> \end{figure}%
>
Hi Mike,
I wrote too soon, for there was one combination that I had not tried:

\begin{figure*}[!th]
\includegraphics[width=\textwidth]{hypertens.pdf}
\caption{\label{figure:hypertens}
  Reported hypertension by age, sex and alcohol consumption}
\end{figure*}

did exactly what I wanted. Thanks.

Jim



More information about the R-help mailing list