diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-17 23:07:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-17 23:07:44 +0000 |
commit | 19013ab96b71cb402d3386025c84af2c2fe3d903 (patch) | |
tree | d58ccc1a8b3454b3217c0aa89746a832f91a69c0 /Master/texmf-dist/tex/latex/pst-pdf | |
parent | 75c3fbbc249c1eb661ea4e05507ec24a89ed5745 (diff) |
pst-pdf update
git-svn-id: svn://tug.org/texlive/trunk@10624 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-pdf')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty | 6 |
1 files changed, 4 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 e379e06a650..9c2ebf80663 100644 --- a/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty +++ b/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{pst-pdf} - [2008/09/09 v1.1t PS graphics for pdfLaTeX (RN,HjG)] + [2008/09/16 v1.1u PS graphics for pdfLaTeX (RN,HjG)] \newcommand*\ppf@TeX@mode{-1} \newcommand*\ppf@draft{false} \newif\if@ppf@PST@used\@ppf@PST@usedtrue @@ -110,7 +110,9 @@ \let\PreviewBbAdjust\ppf@PreviewBbAdjust}% \begingroup \let\AtBeginDocument\@gobble \let\PackageWarningNoLine\@gobbletwo - \def\pdftexversion{121}\input{pdftex.def}% + \chardef\pdftexversion=121 % + \chardef\pdfoutput=1 % + \input{pdftex.def}% \edef\x{\endgroup\def\noexpand\ppf@other@extensions{\Gin@extensions} }% \x |