[OS X TeX] Including jpg w/ graphicx

Morten Høgholm morten.hoegholm at gmail.com
Tue Nov 22 21:18:50 CET 2005


On Tue, 22 Nov 2005 21:13:15 +0100, Christopher Allen  
<Christopher.T.Allen.95 at Alum.Dartmouth.ORG> wrote:

>
> Since both of you mentioned this, I've switched. I'm now running  
> pdfLaTeX. You may well be right, but the problem persists, so there has  
> got to be another issue here in addition to the pdfLaTeX vs LaTeX  
> possible issue.
>
> Here's the code, all trimmed down:
>
> \documentclass[letterpaper,10pt]{article}
> \usepackage{graphicx}
> \graphicspath{~/Pictures/}

You must add braces around the name but the real problem is the use of ~  
because it's usually active. Try this instead:
	\graphicspath{{\string~/Pictures/}}

> \begin{document}
> \includegraphics*[bb=0 0 67 75]{face1.jpg}
> \end{document}

And then I'm sure you get another warning saying that you should use  
viewport.
-- 
Morten
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list