5
votes
1answer
182 views

Set the background color of mdframed to a color from the Beamer theme

I want to draw rounded colored text box using mdframed. I'm trying to set background color to green or blue, used in example and theorem environments using \usebeamercolor: ...
2
votes
1answer
275 views

Frame breaks inside mdframed environment with beamer class

The mdframed environment fails to break into several pages (slides) when used in a frame environment from the beamer class. In the other hand, the boitecoloriee environment from the boites package ...
2
votes
1answer
322 views

mdframed theorems within beamerarticle script

I need to use framed theorem environments the way they are made in Make an Example and shaded box like in the book. The realization with \usepackage[framemethod=TikZ]{mdframed} is working fine. But ...