summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdfpagediff/example/ltest.tex
blob: bbcb83299cfaa492917b3962bf11c28c379f3ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%
% This document is in public domain.
% 
\documentclass[a4paper]{article}
\usepackage{pdfpagediff}

\begin{document}

% \definejnldata{stat}{-12pt}{0pt}{0pt}
% \nameUse{statnormal}

%% examples of usage

% \layerPages{file1.pdf}{file2}
% \layerPages[1,2,4-6,8,10-22]{file1.pdf}{file2.pdf}
% \layerPages[1,2,4-6,8]{file1}{file2.pdf}
% \layerPages[1-]{file1.pdf}{file2.pdf}
% \layerPages[1,2,4-6,8,11-22]{file1.pdf}{file2}

\layerPages{file1.pdf}{file2.pdf}

\end{document}