summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/text-en/pgfmanual-en-library-external.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-20 03:00:48 +0000
committerNorbert Preining <norbert@preining.info>2019-12-20 03:00:48 +0000
commit18d9ec0eba21e6b8c55cdd50afb91c56e02ce7bf (patch)
tree56de5f55a6575a68557d5a384f57e3e8566c536d /graphics/pgf/base/doc/text-en/pgfmanual-en-library-external.tex
parent3b24b0599bb35e1a3338fa33bfb24044a6125ba4 (diff)
CTAN sync 201912200300
Diffstat (limited to 'graphics/pgf/base/doc/text-en/pgfmanual-en-library-external.tex')
-rw-r--r--graphics/pgf/base/doc/text-en/pgfmanual-en-library-external.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/pgf/base/doc/text-en/pgfmanual-en-library-external.tex b/graphics/pgf/base/doc/text-en/pgfmanual-en-library-external.tex
index db97f4400e..e96a27c470 100644
--- a/graphics/pgf/base/doc/text-en/pgfmanual-en-library-external.tex
+++ b/graphics/pgf/base/doc/text-en/pgfmanual-en-library-external.tex
@@ -18,7 +18,7 @@
{\noindent {\emph{by Christian Feuersänger}}}
\begin{tikzlibrary}{external}
- This library provides a high-level automatic or semi--automatic export
+ This library provides a high-level automatic or semi-automatic export
feature for \tikzname\ pictures. Its purpose is to convert each picture to
a separate \pdf\ without changing the document as such.
@@ -268,7 +268,7 @@ support for a) is unavailable for versions up to and including \pgfname\ 3.0.1.
Note that |\pageref| is not supported (sorry).
Point b) works as follows: a |\label| inside of an externalized graphics
- causes the external library to generate separate auxiliary files for every
+ causes the |external| library to generate separate auxiliary files for every
external image. These files are called \meta{imagename}|.dpth|. The
extension |.dpth| indicates that the file also contains the image's depth
(the |baseline| key of \tikzname). Furthermore, anything which would have
@@ -461,7 +461,7 @@ pdflatex -shell-escape main
\begin{command}{\tikzexternalfiledependsonfile\marg{external graphics}\marg{file name}}
A variant of |\tikzpicturedependsonfile| which adds a dependency for an
\meta{external graphics}. The argument \meta{external graphics} must be the
- path as it would have been generated by the external library, i.e.\ without
+ path as it would have been generated by the |external| library, i.e.\ without
file extension but including any prefixes.
\end{command}
@@ -596,7 +596,7 @@ pdflatex -shell-escape main
What happens if you change ``My comment'' to ``My super comment''? Well,
|external| will \emph{not} pick it up; you will need to handle this
manually. However, if you modify anything between |\begin{tikzpicture}| and
- |\end{tikzpicture}|, the external library \emph{will} pick it up and
+ |\end{tikzpicture}|, the |external| library \emph{will} pick it up and
regenerate the picture.
The |up to date check| is applied for |mode=convert with system call| and
@@ -606,7 +606,7 @@ pdflatex -shell-escape main
\begin{command}{\tikzexternaldisable}
Allows to disable the complete externalization. While |export next| will
still collect the contents of picture environments, this command uninstalls
- the hooks for the external library completely. Thus, nested picture
+ the hooks for the |external| library completely. Thus, nested picture
environments or environments where |\end{tikzpicture}| is not directly
reachable won't produce compilation failures -- although it is not possible
to externalize them automatically.