summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex
index 1acec247f8f..93c0aed44b7 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex
@@ -188,7 +188,7 @@ To redefine a function use the following command:
When specifying multiple functions, functions that appear later on in
\meta{function definitions} can refer to earlier functions:
%
-\begin{codeexample}[]
+\begin{codeexample}[pre={\pgfmathsetseed{1}}]
\begin{tikzpicture}[
declare function={
excitation(\t,\w) = sin(\t*\w);