summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex
index 0263c476cb4..a08a78253bf 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 3.91 (2016/04/27)
+%% The LaTeX package tcolorbox - version 3.93 (2016/06/01)
%% tcblistingscode.code.tex: Auxiliary code for colorboxes with listings
%%
%% -------------------------------------------------------------------------------------------
@@ -18,9 +18,10 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb@set@library@version{3.91}
+\tcb@set@library@version{3.93}
\RequirePackage{pdftexcmds}
+\RequirePackage{shellesc}
\def\tcbuselistingtext@input{\input{\kvtcb@listingfile}}%
\def\tcbuselistingtext{\tcbuselistingtext@input}%
@@ -171,7 +172,7 @@
\or\or
\tcb@warning{System call with restricted shell escape may fail}%
\fi%
- \filename@parse{\kvtcb@listingfile}\immediate\write18{#1}%
+ \filename@parse{\kvtcb@listingfile}\ShellEscape{#1}%
\relax%
}
@@ -219,7 +220,7 @@
pdf comment/.default={\kvtcb@listingfile},
process code/.code={\appto\tcb@listing@process@hook{#1}},%
no process/.code={\def\tcb@listing@process@hook{}},%
- compilable listing/.style={listing file={\jobname-listing-\thetcblistingcount}},
+ compilable listing/.style={listing file={\jobname-listing-\thetcblistingcount.tex}},
run system command/.style={process code={\tcb@run@system@command{#1}}},%
run@system@command/.style 2 args={run system command={#1\space#2\space\filename@area\filename@base}},%
run pdflatex/.style={run@system@command={pdflatex}{#1}},%