diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-03 23:37:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-03 23:37:04 +0000 |
commit | 92b4cdcc73a443c1d91d2d2963a91363856e1dea (patch) | |
tree | af8da9eb8d212cc781e7fc5ad782975060b76bf8 /Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty | |
parent | 588d746c4db3a95ed8ec234bf392c8ca7061fc3e (diff) |
thmtools (3dec11)
git-svn-id: svn://tug.org/texlive/trunk@24742 c570f23f-e606-0410-a88d-b1316a301751
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'. |