Path to this page:
Subject: CVS commit: pkgsrc/print
From: Mark Davies
Date: 2021-02-13 12:26:48
Message id: 20210213112648.7E7E4FA95@cvs.NetBSD.org
Log Message:
tex-pdfpages{,-doc}: update to 0.5s
0.5r
This version introduces an extension for package authors:
Pdfpages calls |\includegraphics| several times to retrieve necessary
information like width, height, or number of pages without actually
typesetting the image. Just the final call to |\includegraphics| will
eventually typeset the image. Packages which hook into
|\includegraphics| and whish to check whether or not this is the final
call to |\includegraphics| can do so by using the counter
|\pdfpages at includegraphics@status|:
0 ... outside of pdfpages
1 ... inside of pdfpages: final call
2 ... inside of pdfpages: non-final call, for internal use
0.5s
Bug fix release: Pdfpages redefined \fboxsep and \fboxrule inside
\includepdf. Thereby causing unexpected results if \fbox was used
inside option |picturecommand|. This bug is fixed. Now \fboxsep and
\fboxrule equal the values which were active just before calling
\includepdf.
Files: