diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty b/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty new file mode 100644 index 00000000000..de7ee9d8485 --- /dev/null +++ b/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty @@ -0,0 +1,35 @@ +%% +%% This is file `thmdef-mdframed.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% thmdef-mdframed.dtx (with options: `mdframed') +%% This is a generated file. +%% +%% This file is part of the `thmtools' package. +%% The `thmtools' package has the LPPL maintenance status: maintained. +%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de +%% +%% Copyright (C) 2008-2011 by Ulrich M. Schwarz. +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, version 1.3a. +%% This version is obtainable at +%% http://www.latex-project.org/lppl/lppl-1-3a.txt +%% +%% +\NeedsTeXFormat {LaTeX2e} +\ProvidesPackage {thmdef-mdframed}[2011/11/27 v62] +\define@key{thmdef}{mdframed}[{}]{% + \thmt@trytwice{}{% + \RequirePackage{mdframed}% + \RequirePackage{thm-patch}% + \addtotheorempreheadhook[\thmt@envname]{% + \begin{mdframed}[#1]}% + \addtotheorempostfoothook[\thmt@envname]{\end{mdframed}}% + }% +} +\endinput +%% +%% End of file `thmdef-mdframed.sty'. |