diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-25 22:31:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-25 22:31:00 +0000 |
commit | 5b9cd31352816ac5386d93d0dd90c2ac49916c41 (patch) | |
tree | 196c47be1b0e00533a26a44fd1cfad7537efff8e /Master/texmf-dist/doc | |
parent | 9741d3a7175522e2552f723f0b90859d92af3991 (diff) |
pst-pdf (25apr17)
git-svn-id: svn://tug.org/texlive/trunk@44047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-pdf/CHANGES | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-pdf/Makefile | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf | bin | 507689 -> 507493 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.pdf | bin | 452628 -> 245954 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.tex | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf | bin | 516759 -> 516595 bytes |
6 files changed, 13 insertions, 14 deletions
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 Binary files differindex b8e6f247c09..617406b07d7 100644 --- a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf +++ b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf 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 Binary files differindex a5aaa7ffe8d..09f8446c944 100644 --- a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.pdf +++ b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.pdf 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 <Rolf.Niepraschk@gmx.de> +%% Copyright (C) 2004--2008 by Rolf Niepraschk <Rolf.Niepraschk@gmx.de> %% and Hubert Gaesslein +%% 2008-- Rolf Niepraschk <Rolf.Niepraschk@gmx.de> %% %% 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 Binary files differindex c6dcfc1e525..1db5946b888 100644 --- a/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf +++ b/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf |