summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-10 23:26:17 +0000
committerKarl Berry <karl@freefriends.org>2014-01-10 23:26:17 +0000
commit1a6ebf01dcfbaa320337c0dd0242ec7064b21a6b (patch)
treef89f5681275dbb3222b37f141b32787690b791b5 /Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex
parent200c32dca65937f664a864f70aaede2217c129dc (diff)
tcolorbox (10jan14)
git-svn-id: svn://tug.org/texlive/trunk@32631 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex
index ece7cf5b1cd..1517e3fc6ab 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex
@@ -1,8 +1,8 @@
-%% The LaTeX package tcolorbox - version 2.60 (2013/12/17)
+%% The LaTeX package tcolorbox - version 2.61 (2014/01/10)
%% tcbtheorems.code.tex: Code for theorems in colorboxes
%%
%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2006-2012 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% Copyright (c) 2006-2014 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb@set@library@version{2.60}
+\tcb@set@library@version{2.61}
\RequirePackage{amsmath}
@@ -38,7 +38,7 @@
}
\def\tcb@theo@listentry#1#2#3{%
- \def\kvtcb@listentry{\numberline{#2}#3}%
+ \def\kvtcb@listentry{\protect\numberline{#2}#3}%
}
\def\tcb@theo@label#1#2{%
@@ -86,7 +86,7 @@
\newcommand{\new@tcbtheorem}[5][]{%
\@@newtcolorbox[auto counter,#1]{#2}[3][]{#4,%
title={\tcb@theo@title{#3}{\thetcbcounter}{##2}},%
- list entry={\numberline{\thetcbcounter}##2},%
+ list entry={\protect\numberline{\thetcbcounter}##2},%
code={\tcb@theo@label{#5}{##3}},%
##1}%
\@@newtcolorbox[#1,no counter,list inside=]{#2*}[2][]{#4,%