Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skipbelow option not working (mdframed package 2013-07-09) #12

Closed
feculededentier opened this issue Aug 14, 2013 · 3 comments
Closed

skipbelow option not working (mdframed package 2013-07-09) #12

feculededentier opened this issue Aug 14, 2013 · 3 comments
Assignees
Labels

Comments

@feculededentier
Copy link

The following minimal working example shows the issue:

%  -------------------------------------------------------
%  BEGIN minimal example

\documentclass[11pt]{article}
\usepackage[framemethod=TikZ]{mdframed}

\begin{document}
Some text before.

\begin{mdframed}[skipabove=3cm, skipbelow=3cm]
  Testing 123.
\end{mdframed}

Some text after.
\end{document}

%  END minimal example
%  -------------------------------------------------------

Output is:
mdframed_skipbelow_not_working

@marcodaniel
Copy link
Owner

Thanks. Fixed now:
262ff4c

regards
Marco

@imagingbook
Copy link

Seems this problem still remains in the current official release (dated 2013/07/01). Any reason why this fix never made it into the CTAN release?

--Wilhelm

@i3v
Copy link

i3v commented Aug 20, 2018

The CTAN version is still the same (1.9b, dated 2013/07/01).
If anyone is interested - here's a simple way to apply this patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants