From 51b935b4f4b15148fb488efa89dc2706b0727f34 Mon Sep 17 00:00:00 2001 From: Mo-Gul Date: Mon, 5 Aug 2019 21:34:35 +0200 Subject: [PATCH] - moved `colorlet` to the `codeexample` itself instead of to `pre` in `pgfmanual-en-base-quick.tex` Co-Authored-By: Henri Menke --- doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex index a791c96fd..87694af64 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex @@ -102,7 +102,8 @@ \subsection{Quick Path Construction Commands} Adds a radius around the origin of the given \meta{radius}. This command is orders of magnitude faster than |\pgfcircle{\pgfpointorigin}{|\meta{radius}|}|. % -\begin{codeexample}[pre={\colorlet{examplefill}{yellow!80!black}}] +\begin{codeexample}[] +\colorlet{examplefill}{yellow!80!black} \begin{tikzpicture} \draw[help lines] (0,0) grid (1,1); \pgfpathqcircle{10pt}