mdframed icon indicating copy to clipboard operation
mdframed copied to clipboard

Nested frames aren't broken over to the next page

Open DriedFruity opened this issue 12 years ago • 5 comments

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.

DriedFruity avatar Jan 26 '13 15:01 DriedFruity

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

marcodaniel avatar Feb 17 '13 08:02 marcodaniel

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! :)

DriedFruity avatar Feb 17 '13 09:02 DriedFruity

+1 I'm having this issue as well (see https://github.com/dhiltonp/reddit-latex).

dhiltonp avatar Dec 01 '15 00:12 dhiltonp

Is the implementation of mdframed based on LaTeX3 advancing, so that a release not to much far away could be expected?

romildo avatar Dec 01 '15 19:12 romildo

Hi, Are there any news about this? It would be really cool to have the mdframed working for nested frames. Best regards, Jens

jensstarke avatar Jul 15 '18 12:07 jensstarke