texlive[54376] Master/texmf-dist: pst-fractal (17mar20)

commits+karl at tug.org commits+karl at tug.org
Tue Mar 17 22:31:09 CET 2020


Revision: 54376
          http://tug.org/svn/texlive?view=revision&revision=54376
Author:   karl
Date:     2020-03-17 22:31:08 +0100 (Tue, 17 Mar 2020)
Log Message:
-----------
pst-fractal (17mar20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/pst-fractal/Changes
    trunk/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdf
    trunk/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.tex
    trunk/Master/texmf-dist/tex/generic/pst-fractal/pst-fractal.tex

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/generic/pst-fractal/images/
    trunk/Master/texmf-dist/source/generic/pst-fractal/

Modified: trunk/Master/texmf-dist/doc/generic/pst-fractal/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-fractal/Changes	2020-03-17 20:46:21 UTC (rev 54375)
+++ trunk/Master/texmf-dist/doc/generic/pst-fractal/Changes	2020-03-17 21:31:08 UTC (rev 54376)
@@ -8,6 +8,7 @@
 
 
 pst-fractal.tex --------
+0.11a 2020-03-16  - small changes to the documentation
 0.11  2020-03-10  - fixed trailing space in \pstKochflake
 0.10  2018-11-10  - added Cantor set
 0.09  2017-12-02  - added fibinacci curves

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

Modified: trunk/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.tex	2020-03-17 20:46:21 UTC (rev 54375)
+++ trunk/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.tex	2020-03-17 21:31:08 UTC (rev 54376)
@@ -1,7 +1,7 @@
-%% $Id: pst-fractal-doc.tex 846 2018-11-30 21:44:45Z herbert $
+%% $Id: pst-fractal-doc.tex 1162 2020-03-16 19:18:15Z herbert $
 \documentclass[fontsize=11pt,english,BCOR=10mm,DIV=13,toc=bibliography,parskip=false,
    headings=small, headinclude=false,footinclude=false,oneside]{pst-doc}
-\usepackage[utf8]{inputenc}
+
 \usepackage{pst-fractal}
 \let\pstFV\fileversion
 \renewcommand\bgImage{\includegraphics[scale=0.75]{images/demo}}
@@ -38,12 +38,13 @@
 }}}}%
 
 
-
+\usepackage[swpl]{pst-exa}
 %\usepackage{auto-pst-pdf}
 
 \addbibresource{\jobname.bib}
 \lstset{language=PSTricks,basicstyle=\footnotesize\ttfamily}
-%
+
+
 \begin{document}
 
 \title{\texttt{pst-fractal}}
@@ -92,7 +93,7 @@
 \Lkeyword{n} (recursion depth), \Lkeyword{xWidth}, and \Lkeyword{yWidth} (vertical increment).
 The defaults are 2mm, black, 5, 10cm, and 5mm.
 
-\begin{LTXexample}[pos=l]
+\begin{LTXexample}[pos=t]
 \begin{pspicture}(10,-2)
   \psCantor
 \end{pspicture}
@@ -99,10 +100,9 @@
 \end{LTXexample}
 
 
-\begin{LTXexample}[pos=l]
+\begin{LTXexample}[pos=t]
 \begin{pspicture}(10,-2)
-  \psCantor[linewidth=3mm,linecolor=red,
-     n=7,xWidth=11,yWidth=4mm]
+  \psCantor[linewidth=3mm,linecolor=red,n=7,xWidth=11,yWidth=4mm]
 \end{pspicture}
 \end{LTXexample}
 
@@ -1049,7 +1049,8 @@
 \subsection{How it works}
 Briefly, (read the article \cite{ramirez} for more details) more
 ``I-Fibonacci Word'' depends on the parameter i and the number of iterations n with the following rules,
-according to the authors' notations:
+according to the authors' notations. More informations and the original code are available from
+\url{https://pstricks.blogspot.com/2017/09/fractale-du-mot-de-fibonacci.html}.
 
 \begin{itemize}
   \item $f_0^{[i]}$ =0
@@ -1416,6 +1417,7 @@
 
 
 \section{The Hilbert fractal}
+For more informations see \url{https://pstricks.blogspot.com/2018/08/lattracteur-de-henon-mise-jour.html}.
 
 \begin{BDef}
 \Lcs{psHilbert}\OptArgs\\
@@ -1493,6 +1495,7 @@
 \end{pspicture}
 \end{LTXexample}
 
+\newpage
 
 \section{The Henon Sttractor}
 
@@ -1573,7 +1576,6 @@
 \end{animateinline}
 \end{verbatim}
 
-
 \clearpage%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{List of all optional arguments for \texttt{pst-fractal}}

Modified: trunk/Master/texmf-dist/tex/generic/pst-fractal/pst-fractal.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pst-fractal/pst-fractal.tex	2020-03-17 20:46:21 UTC (rev 54375)
+++ trunk/Master/texmf-dist/tex/generic/pst-fractal/pst-fractal.tex	2020-03-17 21:31:08 UTC (rev 54376)
@@ -1,4 +1,4 @@
-%% $Id: pst-fractal.tex 1152 2020-03-10 19:33:03Z herbert $
+%% $Id: pst-fractal.tex 1162 2020-03-16 19:18:15Z herbert $
 %%
 %% This is file `pst-fractal.tex',
 %%
@@ -22,8 +22,8 @@
 \ifx\PSTricksAddLoaded\endinput\else\input pstricks-add.tex\fi
 \ifx\PSTXKeyLoaded\endinput\else    \input pst-xkey \fi
 %
-\def\fileversion{0.11}
-\def\filedate{2020/03/10}
+\def\fileversion{0.11a}
+\def\filedate{2020/03/16}
 \message{`PST-fractal' v\fileversion, \filedate\space (hv)}
 %
 \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax



More information about the tex-live-commits mailing list.