mdframed
                                
                                 mdframed copied to clipboard
                                
                                    mdframed copied to clipboard
                            
                            
                            
                        Nested frames aren't broken over to the next page
If I do:
\begin{mdframed} test
test
test
... 100x ...
\end{mdframed}
everything works nicely
but when I take two nested frames:
\begin{mdframed} \begin{mdframed} test
    test
    test
    ... 100x ...
\end{mdframed}
\end{mdframed}
sadly it doesn't work.
Hi,
this is a known issue. The current algorithm of mdframed doesn't allow such a combination. I am working on a LaTeX3 implementation with such a feature. Sorry, I know that my answer is unsatisfactory.
Best regards Marco
Thanks anyway. Now I know that this problem is not caused by my faulty handling.
On 02/17/2013 09:55 AM, Marco Daniel wrote:
Hi,
this is a known issue. The current algorithm of |mdframed| doesn't allow such a combination. I am working on a LaTeX3 implementation with such a feature. Sorry, I know that my answer is unsatisfactory.
Best regards Marco
— Reply to this email directly or view it on GitHub https://github.com/marcodaniel/mdframed/issues/9#issuecomment-13682870.
Von meinem iPhone gesendet... Not! :)
+1 I'm having this issue as well (see https://github.com/dhiltonp/reddit-latex).
Is the implementation of mdframed based on LaTeX3 advancing, so that a release not to much far away could be expected?
Hi, Are there any news about this? It would be really cool to have the mdframed working for nested frames. Best regards, Jens