summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/newpax/doc-use-newpax.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/newpax/doc-use-newpax.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/newpax/doc-use-newpax.tex35
1 files changed, 0 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/lualatex/newpax/doc-use-newpax.tex b/Master/texmf-dist/doc/lualatex/newpax/doc-use-newpax.tex
deleted file mode 100644
index dc23bcd842b..00000000000
--- a/Master/texmf-dist/doc/lualatex/newpax/doc-use-newpax.tex
+++ /dev/null
@@ -1,35 +0,0 @@
-% !Mode:: "TeX:UTF-8:Main"
-
-\RequirePackage{pdfmanagement-testphase}
-\DeclareDocumentMetadata{uncompress}
-\documentclass{article}
-
-\usepackage{pdfpages,xcolor}
-
-\usepackage{hyperref}
-\hypersetup{linkbordercolor=blue}
-
-\usepackage{newpax}
-
-%use the link border color and style of the imported pdf
-%and not hyperref colors
-\newpaxsetup{usefileattributes=true}
-
-\begin{document}
-
-\includegraphics[scale=0.5,trim=4cm 15cm 8cm 3cm,clip,page=1]{doc-input1}
-\includegraphics[scale=0.5,trim=5cm 15cm 8cm 3cm,clip,page=2]{doc-input1}
-
-%set a unique suffix if the pdf is imported twice
-\newpaxsetup{destsuffix=B}
-\includegraphics[scale=0.5,trim=4cm 15cm 8cm 3cm,clip,page=1]{doc-input1}
-\includegraphics[scale=0.5,trim=5cm 15cm 8cm 3cm,clip,page=2]{doc-input1}
-
-% suppress the adding of annotations
-\newpaxsetup{addannots=false}
-\includegraphics[scale=0.5,trim=4cm 15cm 8cm 3cm,clip,page=1]{doc-input1}
-
-%reactivate, don't use file attributes
-\newpaxsetup{addannots=true,usefileattributes=false}
-\includepdf[pages=-]{doc-input2}
-\end{document}