summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.external.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-11 23:19:25 +0000
committerKarl Berry <karl@freefriends.org>2016-06-11 23:19:25 +0000
commitfbb20601c6298bc825560a5a048859d60217f14f (patch)
tree0dc74c0df4f8b0871933db4446ab68b3960c50fb /Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.external.tex
parentd68a92426a296573336399c1252f21da178f1b75 (diff)
tcolorbox (2jun16)
git-svn-id: svn://tug.org/texlive/trunk@41383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.external.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.external.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.external.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.external.tex
index 1d8c4172409..20e351c0599 100644
--- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.external.tex
+++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.external.tex
@@ -583,13 +583,14 @@ This is my \LaTeX\ box.
not created.}\\
Depending on operating system and compiler, an |external| subdirectory is
automatically created or not. If not, create such a directory manually
- or add the following to your document:
+ or add the following to your document\footnote{The |shellesc| package
+ is loaded automatically by the library.}:
\begin{dispListing}
-\immediate\write18{mkdir external}
+\ShellEscape{mkdir external}
\end{dispListing}
or
\begin{dispListing}
-\immediate\write18{mkdir -p external}
+\ShellEscape{mkdir -p external}
\end{dispListing}
If the combination of \refKey{/tcb/external/prefix} and chosen snippet
name points to another subdirectory than |external|, this has to be