diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-05 21:39:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-05 21:39:19 +0000 |
commit | ba3365290fc0393217f38c55350c73e34d36a20e (patch) | |
tree | 6722479e61a6fadc4b14a4648cb103a5ccfdcbfe /Master/texmf-dist/tex/latex/pst-pdf | |
parent | a1533bc54fb7e03d4fbe31dc260f56a93df96382 (diff) |
pst-pdf (5mar17)
git-svn-id: svn://tug.org/texlive/trunk@43406 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 | 4 |
1 files changed, 2 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 05e3e6073c9..9cd5b818646 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} - [2016/07/11 v1.2a PS graphics for pdfLaTeX (RN,HjG)] + [2017/02/25 v1.2b PS graphics for pdfLaTeX (RN,HjG)] \newcommand*\ppf@TeX@mode{-1} \newcommand*\ppf@draft{false} \newif\if@ppf@PST@used\@ppf@PST@usedtrue @@ -44,8 +44,8 @@ \PassOptionsToPackage\CurrentOption{pstricks}} \ProcessOptions\relax \ifnum\ppf@TeX@mode=999\relax\expandafter\endinput\fi +\RequirePackage{ifpdf,ifxetex,ifvtex} \ifnum\ppf@TeX@mode=-1\relax - \RequirePackage{ifpdf,ifxetex,ifvtex}% \ifpdf \def\ppf@TeX@mode{1}% \RequirePackage{luatex85}% |