summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/text-en/pgfmanual-en-base-actions.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/base/doc/text-en/pgfmanual-en-base-actions.tex')
-rw-r--r--graphics/pgf/base/doc/text-en/pgfmanual-en-base-actions.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pgf/base/doc/text-en/pgfmanual-en-base-actions.tex b/graphics/pgf/base/doc/text-en/pgfmanual-en-base-actions.tex
index fa2f26158b..c9ae72ba3b 100644
--- a/graphics/pgf/base/doc/text-en/pgfmanual-en-base-actions.tex
+++ b/graphics/pgf/base/doc/text-en/pgfmanual-en-base-actions.tex
@@ -348,7 +348,7 @@ tips are added are explained in Section~\ref{section-arrow-tips-where}.
To ``clear'' the start arrow, say |\pgfsetarrowsstart{}|.
%
-\begin{codeexample}[]
+\begin{codeexample}[preamble={\usepgflibrary{arrows.meta}}]
\begin{pgfpicture}
\pgfsetarrowsstart{Latex[length=10pt]}
\pgfpathmoveto{\pgfpointorigin}
@@ -368,7 +368,7 @@ tips are added are explained in Section~\ref{section-arrow-tips-where}.
\begin{command}{\pgfsetarrowsend\marg{end arrow tip specification}}
Sets the arrow tip kind used at the end of a path.
%
-\begin{codeexample}[]
+\begin{codeexample}[preamble={\usepgflibrary{arrows.meta}}]
\begin{pgfpicture}
\pgfsetarrowsstart{Latex[length=10pt]}
\pgfsetarrowsend{Computer Modern Rightarrow}
@@ -385,7 +385,7 @@ tips are added are explained in Section~\ref{section-arrow-tips-where}.
specification}|-|\meta{end arrow tip specification}. In this case, both the
start and the end arrow specification are set:
%
-\begin{codeexample}[]
+\begin{codeexample}[preamble={\usepgflibrary{arrows.meta}}]
\begin{pgfpicture}
\pgfsetarrows{Latex[length=10pt]->>}
\pgfpathmoveto{\pgfpointorigin}
@@ -409,7 +409,7 @@ tips are added are explained in Section~\ref{section-arrow-tips-where}.
This command is useful if you wish arrows or lines to ``stop shortly
before'' a given point.
%
-\begin{codeexample}[]
+\begin{codeexample}[preamble={\usepgflibrary{arrows.meta}}]
\begin{pgfpicture}
\pgfpathcircle{\pgfpointorigin}{5mm}
\pgfusepath{stroke}