Andre Poenitz wrote:

On Tue, Nov 19, 2002 at 12:21:28PM -0500, Richard A. Bilonick wrote:

It's not the fonts nor is it the eps file itself. The LyX code written by LyX appears to be incorrect.

Could you check whether there is a difference in the intermediate .tex
(LyX -> pdf goes through .tex, you could obtain the file by exporting to
LaTeX)

Andre'


Here is the relevant part of the tex code from both files. The only difference I see is the filename specification.

Lest I forget, thanks to everyone for looking at this and bearing with me.

Rick B.


##############################################################
Here is the tex code from the version that does NOT work:


%
\begin{figure}[h!]

\caption{PM$_{2.5}$ WS Concentration 1 bias.\label{WS 1 bias}}

\vspace*{\bigskipamount}
\begin{center}\includegraphics[ width=1.0\columnwidth]{../PS/pm2.5.nonconstant.bias.ws.conc.1.eps}\end{center}\vspace*{\bigskipamount}

\end{figure}
%
\begin{figure}[h!]

\caption{PM$_{2.5}$ MS Concentration 2 bias.\label{MS 2 bias}}

\bigskip{}
\begin{center}\includegraphics[ width=1.0\columnwidth]{/projects/Winters.Steve/PS/pm2.5.nonconstant.bias.ms.conc.2.eps}\end{center}\bigskip{}

\end{figure}
%
\begin{figure}[h!]

\caption{PM$_{2.5}$ WS Concentration 2 bias.\label{WS 2 bias}}

\vspace*{\bigskipamount}
\begin{center}\includegraphics[ width=1.0\columnwidth]{../PS/pm2.5.nonconstant.bias.ws.conc.2.eps}\end{center}\vspace*{\bigskipamount}

\end{figure}
%

#################################################################################
Here is the tex code from the version that works:


%
\begin{figure}[h!]

\caption{PM$_{2.5}$ WS Concentration 1 bias.\label{WS 1 bias}}

\vspace*{\bigskipamount}
\begin{center}\includegraphics[ width=1.0\columnwidth]{../PS/pm2.5.nonconstant.bias.ws.conc.1.eps}\end{center}\vspace*{\bigskipamount}

\end{figure}
%
\begin{figure}[h!]

\caption{PM$_{2.5}$ MS Concentration 2 bias.\label{MS 2 bias}}

\bigskip{}
\begin{center}\includegraphics[ width=1.0\columnwidth]{../PS/pm2.5.nonconstant.bias.ms.conc.2.eps}\end{center}\bigskip{}

\end{figure}
%
\begin{figure}[h!]

\caption{PM$_{2.5}$ WS Concentration 2 bias.\label{WS 2 bias}}

\vspace*{\bigskipamount}
\begin{center}\includegraphics[ width=1.0\columnwidth]{../PS/pm2.5.nonconstant.bias.ws.conc.2.eps}\end{center}\vspace*{\bigskipamount}

\end{figure}
%




Reply via email to