summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/pdfpages/pppdftex.def')
-rw-r--r--Master/texmf-dist/tex/latex/pdfpages/pppdftex.def35
1 files changed, 23 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def b/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def
index 18fc3c62ac5..537326f7008 100644
--- a/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def
+++ b/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def
@@ -6,18 +6,31 @@
%%
%% pdfpages.dtx (with options: `pppdftexdef')
%%
-%% This is a package for PDFLaTeX, which makes it
-%% easy to insert pages of external PDF documents.
-%%
%% This file is part of the pdfpages package.
%%
-%% Copyright (C) 2001-2003 Andreas MATTHIAS.
-%%
+%% Copyright (C) 2001-2006 Andreas MATTHIAS
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3c of this license or (at your option) any
+%% later version. The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of
+%% LaTeX version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is Andreas Matthias <amat@kabsi.at>.
+%%
%% Please send error reports and suggestions for improvements to
%% Andreas MATTHIAS <amat@kabsi.at>.
%%
+\def\AM@fileversion{v0.4a}
+\def\AM@SVN@Date@i#1-#2-#3\END{\def\AM@filedate{#1/#2/#3}}
+\def\AM@SVN@Date$Date: #1 #2${\AM@SVN@Date@i#1\END}
+\AM@SVN@Date$Date: 2006-08-12 01:13:35 +0200 (Sat, 12 Aug 2006) $
\ProvidesFile{pppdftex.def}
- [2004/01/31 v0.3e
+ [\AM@filedate\space\AM@fileversion\space
Pdfpages driver for pdfTeX (AM)]
\ifnum\pdftexversion<100
\PackageError{pdfpages}
@@ -28,11 +41,7 @@
\expandafter\endinput
\fi
\ifcase\pdfoutput
- \PackageError{pdfpages}
- {You produce DVI output but PDF output\MessageBreak
- is needed for package pdfpages}
- {Set output to PDF. (use: \pdfoutput = 1)}
- \let\AM@endinput\relax
+ \input{ppnull.def}
\expandafter\endinput
\fi
\begingroup
@@ -102,7 +111,9 @@
\let\AM@thread@special@end\relax
\def\AM@dest@special{\pdfdest name {\AM@linkname.\AM@page} \AM@linkfit}
\def\AM@anchor@special{\pdfdest name {pdfpages.\the\count1} fit}
-
+\edef\AM@linkfit@special{fitr width\the\wd\@tempboxa\space
+ height0pt depth\the\@tempdima}
+\let\AM@disable@includegraphics\relax
\endinput
%%
%% End of file `pppdftex.def'.