From 5b9cd31352816ac5386d93d0dd90c2ac49916c41 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 Apr 2017 22:31:00 +0000 Subject: pst-pdf (25apr17) git-svn-id: svn://tug.org/texlive/trunk@44047 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pst-pdf/CHANGES | 3 +++ Master/texmf-dist/doc/latex/pst-pdf/Makefile | 8 ++++++-- Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf | Bin 507689 -> 507493 bytes .../doc/latex/pst-pdf/pst-pdf-example.pdf | Bin 452628 -> 245954 bytes .../doc/latex/pst-pdf/pst-pdf-example.tex | 16 ++++------------ Master/texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf | Bin 516759 -> 516595 bytes 6 files changed, 13 insertions(+), 14 deletions(-) (limited to 'Master/texmf-dist/doc/latex/pst-pdf') diff --git a/Master/texmf-dist/doc/latex/pst-pdf/CHANGES b/Master/texmf-dist/doc/latex/pst-pdf/CHANGES index c4a09820c8e..462062fcaa2 100644 --- a/Master/texmf-dist/doc/latex/pst-pdf/CHANGES +++ b/Master/texmf-dist/doc/latex/pst-pdf/CHANGES @@ -133,3 +133,6 @@ v1.2a General: Engine tests changed (RN) v1.2b General: Loading packages ‘if*’ at wrong place (RN) +v1.2c + General: “postscript” environment no more allowed before + \begin{document} (changed example file). diff --git a/Master/texmf-dist/doc/latex/pst-pdf/Makefile b/Master/texmf-dist/doc/latex/pst-pdf/Makefile index d64415fecf0..df2a53cab71 100644 --- a/Master/texmf-dist/doc/latex/pst-pdf/Makefile +++ b/Master/texmf-dist/doc/latex/pst-pdf/Makefile @@ -1,5 +1,5 @@ -# `pst-pdf' -- Rolf Niepraschk, 2016-07-15, Rolf.Niepraschk@gmx.de +# `pst-pdf' -- Rolf Niepraschk, 2017-03-05, Rolf.Niepraschk@gmx.de .SUFFIXES : .tex .ltx .dvi .ps .pdf .eps @@ -44,7 +44,11 @@ $(EXAMPLE:.tex=.pdf) : $(EXAMPLE) $(ADDINPUTS) $(PDF_CONTAINER) $(PACKAGE).sty $(PDFLATEX) $< dist : doc doc-DE pdf example - tar cvzf $(ARCHNAME).tar.gz $(ARCHFILES) + rm -rf $(PACKAGE) + mkdir $(PACKAGE) + cp -p $(ARCHFILES) $(PACKAGE)/ + tar cvzf $(ARCHNAME).tar.gz $(PACKAGE) + rm -rf $(PACKAGE) @ echo @ echo $(ARCHNAME).tar.gz diff --git a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf index b8e6f247c09..617406b07d7 100644 Binary files a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf and b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf differ diff --git a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.pdf b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.pdf index a5aaa7ffe8d..09f8446c944 100644 Binary files a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.pdf and b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.tex b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.tex index dbcbae5ba7c..2abb6025b57 100644 --- a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.tex +++ b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.tex @@ -8,8 +8,9 @@ %% %% This is a generated file. %% -%% Copyright (C) 2004-2008 by Rolf Niepraschk +%% Copyright (C) 2004--2008 by Rolf Niepraschk %% and Hubert Gaesslein +%% 2008-- Rolf Niepraschk %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.2 of this license @@ -41,11 +42,6 @@ \pagestyle{empty} -\begin{postscript}[trim=0 0 0 0,ignore] - \includegraphics[width=.475\textwidth]{penguin.eps} -\end{postscript} -\savepicture{ps:A} - \begin{pst-pdf-defs}% %% This definition must be within the pst-pdf-defs environment! @@ -115,19 +111,15 @@ \rput(0,-3.8){PSTricks} \rput(0,3.8){\LaTeX} \showgrid -\end{pspicture}\savepicture{ps:B} +\end{pspicture}\savepicture{ps:A} \vfill\null\newpage -\usepicture{ps:A} -\hfill \includegraphics[width=.475\textwidth]{insect1} \vfill -\usepicture[angle=180,origin=c]{ps:A} -\hfill -\usepicture[width=.47\textwidth]{ps:B} +\usepicture[width=.47\textwidth]{ps:A} \includegraphics[width=.475\textwidth,frame=false, namefont={\Huge\itshape}]{knuth} diff --git a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf index c6dcfc1e525..1db5946b888 100644 Binary files a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf and b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf differ -- cgit v1.2.3