Skip to content

Commit

Permalink
- minor issue additionally stated in issue #840
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Gul committed Mar 23, 2020
1 parent 1f21e3b commit 2a6eaef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/generic/pgf/text-en/pgfmanual-en-tikz-scopes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ \subsubsection{Creating a Picture Using an Environment}
approximation of the bounding box, but will not always be accurate. First,
the line thickness of diagonal lines is not taken into account correctly.
Second, control points of a curve often lie far ``outside'' the curve and
make the bounding box too large. In this case, you should use the
make the bounding box too large. In this case, you should use the
|[use as bounding box]| option.

The following key influences the baseline of the resulting picture:
Expand Down Expand Up @@ -375,9 +375,9 @@ \subsubsection{Shorthand for Scope Environments}
\end{tikzpicture}
\end{codeexample}

In the above example, |{ [thick]| actually causes a |\begin{scope}[thick]| to
be inserted, and the corresponding closing |}| causes an |\end{scope}| to be
inserted.
In the above example, |{ [ultra thick]| actually causes a
|\begin{scope}[ultra thick]| to be inserted, and the corresponding closing |}|
causes an |\end{scope}| to be inserted.

The ``certain places'' where an opening brace has this special meaning are the
following: First, right after the semicolon that ends a path. Second, right
Expand Down

0 comments on commit 2a6eaef

Please sign in to comment.