2013/3/29 Herbert Schulz <[email protected]>: > > On Mar 29, 2013, at 6:55 AM, Simon Cozens <[email protected]> wrote: > >> On 29/03/2013 19:05, Peter Dyballa wrote: >>> Can you give a minimal example? >> >> sh-3.2$ cat test.tex >> \documentclass{article} >> \usepackage{graphicx} >> \begin{document} >> \includegraphics{full-logo.png} >> \end{document} >> >> sh-3.2$ file ./full-logo.png >> ./full-logo.png: PNG image data, 250 x 71, 8-bit/color RGBA, non-interlaced >> >> sh-3.2$ xelatex test >> This is XeTeX, Version 3.1415926-2.5-0.9999.1 (TeX Live 2013/dev) >> restricted \write18 enabled. >> entering extended mode >> (./test.tex >> LaTeX2e <2011/06/27> >> Babel <v3.8m> and hyphenation patterns for <elided> loaded. >> (/usr/local/texlive/2012/texmf-dist/tex/latex/base/article.cls >> Document Class: article 2007/10/19 v1.4h Standard LaTeX document class >> (/usr/local/texlive/2012/texmf-dist/tex/latex/base/size10.clo)) >> (/usr/local/texlive/2012/texmf-dist/tex/latex/graphics/graphicx.sty >> (/usr/local/texlive/2012/texmf-dist/tex/latex/graphics/keyval.sty) >> (/usr/local/texlive/2012/texmf-dist/tex/latex/graphics/graphics.sty >> (/usr/local/texlive/2012/texmf-dist/tex/latex/graphics/trig.sty) >> (/usr/local/texlive/2012/texmf-dist/tex/latex/latexconfig/graphics.cfg) >> (/usr/local/texlive/2012/texmf-dist/tex/xelatex/xetex-def/xetex.def))) >> (./test.aux) >> ! Unable to load picture or PDF file 'full-logo.png'. >> <to be read again> >> } >> l.4 \includegraphics{full-logo.png} >> >> ? > > > Howdy, > > I'm getting the same error message with 0.9999.2 on Mac OS X 10.8. Is this a > problem with xetex.def? > After compilation in Linux I did:
cd /usr/local/texlive cp -Rva 2012 9999 hardlink.py 2012 9999 (just to save disk space) cd 9999/bin/x86_64 rm xetex cp /path/to/compiled/xetex-0.9999.1/xetex ./ Then I switched PATH to point to /usr/local/texlive/9999/bin/x86_64 Thus I use basically the TL2012 environment and xdvipdfmx from TL 2012. > Good Luck, > > Herb Schulz > (herbs at wideopenwest dot com) > > > > > > > -------------------------------------------------- > Subscriptions, Archive, and List information, etc.: > http://tug.org/mailman/listinfo/xetex -- Zdeněk Wagner http://hroch486.icpf.cas.cz/wagner/ http://icebearsoft.euweb.cz -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex
