From 12f17834c849a659b8829bbc9122bc459f585917 Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Mon, 29 Apr 2024 06:40:43 +0800 Subject: [PATCH] docs: typo (fixes #1325) Add curly braces around initial value of a key that contains an equal sign "=". Signed-off-by: Yukai Chou --- doc/generic/pgf/pgfmanual-en-library-calendar.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/generic/pgf/pgfmanual-en-library-calendar.tex b/doc/generic/pgf/pgfmanual-en-library-calendar.tex index 971da06bd..66a2a49c8 100644 --- a/doc/generic/pgf/pgfmanual-en-library-calendar.tex +++ b/doc/generic/pgf/pgfmanual-en-library-calendar.tex @@ -261,7 +261,7 @@ \subsection{Calendar Command} \end{codeexample} \end{key} - \begin{key}{/tikz/every day (initially anchor=base east)} + \begin{key}{/tikz/every day (initially {anchor=base east})} This style is executed by the default node code for each day. The |every day| style is useful for changing the way days look. For example, let us make all days red: