diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-17 21:31:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-17 21:31:08 +0000 |
commit | 3996eb4d7617b6bbd18267ff610477f5886f1989 (patch) | |
tree | e246b6c567b833d3b74687d347723423d9b89d34 /Master/texmf-dist/doc/generic/pst-fractal | |
parent | 450bc12eba9ebc61c597b70a633eb1e37ab92180 (diff) |
pst-fractal (17mar20)
git-svn-id: svn://tug.org/texlive/trunk@54376 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-fractal')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-fractal/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-fractal/images/crop-eps.sh | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdf | bin | 31952801 -> 31953724 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.tex | 22 |
4 files changed, 13 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-fractal/Changes b/Master/texmf-dist/doc/generic/pst-fractal/Changes index 8749766a19a..6241641461c 100644 --- a/Master/texmf-dist/doc/generic/pst-fractal/Changes +++ b/Master/texmf-dist/doc/generic/pst-fractal/Changes @@ -8,6 +8,7 @@ pst-fractal.pro -------- 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 diff --git a/Master/texmf-dist/doc/generic/pst-fractal/images/crop-eps.sh b/Master/texmf-dist/doc/generic/pst-fractal/images/crop-eps.sh deleted file mode 100644 index bbdcbfef270..00000000000 --- a/Master/texmf-dist/doc/generic/pst-fractal/images/crop-eps.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# pdf->-crop.pdf -echo "cropping all eps-files:" -for i in ${1}*.pdf ; do - STEM=`basename $i .pdf` - convert $i $STEM.jpg - echo "converting $i" -done diff --git a/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdf b/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdf Binary files differindex 719027358ec..b31dda9957c 100644 --- a/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.tex b/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.tex index 884b7d5079f..c5b82616cc5 100644 --- a/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.tex @@ -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,17 +93,16 @@ Possible optional arguments are \Lkeyword{linewidth}, \Lkeyword{linecolor}, \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} \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 @@ The curve can be created with \verb+\psNewFibonacci+ \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 @@ colored, activate the \texttt{fillstyle=solid} option in a pre-command. \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 @@ Draw the first 220 of 256 points (n=3): \end{pspicture} \end{LTXexample} +\newpage \section{The Henon Sttractor} @@ -1573,7 +1576,6 @@ Les commentaires de Robert Dony correspondent à la premiére figure pour $a=1.3 \end{animateinline} \end{verbatim} - \clearpage%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{List of all optional arguments for \texttt{pst-fractal}} |