Is it possible to specify a transparent background colour for the mdframed environment, so that anything which might be underneath will be visible?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
You must set the opacity to the whole environment.
|
||||
|
|
As mentioned in the comments, you can set
Following @PhilippeGoutet's comment, you can use
which gives
|
|||||||||||||
|



mdframedcan useTikZand with thetikzsettingoption you can pass arguments totikzset. This way you should be able to change the opacity. I can't test this right now, but you can give it a try. – Roelof Spijker Dec 14 '11 at 16:04fill opacityin TikZ that should only affect the background. – Roelof Spijker Dec 14 '11 at 17:04