| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | yesterday | |
| stats | profile views | 4 |
|
May 22 |
comment |
How can I make mdframed boxes break at the bottom of the page? I've found a different solution to my problem, by using the method here link I needed to have entire pages coloured in the same colour as the environment i.e. if the environment starts halfway through page 6 and extends to halfway through page 8, I need the second half of p6, all of p7 and the first half of p8 to be green(say). Also, the colour must extend to the edge of the page. I'll post a MWE as soon as I get time, I think this is an interesting problem to solve that many people will use. |
|
May 15 |
comment |
How can I make mdframed boxes break at the bottom of the page? Using the above the command: \makeatletter\preto\mdf@put@frame@ii{\enlargethispage{2cm}}\makeatother the mdframed do not change, regardless of the value inside \enlargethispage |
|
May 15 |
comment |
How can I make mdframed boxes break at the bottom of the page? Ah!, thank you very much. That works like a charm on the first page. Can I do something similar if the mdframed splits over more than one pagebreak? |