On 23 Jan 06, at 18:03, Todd Denniston wrote:
Marc D. wrote:
The problem is that although I can see the included images
in the LyX screen, I cannot see the images when I select
View --> PDF (pdflatex). I can't even get Preview to show
anything if I pick the other two options (dvidpdm and 'ps to pdf').
With pdflatex, the PDF comes up, the text is there, but the images
are not. The space they should occupy is just blank.
Completely blank or it has the name of the image file where the
image should be?
Completely blank.
I get the same behaviour with TeXshop after I convert my LyX to
laTeX, so I'm guessing I have something misconfigured somewhere,
but WHAT???
<SNIP Tried a lot of things that make sense>
try going (using the QT interface) to
Layout->Document->Layout (AKA Document Style)
and make sure that the "Options:" line does not contain the word
draft.
View DVI brings up Texshop and... the image is blank.
View LaTeX brings up Texshop with the following code,
but no image is displayed by Texshop either. This is why
I think it's not so much a LyX problem but a TeX problem.
I could be wrong.
======== cut 1 Latex file ========
%% LyX 1.3 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\makeatletter
\usepackage{babel}
\makeatother
\begin{document}
test: \includegraphics{a1.tiff}
\end{document}
========= end cut 1 ============
Also does it work when you look at DVI instead of PDF?
Nope. Same problem.