blob: 5bd4b273c01841544f18c9822ca55eb40f0e91bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#newpax — A package to reinsert links in PDF included as graphics
This package allows to insert PDF in a document while preserving
internal and external links. With lualatex it works in the document
directly, other engines require to run a compilaton with lualatex or to call
a lua script first.
The package is based on and uses code from [pax](https://ctan.org/pkg/pax) by Heiko Oberdiek.
Packageversion: 0.5
Packagedate: 2021-02-26
Author: Ulrike Fischer
## License
The newpax package may be modified and distributed under the terms and conditions of the
[LaTeX Project Public License](https://www.latex-project.org/lppl/), version 1.3c or greater.
## Installation
Use the package manager of your texsystem or
unpack the dtx and put the sty and the lua into tex\latex\newpax.
## Issues, comments, etc
https://github.com/u-fischer/newpax
|