diff options
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 |