Jean-Marc Lasgouttes wrote:
Angus> Jean-Marc Lasgouttes wrote: You tell me that your teTeX 3.0
Angus> version of pdflatex likes the second flavour but not the first?
Angus> Is that a function of the compiler or of the graphicx.sty?

I guess the difference is more likely to be in pdftex.def, which is
supposed to be the graphics driver. What happens if you set
explicitely the graphics driver to pdftex?

Angus> How do I do that?

Pass it as option to the graphicx package. I wonder whether we should
pass a different option to graphicx depending on the flavor of LaTeX
we use.

pdflatex is happy with this, but isn't happy if .png is moved inside of \string". (No known extension .png".) For info, I attach the entire MiKTeX tex/latex/graphics directory.

Angus

\documentclass[german]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[pdftex]{graphicx}

\makeatletter
\usepackage{babel}
\makeatother
\begin{document}
%
\begin{figure}
\begin{flushleft}\includegraphics[%
  width=0.9\columnwidth,
  height=0.5\columnwidth]{\string"im ages/picture\string".png}%
\end{flushleft}

\caption{\noindent Text}
\end{figure}

\end{document}

Attachment: graphics.tar.bz2
Description: Binary data

Reply via email to