Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Richard A. Bilonick
OK, I elimanted the unnecessary text.

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

I changed the LyX code so that all three graphs have the same specs. I 
tried first to do this using LyX and it's graph menus. For some reason, 
LyX would not change the specs directly. So I went in by hand and 
edited them. Now I can view and print in both ps and pdf. I'm not sure 
why the difference caused a Postscript error nor why LyX would not 
change them via it's menus.


I changed:

(original LyX code for eps graph on p. 9)
===
\layout Standard


\begin_inset Graphics FormatVersion 1
  filename /projects/Winters.Steve/PS/pm2.5.nonconstant.bias.ms.conc.2.eps
  display default
  size_type 0
  rotateOrigin leftBaseline
  lyxsize_type 0

\end_inset


\end_inset

===

to

(modified LyX code for eps graph on p. 9)
===
\layout Standard


\begin_inset Graphics FormatVersion 1
  filename /projects/Winters.Steve/PS/pm2.5.nonconstant.bias.ms.conc.2.eps
  display color
  size_type 1
  width 100col%
  rotateOrigin leftBaseline
  lyxsize_type 1
  lyxwidth 297pt
  lyxheight 178pt

\end_inset


\end_inset
===




Rick B.





Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Richard A. Bilonick
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}
%




Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Richard A. Bilonick
Herbert Voss wrote:


Richard A. Bilonick schrieb:



I changed:

  width 100col%


then this is your problem. It is the only change LaTeX parameter and
says that your graphics gets a width of the actuell column (line).
I suppose, that your image is too big for the page, so it does not work
without this parameter. Nevertheless this width=100% of columnwidth
can be set from inside the graphic gui.

Herbert




I agree and the first thing I tried to do was to use the GUI in LyX to 
change the specs to the same as the other eps graphs that would print. 
Yet, when I checked the code, the code was not changed and still would 
not view or print. I had to go in manually and edit the LyX code directly.

Rick B.




Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Herbert Voss
Richard A. Bilonick schrieb:


I agree and the first thing I tried to do was to use the GUI in LyX to 
change the specs to the same as the other eps graphs that would print. 
Yet, when I checked the code, the code was not changed and still would 
not view or print. I had to go in manually and edit the LyX code 
directly. 

no, this is not the best way and should be absolutely not happened.
Prepare an example-doc with only this image and send to me as
private mail.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/






Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Richard A. Bilonick
OK, I elimanted the unnecessary text.

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

I changed the LyX code so that all three graphs have the same specs. I 
tried first to do this using LyX and it's graph menus. For some reason, 
LyX would not change the specs directly. So I went in by hand and 
edited them. Now I can view and print in both ps and pdf. I'm not sure 
why the difference caused a Postscript error nor why LyX would not 
change them via it's menus.


I changed:

(original LyX code for eps graph on p. 9)
===
\layout Standard


\begin_inset Graphics FormatVersion 1
  filename /projects/Winters.Steve/PS/pm2.5.nonconstant.bias.ms.conc.2.eps
  display default
  size_type 0
  rotateOrigin leftBaseline
  lyxsize_type 0

\end_inset


\end_inset

===

to

(modified LyX code for eps graph on p. 9)
===
\layout Standard


\begin_inset Graphics FormatVersion 1
  filename /projects/Winters.Steve/PS/pm2.5.nonconstant.bias.ms.conc.2.eps
  display color
  size_type 1
  width 100col%
  rotateOrigin leftBaseline
  lyxsize_type 1
  lyxwidth 297pt
  lyxheight 178pt

\end_inset


\end_inset
===




Rick B.





Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Richard A. Bilonick
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}
%




Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Richard A. Bilonick
Herbert Voss wrote:


Richard A. Bilonick schrieb:



I changed:

  width 100col%


then this is your problem. It is the only change LaTeX parameter and
says that your graphics gets a width of the actuell column (line).
I suppose, that your image is too big for the page, so it does not work
without this parameter. Nevertheless this width=100% of columnwidth
can be set from inside the graphic gui.

Herbert




I agree and the first thing I tried to do was to use the GUI in LyX to 
change the specs to the same as the other eps graphs that would print. 
Yet, when I checked the code, the code was not changed and still would 
not view or print. I had to go in manually and edit the LyX code directly.

Rick B.




Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Herbert Voss
Richard A. Bilonick schrieb:


I agree and the first thing I tried to do was to use the GUI in LyX to 
change the specs to the same as the other eps graphs that would print. 
Yet, when I checked the code, the code was not changed and still would 
not view or print. I had to go in manually and edit the LyX code 
directly. 

no, this is not the best way and should be absolutely not happened.
Prepare an example-doc with only this image and send to me as
private mail.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/






Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Richard A. Bilonick
OK, I elimanted the unnecessary text.

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

I changed the LyX code so that all three graphs have the same specs. I 
tried first to do this using LyX and it's graph menus. For some reason, 
LyX would not change the specs directly. So I went in by hand and 
edited them. Now I can view and print in both ps and pdf. I'm not sure 
why the difference caused a Postscript error nor why LyX would not 
change them via it's menus.


I changed:

(original LyX code for eps graph on p. 9)
===
\layout Standard


\begin_inset Graphics FormatVersion 1
  filename /projects/Winters.Steve/PS/pm2.5.nonconstant.bias.ms.conc.2.eps
  display default
  size_type 0
  rotateOrigin leftBaseline
  lyxsize_type 0

\end_inset


\end_inset

===

to

(modified LyX code for eps graph on p. 9)
===
\layout Standard


\begin_inset Graphics FormatVersion 1
  filename /projects/Winters.Steve/PS/pm2.5.nonconstant.bias.ms.conc.2.eps
  display color
  size_type 1
  width 100col%
  rotateOrigin leftBaseline
  lyxsize_type 1
  lyxwidth 297pt
  lyxheight 178pt

\end_inset


\end_inset
===




Rick B.





Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Richard A. Bilonick
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}
%




Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Richard A. Bilonick
Herbert Voss wrote:


Richard A. Bilonick schrieb:



I changed:

  width 100col%


then this is your problem. It is the only change LaTeX parameter and
says that your graphics gets a width of the actuell column (line).
I suppose, that your image is too big for the page, so it does not work
without this parameter. Nevertheless this width=100% of columnwidth
can be set from inside the graphic gui.

Herbert




I agree and the first thing I tried to do was to use the GUI in LyX to 
change the specs to the same as the other eps graphs that would print. 
Yet, when I checked the code, the code was not changed and still would 
not view or print. I had to go in manually and edit the LyX code directly.

Rick B.




Re: New More Serious Problems with 1.2.1 - Solved!

2002-11-19 Thread Herbert Voss
Richard A. Bilonick schrieb:


I agree and the first thing I tried to do was to use the GUI in LyX to 
change the specs to the same as the other eps graphs that would print. 
Yet, when I checked the code, the code was not changed and still would 
not view or print. I had to go in manually and edit the LyX code 
directly. 

no, this is not the best way and should be absolutely not happened.
Prepare an example-doc with only this image and send to me as
private mail.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/