texlive[44047] Master/texmf-dist: pst-pdf (25apr17)

commits+karl at tug.org commits+karl at tug.org
Wed Apr 26 00:31:00 CEST 2017


Revision: 44047
          http://tug.org/svn/texlive?view=revision&revision=44047
Author:   karl
Date:     2017-04-26 00:31:00 +0200 (Wed, 26 Apr 2017)
Log Message:
-----------
pst-pdf (25apr17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/pst-pdf/CHANGES
    trunk/Master/texmf-dist/doc/latex/pst-pdf/Makefile
    trunk/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf
    trunk/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.pdf
    trunk/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.tex
    trunk/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf
    trunk/Master/texmf-dist/source/latex/pst-pdf/CHANGES.tex
    trunk/Master/texmf-dist/source/latex/pst-pdf/pst-pdf.dtx
    trunk/Master/texmf-dist/source/latex/pst-pdf/pst-pdf.ins
    trunk/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty

Modified: trunk/Master/texmf-dist/doc/latex/pst-pdf/CHANGES
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pst-pdf/CHANGES	2017-04-25 22:30:39 UTC (rev 44046)
+++ trunk/Master/texmf-dist/doc/latex/pst-pdf/CHANGES	2017-04-25 22:31:00 UTC (rev 44047)
@@ -133,3 +133,6 @@
          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).

Modified: trunk/Master/texmf-dist/doc/latex/pst-pdf/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pst-pdf/Makefile	2017-04-25 22:30:39 UTC (rev 44046)
+++ trunk/Master/texmf-dist/doc/latex/pst-pdf/Makefile	2017-04-25 22:31:00 UTC (rev 44047)
@@ -1,5 +1,5 @@
 
-# `pst-pdf' -- Rolf Niepraschk, 2016-07-15, Rolf.Niepraschk at gmx.de
+# `pst-pdf' -- Rolf Niepraschk, 2017-03-05, Rolf.Niepraschk at gmx.de
 
 
 .SUFFIXES : .tex .ltx .dvi .ps .pdf .eps
@@ -44,7 +44,11 @@
 	$(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
 

Modified: trunk/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-DE.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.tex	2017-04-25 22:30:39 UTC (rev 44046)
+++ trunk/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf-example.tex	2017-04-25 22:31:00 UTC (rev 44047)
@@ -8,8 +8,9 @@
 %% 
 %% This is a generated file.
 %% 
-%% Copyright (C) 2004-2008 by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
+%% Copyright (C) 2004--2008 by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
 %%                            and Hubert Gaesslein
+%%               2008--      Rolf Niepraschk <Rolf.Niepraschk at 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}

Modified: trunk/Master/texmf-dist/doc/latex/pst-pdf/pst-pdf.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/pst-pdf/CHANGES.tex
===================================================================
--- trunk/Master/texmf-dist/source/latex/pst-pdf/CHANGES.tex	2017-04-25 22:30:39 UTC (rev 44046)
+++ trunk/Master/texmf-dist/source/latex/pst-pdf/CHANGES.tex	2017-04-25 22:31:00 UTC (rev 44047)
@@ -1,9 +1,9 @@
 % Rolf Niepraschk,  <Rolf.Niepraschk at gmx.de>
 % Hubert Gaesslein
-% 2008-02-24
+% 2017-04-24
 \documentclass[draft]{ltxdoc}
 \usepackage[T1]{fontenc}
-\usepackage[latin9]{inputenc}
+\usepackage[utf8]{inputenc}
 \usepackage[document]{ragged2e}
 \usepackage{calc}
 
@@ -35,7 +35,7 @@
 
 \makeatother
 
-\renewcommand*\TeX{TeX} \renewcommand*\LaTeX{LaTeX}% zu sp\xE4t! RN.
+\renewcommand*\TeX{TeX} \renewcommand*\LaTeX{LaTeX}% too late! RN.
 
 \setlength\parindent{0pt} \pagestyle{empty} \nofiles \raggedbottom
 

Modified: trunk/Master/texmf-dist/source/latex/pst-pdf/pst-pdf.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/pst-pdf/pst-pdf.dtx	2017-04-25 22:30:39 UTC (rev 44046)
+++ trunk/Master/texmf-dist/source/latex/pst-pdf/pst-pdf.dtx	2017-04-25 22:31:00 UTC (rev 44047)
@@ -1,8 +1,8 @@
 % \iffalse meta-comment
 %
 % Copyright (C) 
-%   2005--2008: Rolf Niepraschk,  <Rolf.Niepraschk at gmx.de>, Hubert Gaesslein
-%   2008--:     Rolf Niepraschk,  <Rolf.Niepraschk at gmx.de>
+%   2005--2008: Rolf Niepraschk <Rolf.Niepraschk at gmx.de>, Hubert Gaesslein
+%   2008--      Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
 % --------------------------------------------------------------
 %
 % This file may be distributed and/or modified under the
@@ -24,7 +24,7 @@
 %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<package>\ProvidesPackage{pst-pdf}
 %<*package>
-    [2017/02/25 v1.2b PS graphics for pdfLaTeX (RN,HjG)]
+    [2017/04/24 v1.2c PS graphics for pdfLaTeX (RN,HjG)]
 %</package>
 %
 %<*driver>
@@ -94,6 +94,8 @@
 % PSTricks environment ``psmatrix'' inside user definitions. (RN,HjG)}
 % \changes{v1.1m}{2006/03/10}{Merge english and german version of the
 % documentation. (RN)}
+% \changes{v1.2c}{2017/04/24}{``postscript'' environment no more allowed before 
+% \cmd{\begin}{\ttfamily\char`\{document\char`\}} (changed example file). }
 % \GetFileInfo{pst-pdf.dtx}
 %
 % \DoNotIndex{\newcommand,\renewcommand,\newenvironment,\renewenvironment}
@@ -1770,12 +1772,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!
@@ -1846,19 +1842,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}

Modified: trunk/Master/texmf-dist/source/latex/pst-pdf/pst-pdf.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/pst-pdf/pst-pdf.ins	2017-04-25 22:30:39 UTC (rev 44046)
+++ trunk/Master/texmf-dist/source/latex/pst-pdf/pst-pdf.ins	2017-04-25 22:31:00 UTC (rev 44047)
@@ -8,8 +8,9 @@
 
 This is a generated file.
 
-Copyright (C) 2004-2008 by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
+Copyright (C) 2004--2008 by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
                            and Hubert Gaesslein
+              2008--      Rolf Niepraschk <Rolf.Niepraschk at 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

Modified: trunk/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty	2017-04-25 22:30:39 UTC (rev 44046)
+++ trunk/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty	2017-04-25 22:31:00 UTC (rev 44047)
@@ -8,8 +8,9 @@
 %% 
 %% This is a generated file.
 %% 
-%% Copyright (C) 2004-2008 by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
+%% Copyright (C) 2004--2008 by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
 %%                            and Hubert Gaesslein
+%%               2008--      Rolf Niepraschk <Rolf.Niepraschk at 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
@@ -23,7 +24,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesPackage{pst-pdf}
-    [2017/02/25 v1.2b PS graphics for pdfLaTeX (RN,HjG)]
+    [2017/04/24 v1.2c PS graphics for pdfLaTeX (RN,HjG)]
 \newcommand*\ppf at TeX@mode{-1}
 \newcommand*\ppf at draft{false}
 \newif\if at ppf@PST at used\@ppf at PST@usedtrue



More information about the tex-live-commits mailing list