[XeTeX] Problem involving \includegraphics after texlive update on Debian Tesing

2017-07-07 Thread Johann Spies
After a recent upgrade of texlive to 2017.20170629-1 on Debian I am experiencing a problem compiling a longstanding document and I can replicate the problem with the following code: \documentclass[12pt,a4paper]{article} \usepackage{fontspec} % Gebruik met xelatex \usepackage{graphicx} % Gebruik me

Re: [XeTeX] Problem involving \includegraphics after texlive update on Debian Tesing

2017-07-07 Thread Joseph Wright
On 07/07/2017 12:54, Johann Spies wrote: > After a recent upgrade of texlive to 2017.20170629-1 on Debian I am > experiencing a problem compiling a longstanding document and I can > replicate the problem with the following code: > > \documentclass[12pt,a4paper]{article} > \usepackage{fontspec} % G

Re: [XeTeX] Problem involving \includegraphics after texlive update on Debian Tesing

2017-07-07 Thread David Carlisle
\Gin@log is defined in the core graphics.sty so it would seem that you have updated xetex.def but not graphics itself, or perhaps have an old copy in your path David On 7 July 2017 at 13:09, Joseph Wright wrote: > On 07/07/2017 12:54, Johann Spies wrote: >> After a recent upgrade of texlive to

Re: [XeTeX] Problem involving \includegraphics after texlive update on Debian Tesing

2017-07-07 Thread Johann Spies
Thanks for your attention Joseph. On Fri, Jul 07, 2017 at 01:09:08PM +0100, Joseph Wright wrote: > > Could you add \listfiles to your input and post the resulting *File > list* from the .log? > *File List* article.cls2014/09/29 v1.4h Standard LaTeX document class size12.clo2014/09/2

Re: [XeTeX] Problem involving \includegraphics after texlive update on Debian Tesing

2017-07-07 Thread David Carlisle
graphicx.sty1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) keyval.sty1999/03/16 v1.13 key=value parser (DPC) graphics.sty2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR) trig.sty1999/03/16 v1.09 sin cos tan (DPC) graphics.cfg2016/06/04 v1.11 sample graphics configu

Re: [XeTeX] Problem involving \includegraphics after texlive update on Debian Tesing

2017-07-07 Thread Ulrike Fischer
Am Fri, 7 Jul 2017 14:32:05 +0200 schrieb Johann Spies: > graphicx.sty1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) > keyval.sty1999/03/16 v1.13 key=value parser (DPC) > graphics.sty2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR) > trig.sty1999/03/16 v1.09 sin cos

Re: [XeTeX] Problem involving \includegraphics after texlive update on Debian Tesing[Solved]

2017-07-07 Thread Johann Spies
Hallo David, On Fri, Jul 07, 2017 at 01:12:36PM +0100, David Carlisle wrote: > \Gin@log is defined in the core graphics.sty so it would seem that you > have updated xetex.def but not graphics itself, or perhaps have an > old copy in your path > Thanks for your spoton answer. I discovered three