diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty b/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty index a96470cc88b..954ce933813 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-amsthm}[2010/05/18 v24] +\ProvidesPackage {thm-amsthm}[2010/06/08 v35] \define@key{thmstyle}{spaceabove}{% \def\thmt@style@spaceabove{#1}% } @@ -136,6 +136,19 @@ }% } +\def\thmt@amsthmlistbreakhack{% + \leavevmode + \vspace{-\baselineskip}% + \par + \everypar{\setbox\z@\lastbox\everypar{}}% +} + +\define@key{thmuse}{listhack}[\relax]{% + \addtotheorempostheadhook[local]{% + \thmt@amsthmlistbreakhack + }% +} + \endinput %% %% End of file `thm-amsthm.sty'. |