summaryrefslogtreecommitdiff
path: root/manual/plugins/mandelbrot.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-02 17:29:44 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-02 17:29:44 +0000
commit2cf5abb971546df4ebaa2f132688eca44d520959 (patch)
tree98d28ac5e8a2b60046d8f649782c393647bdd00d /manual/plugins/mandelbrot.tex
parentc95d9d08350450ce6b16e345d3eff67c758ce6af (diff)
downloadrockbox-2cf5abb971546df4ebaa2f132688eca44d520959.tar.gz
rockbox-2cf5abb971546df4ebaa2f132688eca44d520959.zip
another enhancement of \screenshot -- filenames should now not include the display size extension anymore. Old behaviour still supported. Minor code policing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9432 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/mandelbrot.tex')
-rw-r--r--manual/plugins/mandelbrot.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/plugins/mandelbrot.tex b/manual/plugins/mandelbrot.tex
index 44338162d3..b7c592116b 100644
--- a/manual/plugins/mandelbrot.tex
+++ b/manual/plugins/mandelbrot.tex
@@ -1,5 +1,5 @@
1\subsection{Mandelbrot} 1\subsection{Mandelbrot}
2\screenshot{plugins/images/ss-mandelbrot-\genericimg.png}{Mandelbrot}% 2\screenshot{plugins/images/ss-mandelbrot}{Mandelbrot}%
3{img:mandelbrot} 3{img:mandelbrot}
4 4
5This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set. 5This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set.