./print/tex-pdfpages-doc, Documentation for tex-pdfpages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5y, Package name: tex-pdfpages-doc-0.5y, Maintainer: minskim

Documentation for tex-pdfpages.


Required to run:
[print/kpathsea]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-02-15 20:24:15 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-pdfpages{,-doc}: update to 0.5y

Fixed:
- Issues with twocolumn documents.
   2023-04-01 23:53:09 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-pdfpages{,-doc}: update to 0.5x

Keyval arguments of \includepdf are getting expanded.
Expanding args of addtotoc and addtolist more graciously.
   2022-09-01 06:55:57 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-pdfpages{,-doc}: update to 0.5v

Bug fix: Infinite loop if PDF file is not found.
   2022-04-14 05:10:21 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-pdfpages{,-doc}: update to 0.5u

0.5u
Bug fix: Missing page break after first page.

0.5t
This release fixes an issue with page rotations
when used together with the new pdfmanagement code.

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.

0.5r
This version introduces an extension for package authors
   2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Remove SHA1 hashes for distfiles
   2021-06-05 07:08:28 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-pdfpages{,-doc}: update to 0.5t

This release fixes an issue with page rotations
when used together with the new pdfmanagement code.
   2021-02-13 12:26:48 by Mark Davies | Files touched by this commit (4) | Package updated
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.