diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty b/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty index 1e4406c07f1..a0dc10e074a 100644 --- a/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty +++ b/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty @@ -22,12 +22,12 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{pst-pdf} - [2006/07/14 v1.1n PS graphics for pdfLaTeX (RN,HjG)] + [2006/08/31 v1.1o PS graphics for pdfLaTeX (RN,HjG)] \newcommand*\ppf@TeX@mode{-1} \newcommand*\ppf@draft{false} \newif\if@ppf@PST@used\@ppf@PST@usedtrue \newif\if@ppf@tightpage \@ppf@tightpagetrue -\DeclareOption{active}{\def\ppf@TeX@mode{0}} +\DeclareOption{active}{\OptionNotUsed} \DeclareOption{inactive}{\def\ppf@TeX@mode{9}} \DeclareOption{ignore}{\def\ppf@TeX@mode{999}} \DeclareOption{pstricks}{\@ppf@PST@usedtrue} @@ -183,6 +183,9 @@ \@ifundefined{pfx@includegraphicx}{}{% \PreviewMacro[{{}{}}]{\pfx@includegraphicx}}% }% + \def\Gscale@@box#1#2#3{% + \toks@{\mbox}% + } \def\Ginclude@graphics#1{% \ifpr@outer \ppf@is@pdfTeX@graphic{#1}{\ppf@other@extensions}{\Gin@extensions}% |