summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-02-27 00:01:50 +0000
committerKarl Berry <karl@freefriends.org>2014-02-27 00:01:50 +0000
commit90ae413a94da014dbf7a6a8ab584f7c668483a5a (patch)
tree4e0528a2b2fb2004988e7fc804ea2f1354f1f5d5 /Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex
parent800cc56380d1edfe567a6a66bef13e8950eb2b0c (diff)
pgf 3.0.0
git-svn-id: svn://tug.org/texlive/trunk@33057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex
index 8cf776ca3dd..a59b203b28d 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex
@@ -28,7 +28,7 @@ the sense that they are not implemented in driver files, but rather
directly by the \pgfname-system layer. For this reason, the commands for
creating soft paths do not start with |\pgfsys@|, but rather with
|\pgfsyssoftpath@|. On the other hand, as a user you will never use
-these commands directly, so they are described as part of the
+these commands directly, they are described as part of the
low-level interface.
@@ -48,7 +48,7 @@ quite a lot happens behind the scenes:
\pgfusepath{stroke}
\end{codeexample}
\item
- The |\pgfpathxxxx| command do \emph{not} directly call ``hard''
+ The |\pgfpathxxxx| commands do \emph{not} directly call ``hard''
commands like |\pgfsys@xxxx|. Instead, the command |\pgfpathmoveto|
invokes a special command called |\pgfsyssoftpath@moveto| and
|\pgfpathlineto| invokes |\pgfsyssoftpath@lineto|.
@@ -121,7 +121,7 @@ it.
current soft path is \emph{not changed} by this command. Thus, in
order to start a new soft path after the old one has been invoked
and is no longer needed, you need to set the current soft path to be
- empty. This may seems strange, but it is often useful to immediately
+ empty. This may seem strange, but it is often useful to immediately
use the last soft path again.
\end{command}