texlive[60411] Master/texmf-dist: pst-moire (4sep21)
commits+karl at tug.org
commits+karl at tug.org
Sat Sep 4 00:07:14 CEST 2021
Revision: 60411
http://tug.org/svn/texlive?view=revision&revision=60411
Author: karl
Date: 2021-09-04 00:07:13 +0200 (Sat, 04 Sep 2021)
Log Message:
-----------
pst-moire (4sep21)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/generic/pst-moire/README.md
trunk/Master/texmf-dist/doc/generic/pst-moire/pst-moire-doc.pdf
trunk/Master/texmf-dist/doc/generic/pst-moire/pst-moire-doc.tex
trunk/Master/texmf-dist/dvips/pst-moire/pst-moire.pro
trunk/Master/texmf-dist/tex/generic/pst-moire/pst-moire.tex
Modified: trunk/Master/texmf-dist/doc/generic/pst-moire/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-moire/README.md 2021-09-03 22:06:50 UTC (rev 60410)
+++ trunk/Master/texmf-dist/doc/generic/pst-moire/README.md 2021-09-03 22:07:13 UTC (rev 60411)
@@ -1,6 +1,6 @@
# **README** #
-# pst-moire v. 2.1 #
-# 2018/11/22 #
+# pst-moire v. 2.2 #
+# 2021/09/03 #
Source: pst-moire.tex, pst-moire.sty, pst-moire.pro
Authors: Jürgen Gilg, Manuel Luque, Jean-Michel Sarlat
Modified: trunk/Master/texmf-dist/doc/generic/pst-moire/pst-moire-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/generic/pst-moire/pst-moire-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-moire/pst-moire-doc.tex 2021-09-03 22:06:50 UTC (rev 60410)
+++ trunk/Master/texmf-dist/doc/generic/pst-moire/pst-moire-doc.tex 2021-09-03 22:07:13 UTC (rev 60411)
@@ -90,7 +90,7 @@
\begin{document}
-\title{pst-moire v. 2.1}
+\title{pst-moire v. 2.2}
\subtitle{A PSTricks package to draw moiré patterns}
\author{%
Jürgen \textsc{Gilg}\\
@@ -1406,7 +1406,7 @@
coefficients=1 1.05 5,
linecolor=red]
\rput(0,-4){%
-coefficients=1 1.05 5,
+coefficients=1 1.05 5,
\textbf{revlayer=false}}
\end{pspicture}
\end{verbatim}}
@@ -1431,7 +1431,7 @@
coefficients=1 1.05 5,
fillcolor=red]
\rput(0,-4){%
-coefficients=1 1.05 5,
+coefficients=1 1.05 5,
\textbf{layer=false}}
\end{pspicture}
\end{verbatim}}
Modified: trunk/Master/texmf-dist/dvips/pst-moire/pst-moire.pro
===================================================================
--- trunk/Master/texmf-dist/dvips/pst-moire/pst-moire.pro 2021-09-03 22:06:50 UTC (rev 60410)
+++ trunk/Master/texmf-dist/dvips/pst-moire/pst-moire.pro 2021-09-03 22:07:13 UTC (rev 60411)
@@ -149,14 +149,16 @@
%
/pst-Bouasse{
/grille {
-0 1 51 { % 51 traits
+ gsave % <-- Herbert neu
+ newpath % <-- Herbert neu
+ 0 1 51 { % 51 traits
/trait exch def
/xS 2 trait mul 0.01 trait dup mul mul add % en mm
mm mul
64 mm mul sub % en pts
def
-gsave
-newpath
+%gsave
+%newpath
xS 183 neg moveto
xS 183 lineto
linewidth
Modified: trunk/Master/texmf-dist/tex/generic/pst-moire/pst-moire.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pst-moire/pst-moire.tex 2021-09-03 22:06:50 UTC (rev 60410)
+++ trunk/Master/texmf-dist/tex/generic/pst-moire/pst-moire.tex 2021-09-03 22:07:13 UTC (rev 60411)
@@ -20,8 +20,8 @@
%% `pst-moire' is a PSTricks package to draw moire patterns %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\fileversion{2.1}%
-\def\filedate{2018/11/22}%
+\def\fileversion{2.2}%
+\def\filedate{2021/09/03}%
\message{`PST-MOIRE v\fileversion, \filedate\space (ML)}%
\csname PSTMoireLoaded\endcsname
% Requires PSTricks, pst-xkey and pst-node packages
@@ -372,6 +372,7 @@
/ymax xmax def
/GlassPattern {
7 dict begin
+gsave %%%%%%%%%%%%%% herbert
/ty exch def
/tx exch def
/t exch def % theta degrees
More information about the tex-live-commits
mailing list.