summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex
index b60a49c091d..2267999f3df 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex
@@ -35,7 +35,7 @@ inclusion facilities of \pgfname:
package. Thus, in plain \TeX, this does not really help. It might be
a good idea to fix this in the future such that \pgfname\ becomes
independent of \LaTeX, thereby providing a uniform image abstraction
- for all formats.
+ for all formats.
\item
You wish to use masking. This is a feature that is only supported by
\pgfname, though I hope that someone will implement this also for
@@ -62,7 +62,7 @@ option:
In draft mode boxes showing the image name replace the
images. It is checked whether the image files exist, but they are
not read. If either height or width is not given, 1cm is used
- instead.
+ instead.
\end{packageoption}
\subsection{Declaring an Image}
@@ -73,7 +73,7 @@ option:
use |\pgfuseimage{|\meta{image name}|}|. The \meta{filename} may not
have an extension. For \textsc{pdf}, the extensions |.pdf|, |.jpg|,
and |.png| will automatically tried. For PostScript, the extensions
- |.eps|, |.epsi|, and |.ps| will be tried.
+ |.eps|, |.epsi|, and |.ps| will be tried.
The following options are possible:
\begin{itemize}
@@ -97,7 +97,7 @@ option:
\meta{filename}|.|\meta{extension} and if a recent version of
|pdflatex| is used, only the selected page is inserted. For older
versions of |pdflatex| and for |dvips| the complete document is
- inserted and a warning is printed.
+ inserted and a warning is printed.
\item
\declare{|interpolate=|\meta{true or false}} selects whether the
image should ``smoothed'' when zoomed. False by default.
@@ -105,7 +105,7 @@ option:
\declare{|mask=|\meta{mask name}} selects a transparency mask. The
mask must previously be declared using |\pgfdeclaremask| (see
below). This option only has an effect for |pdf|. Not all viewers
- support masking.
+ support masking.
\end{itemize}
\begin{codeexample}[code only]
@@ -145,7 +145,7 @@ option:
original image is used.
The |xxcolor| package sets the alternate extension to the current
- color mixin.
+ color mixin. % TODOsp: `color mixin': meant `color mixing' or the `colormixin' environment?
\begin{codeexample}[]
\pgfdeclareimage[interpolate=true,width=1cm,height=1cm]
@@ -165,7 +165,7 @@ option:
\end{codeexample}
The following example demonstrates the effect of using
- |\pgfuseimage| inside a color mixin environment.
+ |\pgfuseimage| inside a colormixin environment.
\begin{codeexample}[]
\pgfdeclareimage[interpolate=true,width=1cm,height=1cm]
@@ -201,7 +201,7 @@ option:
Declares the image under the name |pgflastimage| and
immediately uses it. You can ``save'' the image for later usage by
invoking |\pgfaliasimage| on |pgflastimage|.
-
+
\begin{codeexample}[]
\begin{colormixin}{25!white}
\begin{pgfpicture}
@@ -271,7 +271,7 @@ color(14cm)=(green)}
\end{codeexample}
\end{command}
-%%% Local Variables:
+%%% Local Variables:
%%% mode: latex
%%% TeX-master: "pgfmanual"
-%%% End:
+%%% End: