Re: [XeTeX] Conflict among XeLaTeX, LaTeX.mk, and pdfpages

2018-01-11 Thread Andreas Matthias
David Carlisle wrote: > (apparently) you need to run > > extractbb testa.pdf > > after processing testa.tex and before testb.tex Seems like texdepends insists on using extractbb which is very unfortunate since graphicx.sty and xetex (xdvipdfmx) don't need it at all. Using extractbb has one big d

Re: [XeTeX] Conflict among XeLaTeX, LaTeX.mk, and pdfpages

2018-01-02 Thread Ulrike Fischer
Am Mon, 1 Jan 2018 17:22:12 -0600 (CST) schrieb msk...@ansuz.sooke.bc.ca: > I've run into a problem when using all three of XeLaTeX, LaTeX.mk, and > pdfpages, in their current versions from the latest TeXLive. It appears > that in order to determine file dependencies, LaTeX.mk runs the TeX engine

Re: [XeTeX] Conflict among XeLaTeX, LaTeX.mk, and pdfpages

2018-01-01 Thread David Carlisle
(apparently) you need to run extractbb testa.pdf after processing testa.tex and before testb.tex not sure if pdfpages should not require this but in any case the issue seems to be at the macro layer not in the xetex or xdvipdfmx binaries. David On 1 January 2018 at 23:22, wrote: > I've run