Re: Problem after texlive update[Solved]

2017-07-07 Thread Johann Spies
People from the xetex-usersgroup helped me. The problem was that I had some older versions of graphics.sty lying around in /usr/local/... After removing them the compilation succeeded. Moral of the story: rmove the stuff in /usr/local/ that duplicates what is installed using texlive. Regards. J

Problem after texlive update

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