diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tools/tools-overview.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tools/tools-overview.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/tools/tools-overview.tex b/Master/texmf-dist/doc/latex/tools/tools-overview.tex index 53b09964b90..1919a3673ef 100644 --- a/Master/texmf-dist/doc/latex/tools/tools-overview.tex +++ b/Master/texmf-dist/doc/latex/tools/tools-overview.tex @@ -2,7 +2,7 @@ \ProvidesFile{tools-overview.tex}[2015/03/31 v1.0 Tools overview] % Copyright (c) 2006-2014 Heiko Oberdiek -% (c) 2015 The LaTeX3 Project +% (c) 2015-2016 The LaTeX3 Project % % This file is part of the Standard LaTeX `Tools Bundle'. % ------------------------------------------------------- @@ -171,6 +171,11 @@ Not recomended for new packages, but may help when updating old files. }% +\entry{shellesc}{% + Unified interface to ``shell escape'' i.e., access to system commands + based on \texttt{\string\write18} or \texttt{os.execute} depending + on the system in use. +}% \entry{showkeys}{% Draft mode showing the \emph{keys} used by \cs{label}, \cs{ref}, \cs{cite} etc. }% @@ -203,4 +208,5 @@ Smart space command that avoids the common mistake of missing spaces after command names. }% + \end{document} |