summaryrefslogtreecommitdiff
path: root/macros/latex/exptl/thmtools/thmdef-mdframed.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-07-17 03:02:31 +0000
committerNorbert Preining <norbert@preining.info>2020-07-17 03:02:31 +0000
commit4ea983e3d411ade406c09b30ece9139457516b6f (patch)
tree02acddfa7ad11d5bf9449468eb9d9b3cd1f33bc3 /macros/latex/exptl/thmtools/thmdef-mdframed.dtx
parent545097774851316dfcb923ebf87501026949a9b4 (diff)
CTAN sync 202007170302
Diffstat (limited to 'macros/latex/exptl/thmtools/thmdef-mdframed.dtx')
-rw-r--r--macros/latex/exptl/thmtools/thmdef-mdframed.dtx28
1 files changed, 0 insertions, 28 deletions
diff --git a/macros/latex/exptl/thmtools/thmdef-mdframed.dtx b/macros/latex/exptl/thmtools/thmdef-mdframed.dtx
deleted file mode 100644
index a3fd3658cb..0000000000
--- a/macros/latex/exptl/thmtools/thmdef-mdframed.dtx
+++ /dev/null
@@ -1,28 +0,0 @@
-% \iffalse meta-comment
-%
-% Copyright (C) 2010 by Ulrich M. Schwarz
-% See file COPYING for more details.
-%\fi
-%
-%\iffalse (hide this from DocInput)
-%<*mdframed>
-%\fi
-%
-% Mostly, this key wraps the theorem in a mdframed environment.
-% The parameters are set by treating the value we are given as
-% a new key-val list, see below.
-%
-% \begin{macrocode}
-\define@key{thmdef}{mdframed}[{}]{%
- \thmt@trytwice{}{%
- \RequirePackage{mdframed}%
- \RequirePackage{thm-patch}%
- \addtotheorempreheadhook[\thmt@envname]{%
- \begin{mdframed}[#1]}%
- \addtotheorempostfoothook[\thmt@envname]{\end{mdframed}}%
- }%
-}
-% \end{macrocode}
-%\iffalse (hide this from DocInput)
-%</mdframed>
-%\fi