From b622950cf4e3ef72c828465dc6464ecffd5c320d Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Thu, 21 Nov 2024 09:06:39 +0800 Subject: [PATCH] docs: typo (fixes #1374) Signed-off-by: Yukai Chou --- doc/generic/pgf/pgfmanual-en-tikz-scopes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/generic/pgf/pgfmanual-en-tikz-scopes.tex b/doc/generic/pgf/pgfmanual-en-tikz-scopes.tex index a8ffe644c..4ec4c65fe 100644 --- a/doc/generic/pgf/pgfmanual-en-tikz-scopes.tex +++ b/doc/generic/pgf/pgfmanual-en-tikz-scopes.tex @@ -117,7 +117,7 @@ \subsubsection{Creating a Picture Using an Environment} |\tikz\draw(0,0)circle(.5ex);|, \pgfname\ will find out that the lower end of the picture is at $-.5\mathrm{ex} - 0.2\mathrm{pt}$ (the 0.2pt are half the line width, which is 0.4pt) and that the upper end is at - $.5\mathrm{ex}+.5\mathrm{pt}$. Then, the lower end will be put on the + $.5\mathrm{ex}+.2\mathrm{pt}$. Then, the lower end will be put on the baseline, resulting in the following: \tikz\draw(0,0)circle(.5ex);. Using this option, you can specify that the picture should be raised or