Tagged Questions
5
votes
1answer
146 views
Strange behavior of mdframed with pstricks as framemethod
I load the mdframed package from a class of my own with the line
\RequirePackage[framemethod=pstricks]{mdframed}
When using the XeLaTeX engine I get a strange behavior from the mdframed environment ...
6
votes
1answer
1k views
drop shadow framed environment using mdframed & tikz
I'm attempting to make a drop shadow environment using mdframed and tikz. So far, I have (perhaps naively) tried
\newmdenv[tikzsetting={fill=green!20,drop shadow}]{myshadowbox}
I know that ...