diff options
author | Karl Berry <karl@freefriends.org> | 2006-08-14 23:00:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-08-14 23:00:18 +0000 |
commit | 29d07a8cd3db51f6eeecc9b1d2cc4d8fd9c7466b (patch) | |
tree | 44c84610dff78d9851054677fe2eb14bb7556aac /Master/texmf-dist/tex/latex/pdfpages/ppnull.def | |
parent | fcb73a12b6a02f56d67959c643719fc60f32af13 (diff) |
pdfpages 0.4a (14aug06)
git-svn-id: svn://tug.org/texlive/trunk@1958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pdfpages/ppnull.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/pdfpages/ppnull.def | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pdfpages/ppnull.def b/Master/texmf-dist/tex/latex/pdfpages/ppnull.def new file mode 100644 index 00000000000..a538bc80221 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pdfpages/ppnull.def @@ -0,0 +1,78 @@ +%% +%% This is file `ppnull.def', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% pdfpages.dtx (with options: `ppnulldef') +%% +%% This file is part of the pdfpages package. +%% +%% 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{ppnull.def} + [\AM@filedate\space\AM@fileversion\space + Pdfpages' dummy driver (AM)] +\AM@DVIoutputtrue +\PackageWarningNoLine{pdfpages}{% + I will use a dummy \string\includepdf\space command\MessageBreak + which will NOT insert any pages, because\MessageBreak + you are producing DVI output} +\def\AM@findfile#1{% + \def\AM@currentdocname{#1}% +} +\def\AM@getpagecount{% + \ifx\AM@pagecount\AM@undefined + \PackageWarningNoLine{pdfpages}{% + I cannot determine the number of pages of the\MessageBreak + included document, while in DVI mode. You can\MessageBreak + use the option `lastpage' to give me a hint}% + \edef\AM@pagecount{1}% + \fi +} +\let\AM@pagewidth\paperwidth +\let\AM@pageheight\paperheight +\def\AM@setpagedimen{% + \setlength{\paperwidth}{\the\wd\@tempboxa}% + \setlength{\paperheight}{\the\ht\@tempboxa}% +} +\let\AM@fitpaper@special\relax +\def\AM@findfile#1{% + \def\AM@currentdocname{}% +} +\let\AM@setlscape\relax +\let\AM@linktodoc@special@begin\relax +\let\AM@linktodoc@special@end\relax +\let\AM@survey@special@begin\relax +\let\AM@survey@special@end\relax +\let\AM@thread@special@begin\relax +\let\AM@thread@special@end\relax +\let\AM@dest@special\relax +\let\AM@anchor@special\relax +\let\AM@linkfit@special\relax +\def\AM@disable@includegraphics{% + \renewcommand\includegraphics[2][]{}% +} +\newcommand*{\AM@checkpagenumber}[1]{} +\endinput +%% +%% End of file `ppnull.def'. |