[tex-live] Updated graphicx and dvipdfmx

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jun 13 13:04:50 CEST 2017


On 13/06/2017 11:58, Herbert Schulz wrote:
> Howdy,
> 
> after the 2017/06/01 update I get the error
> 
> /Figdvipdfmx.tex:22: Argument of \Ginclude at dvipdfmx has an extra }.
> <inserted text> 
>                 \par 
> l.22   	\includegraphics{figs/MyPic.jpg}
> 
> when trying to include a jpg file using latex->dvipdfmx.
> 
> Good Luck,
> 
> Herb Schulz
> (herbs at wideopenwest dot com)

Already fixed and submitted to CTAN: there was a misplaced brace, sorry.
Fix until that propagates is

    \makeatletter
    \def\Ginclude at bmp#1{%
       \let\Gin at page\@empty
       \let\Gin at pagebox\@empty
      \Ginclude at dvipdfmx{#1}{image}%
     }
    \makeatother

Joseph



More information about the tex-live mailing list