summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-27 22:56:01 +0000
committerKarl Berry <karl@freefriends.org>2016-04-27 22:56:01 +0000
commit10b12106d8ae2296611d43f2dfd622f86da2e615 (patch)
tree222a4864ce0ffb796457da4b95f4543266f568af /Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
parent48b3038496bf03bf75673179dae38809fb3d8caf (diff)
tcolorbox (27apr16)
git-svn-id: svn://tug.org/texlive/trunk@40792 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
index 16af5e8e9f2..df752c63a0c 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 3.90 (2016/02/29)
+%% The LaTeX package tcolorbox - version 3.91 (2016/04/27)
%% tcbminted.code.tex: Code for colorboxes with listings
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb@set@library@version{3.90}
+\tcb@set@library@version{3.91}
\RequirePackage{minted}[2011/09/17]
@@ -27,15 +27,14 @@
\def\tcb@minted@input@listing#1#2#3#4{%
\edef\temp@a{#4}%
\ifx\temp@a\@empty%
- \else
- %\usemintedstyle{\temp@a}%
+ \else%
\toks@=\expandafter{#4}%
\edef\tcb@temp{\noexpand\usemintedstyle{\the\toks@}}%
\tcb@temp%
\fi%
\toks@=\expandafter{#1}%
\edef\tcb@temp{\noexpand\inputminted[\the\toks@]}%
- \tcb@temp{#2}{#3}%
+ \tcb@temp{#2}{\minted@outputdir#3}%
}
\def\tcb@minted@uselistinglisting{%