summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex10
1 files changed, 1 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex
index 3f73bd926a2..e2afddbb345 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex
@@ -1,4 +1,4 @@
-% Copyright 2006 by Till Tantau
+% Copyright 2019 by Till Tantau
%
% This file may be distributed and/or modified
%
@@ -178,17 +178,9 @@ this library is not used.
set is \emph{computed by the \textsc{pdf} renderer} and can be zoomed
arbitrarily (give it a try, if you have a fast computer).
%
-\pgfutil@ifluatex
\begin{codeexample}[preamble={\usepgflibrary{shadings}}]
\tikz \shade[shading=Mandelbrot set] (0,0) rectangle (2,2);
\end{codeexample}
-\else
-% dvips causes very ugly error messages when converting this to PDF...
-[Compilation disabled. Please use the lua manual.]
-\begin{codeexample}[code only]
-\tikz \shade[shading=Mandelbrot set] (0,0) rectangle (2,2);
-\end{codeexample}
-\fi
%
\end{shading}
\makeatother