diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-24 22:34:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-24 22:34:14 +0000 |
commit | c643077d95770f48d43b78454ac8ffbc00ebcb40 (patch) | |
tree | 8bfd195bdbf6ba8b14eca9c9b85d67ecff74074a /Master/texmf-dist/tex/latex/pst-pdf | |
parent | 6ad8b1e1222d5ddc1e0cb8775ff98b0d8248d015 (diff) |
pst-pdf update (24feb08)
git-svn-id: svn://tug.org/texlive/trunk@6750 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 | 9 |
1 files changed, 6 insertions, 3 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 254a2f773ca..731ee45ad81 100644 --- a/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty +++ b/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{pst-pdf} - [2007/06/04 v1.1p PS graphics for pdfLaTeX (RN,HjG)] + [2008/02/24 v1.1q PS graphics for pdfLaTeX (RN,HjG)] \newcommand*\ppf@TeX@mode{-1} \newcommand*\ppf@draft{false} \newif\if@ppf@PST@used\@ppf@PST@usedtrue @@ -102,6 +102,7 @@ MODE: \ppf@TeX@mode\space (dvi -- extraction mode)} \nofiles \let\makeindex\@empty \let\makeglossary\@empty + \AtBeginDocument{\overfullrule=\z@}% \if@ppf@PST@used\RequirePackage{pstricks}\fi \RequirePackage[active,dvips,tightpage]{preview}[2005/01/29]% \newcommand*\ppf@PreviewBbAdjust{} @@ -184,9 +185,10 @@ ?({#{(#1)}{({#1})}}{}% }]{\pst@object}} \@ifundefined{tabularx}{}{% - \def\tabularx#1#2{\tabular{#2}}% \newcolumntype{X}{c}% - \let\endtabularx=\endtabular}% + \expandafter\let\expandafter\tabularx\csname tabular*\endcsname + \expandafter\let\expandafter\endtabularx\csname endtabular*\endcsname + }% \@ifundefined{pfx@includegraphicx}{}{% \PreviewMacro[{{}{}}]{\pfx@includegraphicx}}% }% @@ -223,6 +225,7 @@ {% \newtoks\ppf@temptoken \ppf@temptoken\expandafter{\the\output}% + \let\output\@gobble \let\ppf@nofiles\nofiles \let\nofiles\relax \RequirePackage[active]{preview}[2005/01/29]% \let\shipout=\pr@shipout \let\nofiles\ppf@nofiles |