summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/pst-fractal/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-fractal/README10
-rw-r--r--Master/texmf-dist/doc/generic/pst-fractal/images/crop-eps.sh8
-rw-r--r--Master/texmf-dist/doc/generic/pst-fractal/pst-fractal-doc.pdfbin31954522 -> 31952801 bytes
4 files changed, 12 insertions, 7 deletions
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
--- 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 differ