Tagged Questions
2
votes
0answers
44 views
Split mdframed environment occasionally skips page
I'm currently using the mdframed package for a custom environment for my master's thesis. In rare cases, the environment shows some rather strange behaviour — the correctly split environment (i.e. the ...
7
votes
1answer
68 views
mdframed being cut across pages
Is there a way to prevent this (see image) from happening when you are going onto another page?
8
votes
1answer
407 views
Using mdframed after a section heading
The following is a very contrived example, but it illustrates a problem I am unable to solve with the mdframed package. When the mdframed environment follows a section heading but there is ...
0
votes
0answers
59 views
mdframed : extend frame to page end (if page break) [duplicate]
Possible Duplicate:
mdframed : Bug with page break?
I've got a question regarding mdframed. I'm currently checking the usage of mdframed in my document, and while doing this I noticed that ...
3
votes
1answer
115 views
How to prevent pagebreak for a custom environment?
I use the following custom environment emailHeader and macros to format an email header (credits belong to egreg).
\definecolor{emailHeaderBackground}{RGB}{225,225,225}
...
7
votes
1answer
312 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:
...
10
votes
1answer
146 views
How to have the mdframed material flow in the top part of consecutive pages
Suppose you have the following layout:
The gray area represents normal text. The orange area consists of one or more text boxes (inserts) of given height.
Some textbook layouts present advanced or ...
1
vote
0answers
44 views
How to control mdframed on multiple pages? [duplicate]
Possible Duplicate:
Conserve the frame in a mdframed box that spans more than one page
I am using mdframed for writing citation information but citation list is too long which comes in 2-3 ...
5
votes
0answers
261 views
mdframed: large texts with equation arrays skipping pages in \documentclass{memoir} (or book) [closed]
The package mdframed works very well enclosing plain texts with decorated frames: even when they span many pages the frame breaks accordingly! :-)
Unfortunately that is not yet the case when the ...
2
votes
1answer
244 views
mdframed: New bug with page break?
The package mdframed works well breaking framed plain texts.
I am trying hard to make it work also when the text contais equation arrays, but I keep getting strange compilation errors!
My last try ...
7
votes
1answer
232 views
How to put footnotes in the page where they belong in a mdframed environment
I have a large bunch of text in a mdframed environment, that span more than one page.
As it seems reading the documentation, the mdframed environment put every footnotes at the end of the frame, by ...
4
votes
1answer
415 views
Conserve the frame in a mdframed box that spans more than one page
I am using mdframed to create big boxes that span more than one page, but they just leave an unframed side at the top and down of the page. Is there a way to solve this?
\documentclass{article}
...
7
votes
2answers
184 views
Different width of frame across page bounadries with mdframed
When a mdframed frame begins with a display math, and the break occurs just at the end of the display math environment, the widths of the frame are different across the page break boundary:
Also ...
2
votes
1answer
276 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 ...
6
votes
1answer
373 views
Excursus environment using mdframed: Issue with page breaks
This question is a follow-up question to: Access mdframed node coordinates with TikZ?
@MarcoDaniel: Awesome package (mdframed)! Nice clean code, too.
@Tobi:
I really like your new excursus ...
6
votes
1answer
520 views
mdframed : Bug with page break?
I'm trying to use the package mdframed to handle framed boxes, that allow page breaking when the content of the box is too large. Nevertheless, i encounter the following difficulty :
...