From eb86a641efccb839245ba7f05b514bb7526a79dd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 Mar 2020 21:16:29 +0000 Subject: pst-fractal (11mar20) git-svn-id: svn://tug.org/texlive/trunk@54235 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pst-fractal/Changes | 1 + Master/texmf-dist/doc/generic/pst-fractal/README | 10 +++------- .../doc/generic/pst-fractal/images/crop-eps.sh | 8 ++++++++ .../doc/generic/pst-fractal/pst-fractal-doc.pdf | Bin 31954522 -> 31952801 bytes 4 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 Master/texmf-dist/doc/generic/pst-fractal/images/crop-eps.sh (limited to 'Master/texmf-dist/doc/generic') diff --git a/Master/texmf-dist/doc/generic/pst-fractal/Changes b/Master/texmf-dist/doc/generic/pst-fractal/Changes index a6f08b3fac8..8749766a19a 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.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 0.08 2017-11-26 - added sierpinski curve diff --git a/Master/texmf-dist/doc/generic/pst-fractal/README b/Master/texmf-dist/doc/generic/pst-fractal/README index 9bbab9f8cda..2eaef4e037b 100644 --- a/Master/texmf-dist/doc/generic/pst-fractal/README +++ b/Master/texmf-dist/doc/generic/pst-fractal/README @@ -1,13 +1,7 @@ pst-fractal: plotting fractals -Save the files pst-fractal.sty|tex in a directory, which is part of your -local TeX tree. The pro file should go into $TEXMF/dvips/pstricks/ -Then do not forget to run texhash to update this tree. -For more information see the documentation of your LATEX distribution -on installing packages into your local TeX system. - PSTricks is PostScript Tricks, the documentation cannot be run -with pdftex, use the sequence latex->dvips->ps2pdf. +with pdftex, use the sequence latex->dvips->ps2pdf or run xelatex. To gett he documentation of this document you have to run pst2pdf pst-fractal-doc --Iext=.jpg @@ -15,3 +9,5 @@ pst2pdf pst-fractal-doc --Iext=.jpg %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives %% in directory macros/latex/base/lppl.txt. + +hvoss@tug.org \ No newline at end of file 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 new file mode 100644 index 00000000000..bbdcbfef270 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-fractal/images/crop-eps.sh @@ -0,0 +1,8 @@ +#!/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 index 28dfccc6a08..719027358ec 100644 Binary files a/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdf and b/Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdf differ -- cgit v1.2.3