<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi, Herbert,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">>​The problem even exists for latex->dvips->ps2pdf processing. I.e.,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">> remove the dvipdfmx option from the two \usepackage commands</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">> and it still fails independent of order of the package calls.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">> Fully updated TeX Live 2015.<br>​</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Dvips can include ONLY eps format, so you always have to use tiger.eps</div><div class="gmail_extra"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">​with the latex->dvips->​ps2pdf processing.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">With dvips.def only, they can include only eps fomat. So they immediately</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">searches tiger.eps when extensions are implicit.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">My problem is:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">With dvipdfmx.def overloaded with dvips.def, the macros for including</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">explicit .pdf graphics is alive, but the macros for implicit extensions</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">are overwritten with one in dvips.def, which can include only .eps.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hironobu Yamashita</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div></div><div class="gmail_extra"><div class="gmail_quote">2015-06-27 0:17 GMT+09:00 Herbert Schulz <span dir="ltr"><<a href="mailto:herbs@wideopenwest.com" target="_blank">herbs@wideopenwest.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div><div class="h5">> On Jun 26, 2015, at 9:42 AM, Hironobu YAMASHITA <<a href="mailto:h.y.acetaminophen@gmail.com">h.y.acetaminophen@gmail.com</a>> wrote:<br>
><br>
> > Have you tried to switch the order of paxckages? The documentation<br>
> > says that hyperref should be loaded as the last one.<br>
><br>
> Yes, of course I've tried switching the order of packages:<br>
><br>
> \usepackage[dvipdfmx]{graphicx}<br>
> \usepackage[dvipdfmx,colorlinks=true,linkcolor=blue]{hyperref}<br>
><br>
> However, color.sty still calls dvips.def and conflicts with dvipdfmx.def.<br>
><br>
> One of possible solution may be:<br>
><br>
> \usepackage[dvipdfmx]{graphicx,color}% <- explicit option for color.sty<br>
> \usepackage[dvipdfmx,colorlinks=true,linkcolor=blue]{hyperref}<br>
><br>
> But I think this kind of problem is hard to resolve on the users' side,<br>
> so I hope this can be handled on the package itself.<br>
><br>
> Regards,<br>
><br>
> Hironobu Yamashita<br>
> <a href="mailto:h.y.acetaminophen@gmail.com">h.y.acetaminophen@gmail.com</a><br>
><br>
><br>
> 2015-06-26 23:21 GMT+09:00 Zdenek Wagner <<a href="mailto:zdenek.wagner@gmail.com">zdenek.wagner@gmail.com</a>>:<br>
> ​​Have you tried to switch the order of paxckages? The documentation<br>
> says that hyperref should be loaded as the last one.<br>
> Zdeněk Wagner<br>
> <a href="http://hroch486.icpf.cas.cz/wagner/" target="_blank" rel="noreferrer">http://hroch486.icpf.cas.cz/wagner/</a><br>
> <a href="http://icebearsoft.euweb.cz" target="_blank" rel="noreferrer">http://icebearsoft.euweb.cz</a><br>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;display:inline">​​</div>><br>
><br>
> 2015-06-26 7:48 GMT+02:00 Hironobu YAMASHITA <<a href="mailto:h.y.acetaminophen@gmail.com">h.y.acetaminophen@gmail.com</a>>:<br>
> > Hello,<br>
> ><br>
> > I have some trouble with hyperref.sty when used at the same time with<br>
> > graphicx.sty. The following LaTeX source can cause an error.<br>
> > Please typeset using LaTeX + dvipdfmx.<br>
> > (tiger.pdf can be obtained by converting tiger.eps with Ghostscript.)<br>
> ><br>
<br>
</div></div>Howdy,<br>
<br>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;display:inline">​​</div>The problem even exists for latex->dvips->ps2pdf processing. I.e., remove the dvipdfmx option from the two \usepackage commands and it still fails independent of order of the package calls. Fully updated TeX Live 2015.<br>
<br>
Good Luck,<br>
<br>
Herb Schulz<br>
(herbs at wideopenwest dot com)<br>
<br><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;display:inline">​​</div><br>
</blockquote></div><br></div></div>