summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex27
1 files changed, 14 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex
index 15ba36946b9..e113ec72d3a 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex
@@ -205,7 +205,7 @@ In the following, the commands for adding (parts of) (transformed)
circles to a path are described.
\begin{command}{\pgfpatharc\marg{start angle}\marg{end
- angle}{\ttfamily\char`\{}\meta{radius}\opt{|/|\meta{y-radius}}{\ttfamily\char`\}}}
+ angle}{\ttfamily\char`\{}\meta{radius}\opt{| and |\meta{y-radius}}{\ttfamily\char`\}}}
This command appends a part of a circle (or an ellipse) to the current
path. Imaging the curve between \meta{start angle} and \meta{end
angle} on a circle of radius \meta{radius} (if $\meta{start angle}
@@ -239,7 +239,7 @@ circles to a path are described.
\begin{tikzpicture}
\draw[help lines] (0,0) grid (3,2);
\pgfpathmoveto{\pgfpointorigin}
- \pgfpatharc{180}{45}{2cm/1cm}
+ \pgfpatharc{180}{45}{2cm and 1cm}
\pgfusepath{draw}
\end{tikzpicture}
\end{codeexample}
@@ -254,7 +254,7 @@ circles to a path are described.
\draw[help lines] (0,0) grid (3,2);
\pgftransformrotate{30}
\pgfpathmoveto{\pgfpointorigin}
- \pgfpatharc{180}{45}{2cm/1cm}
+ \pgfpatharc{180}{45}{2cm and 1cm}
\pgfusepath{draw}
\end{tikzpicture}
\end{codeexample}
@@ -270,7 +270,7 @@ circles to a path are described.
the ellipse or circle is specified from which the arc is taken. The
two parameters \meta{first axis} and \meta{second axis} are the
$0^\circ$-axis and the $90^\circ$-axis of the ellipse from which the
- path is taken. Thus, |\pgfpatharc{0}{90}{1cm/2cm}| has the same effect
+ path is taken. Thus, |\pgfpatharc{0}{90}{1cm and 2cm}| has the same effect
as
\begin{verbatim}
\pgfpatharcaxes{0}{90}{\pgfpoint{1cm}{0cm}}{\pgfpoint{0cm}{2cm}}
@@ -386,16 +386,17 @@ start a new part of the path.
where the lines enter and leave the ``clipping area'' are computed
and used to add simple lines to the current path.
- Allowed \meta{options} are:
- \begin{itemize}
- \itemoption{stepx}|=|\meta{dimension}
- Sets the horizontal stepping to \meta{dimension}. Default is 1cm.
- \itemoption{stepy}|=|\meta{dimension}
- Sets the vertical stepping to \meta{dimension}. Default is 1cm.
- \itemoption{step}|=|\meta{vector}
+ The following keys influence the grid:
+ \begin{key}{/pgf/stepx=\meta{dimension} (initially 1cm)}
+ The horizontal stepping.
+ \end{key}
+ \begin{key}{/pgf/stepy=\meta{dimension} (initially 1cm)}
+ The vertical stepping.
+ \end{key}
+ \begin{key}{/pgf/step=\meta{vector}}
Sets the horizontal stepping to the $x$-coordinate of
\meta{vector} and the vertical stepping to its $y$-coordinate.
- \end{itemize}
+ \end{key}
\begin{codeexample}[]
\begin{pgfpicture}
\pgfsetlinewidth{0.8pt}
@@ -519,7 +520,7 @@ cosine curves in intervals that are multiples of $\pi/2$.
There exist several commands for appending
plots to a path. These
-commands are available through the package |pgfbaseplot|. They are
+commands are available through the module |plot|. They are
documented in Section~\ref{section-plots}.