Tagged Questions
4
votes
1answer
215 views
How to draw a simple 1mm thick page frame?
I'm trying to make a simple one-line 1mm thick page frame. Left line of that frame should be 2.5cm from edge and all other lines 0.5cm. Document includes tikz drawing, and text.
The problem is that ...
2
votes
0answers
21 views
How I can delete frametitle after pagebreak in mdframed box? [duplicate]
Possible Duplicate:
How I can delete title after pagebreak in mdframed box?
I try to make a box with the title "Summary" by mdframed package.
With the code I attach, the title "Summary" ...
6
votes
1answer
396 views
Issue with mdframed package
mdframed package creates a beautiful box around the content. And it has the capability to break between pages as in the image below
I have done the decoration of getting the concept 5 : algebraic ...
4
votes
1answer
196 views
mdframed+tikz to display overfullrule
This may or may not be a bug, so I'll first ask it here before reporting.
In the following test case:
\documentclass{article}
\usepackage[framemethod=tikz]{mdframed}
\overfullrule=5pt
...
12
votes
1answer
295 views
How this shading effect would be applied to an mdframed environment?
I'd like to apply the following shading effect
proposed in " Fake sheet effect " as a background for a mdframed environment. How can this be achieved?
7
votes
1answer
310 views
Rounded corners not working in \mdf@singleextra using mdframed with TikZ
I am creating new framed environments using the mdframed package (along with TikZ) based on the digression example given in mdframed-example-texsx.tex. My code is the following:
...
3
votes
1answer
476 views
Floating TikZ picture within text in mdframed
When there is not enough space for TikZ picture at the end of a text, it will goes to the next page, and leaves an empty space after the text. Is there a standard method for putting TikZ picture in ...
10
votes
1answer
548 views
How to produce a tight box with a fancy border?
I'd like to be able to typeset a tightly-boxed formula with a fancy border.
My progress so far has been to produce a box (with mdframed) with the fancy border I want (with tikz), but instead of being ...
8
votes
1answer
381 views
Access mdframed node coordinates with TikZ?
Is it possible to get a (breakable) frame like this with mdframed? Or as a more general question. Can one access the coordinates of the frame that is drawn with TikZ?
With a pagebreak in it:
I ...
6
votes
1answer
540 views
mdframed with tikz method: putting line numbers outside of frame
I want to number the lines in a mdframed environment with the line numbers appearing on the left of the frame, outside of it.
\documentclass{article}
\usepackage[framemethod=latex]{mdframed}
...
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 ...
4
votes
1answer
383 views
Vertical spacing problem related to the mdframed environment
I use the mdframed package with option style=1, which means that TikZ is responsible for drawing frames:
\documentclass{article}
\usepackage[style=1]{mdframed}
\begin{document}
\noindent
Text
...