diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-04-01 22:18:12 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-04-01 22:18:12 +0000 |
commit | f44341da2268b46c80eae3b9f0b0fcda4901e336 (patch) | |
tree | 4a529583b314ae396da6813bc3f529ea56549bc0 /Master/texmf-dist/tex/latex/pdfpages/ppvtex.def | |
parent | 2b114ee4fca0cefdc1df4d7baae0db2dbfa2172b (diff) |
pdfpages v0.4c (2008-04-01)
git-svn-id: svn://tug.org/texlive/trunk@7280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pdfpages/ppvtex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/pdfpages/ppvtex.def | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def b/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def index 484a1aa121d..0955985d642 100644 --- a/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def +++ b/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def @@ -10,28 +10,38 @@ %% %% 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 +%% This work may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% 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. +%% and version 1.3 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>. +%% The Current Maintainer of this work is +%% Andreas Matthias <andreas.matthias@gmail.com>. %% %% Please send error reports and suggestions for improvements to -%% Andreas MATTHIAS <amat@kabsi.at>. +%% Andreas MATTHIAS <andreas.matthias@gmail.com>. %% -\def\AM@fileversion{v0.4a} +\def\AM@fileversion{v0.4c} \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) $ +\AM@SVN@Date$Date: 2008-04-01 17:31:14 +0200 (Tue, 01 Apr 2008) $ \ProvidesFile{ppvtex.def} [\AM@filedate\space\AM@fileversion\space Pdfpages driver for VTeX (AM)] +\begingroup +\@ifundefined{ver@vtex.def}{% + \PackageError{pdfpages} + {The graphics package was loaded with driver\MessageBreak + `\Gin@driver', which cannot be used with VTeX} + {Check the driver option of the graphics package.} + \global\let\AM@endinput\relax + \aftergroup\endinput}{} +\endgroup \ifnum\VTeXversion<822 \PackageError{pdfpages} {Package pdfpages requires at least\MessageBreak @@ -56,6 +66,7 @@ \setlength{\mediawidth}{\the\wd\@tempboxa}% \setlength{\mediaheight}{\the\ht\@tempboxa}% } +\let\AM@pagesize@boogie\relax \def\AM@setlscape{\special{pS: [{ThisPage}\string<\string</Rotate 90\string>\string>%] /PUT pdfmark}% @@ -69,6 +80,7 @@ \fi \AM@findfile@ii{#1}% } +\let\AM@IfFileExists\IfFileExists \def\AM@linktodoc@special@begin{% \special{!aref <\ifAM@newwindow n\fi f=\AM@linkfilename>!\AM@linktodoc@page; @@ -89,8 +101,7 @@ \def\AM@thread@special@end{\special{!endthread}} \def\AM@dest@special{\special{!aname \AM@linkname.\AM@page}} \def\AM@anchor@special{\special{!aname pdfpages.\the\count1}} -\edef\AM@linkfit@special{fit}%r width\the\wd\@tempboxa\space - % height0pt depth\the\@tempdima} +\def\AM@convert@dest#1{} \let\AM@disable@includegraphics\relax \endinput %% |