[OS X TeX] Including jpg w/ graphicx

Ross Moore ross at ics.mq.edu.au
Tue Nov 22 21:23:51 CET 2005


On 23/11/2005, at 7:13 AM, Christopher Allen wrote:

> Here's the code, all trimmed down:
>
> \documentclass[letterpaper,10pt]{article}
> \usepackage{graphicx}
> \graphicspath{~/Pictures/}

That should be:

  \graphicspath{{~/Pictures/}}

or it may be the ~ that isn't appropriate, in which case
it need to be the full path:
e.g.

  \graphicspath{{/Users/rossmoor/Pictures/}}


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

------------------------------------------------------------------------
Ross Moore                                         ross at maths.mq.edu.au
Mathematics Department                             office: E7A-419
Macquarie University                               tel: +61 +2 9850 8955
Sydney, Australia  2109                            fax: +61 +2 9850 8114
------------------------------------------------------------------------


------------------------- 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