correct usage of mdframed. still buggy, but probably caused by thmstyle package
This commit is contained in:
parent
3b16c40e05
commit
13ae62e156
1 changed files with 2 additions and 1 deletions
|
@ -440,7 +440,7 @@
|
||||||
{
|
{
|
||||||
\clist_put_right:Nx \l_@@_thmtools_clist
|
\clist_put_right:Nx \l_@@_thmtools_clist
|
||||||
{
|
{
|
||||||
mdframed = \tl_use:N \l_@@_key_mdframed_tl
|
mdframed = { style = \tl_use:N \l_@@_key_mdframed_tl }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\tl_if_eq:NnF \l_@@_key_style_tl { \c_novalue_tl }
|
\tl_if_eq:NnF \l_@@_key_style_tl { \c_novalue_tl }
|
||||||
|
@ -478,6 +478,7 @@
|
||||||
% \begin{macrocode}
|
% \begin{macrocode}
|
||||||
\cs_new:Npn \fancythm_new_theorem:nnnn #1 #2 #3 #4
|
\cs_new:Npn \fancythm_new_theorem:nnnn #1 #2 #3 #4
|
||||||
{
|
{
|
||||||
|
% \tl_show:n { new ~ fancy ~ theorem ~ with ~ 1 = '#1', ~ 2='#2', ~ 3='#3', 4='#4'}
|
||||||
\groupthm_new_family:nnnnn { #1 } { dagger, star } { #3 } { #4 } { #2 }
|
\groupthm_new_family:nnnnn { #1 } { dagger, star } { #3 } { #4 } { #2 }
|
||||||
\groupthm_new_family_options:nnnn
|
\groupthm_new_family_options:nnnn
|
||||||
{ #1 }
|
{ #1 }
|
||||||
|
|
Loading…
Reference in a new issue