summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/text-en/pgfmanual-en-math-algorithms.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-20 03:00:48 +0000
committerNorbert Preining <norbert@preining.info>2019-12-20 03:00:48 +0000
commit18d9ec0eba21e6b8c55cdd50afb91c56e02ce7bf (patch)
tree56de5f55a6575a68557d5a384f57e3e8566c536d /graphics/pgf/base/doc/text-en/pgfmanual-en-math-algorithms.tex
parent3b24b0599bb35e1a3338fa33bfb24044a6125ba4 (diff)
CTAN sync 201912200300
Diffstat (limited to 'graphics/pgf/base/doc/text-en/pgfmanual-en-math-algorithms.tex')
-rw-r--r--graphics/pgf/base/doc/text-en/pgfmanual-en-math-algorithms.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pgf/base/doc/text-en/pgfmanual-en-math-algorithms.tex b/graphics/pgf/base/doc/text-en/pgfmanual-en-math-algorithms.tex
index 1acec247f8..93c0aed44b 100644
--- a/graphics/pgf/base/doc/text-en/pgfmanual-en-math-algorithms.tex
+++ b/graphics/pgf/base/doc/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);