mdframed 分隔页的内顶边距空间

mdframed 分隔页的内顶边距空间

我已经使用并期望为继续下一页mdframed设置,但在我的,只对我的第一个虚线框起作用,而不是分页虚线框。innertopmargin space\mdfsetupinnertopmargin=20pt

在此处输入图片描述

这是我的.tex:

\documentclass{article}
\usepackage[framemethod=tikz]{mdframed}
\usepackage{lipsum}

\mdfsetup{tikzsetting={fill=white, draw=red, line width=0.5pt,dashed,dash pattern= on 3pt off 3pt},linecolor=none,everyline=true, innertopmargin=20pt}

\begin{document}
\begin{mdframed}[skipabove=10pt,skipbelow=10pt]
\lipsum
\end{mdframed}
\end{document}

相关内容