顶部的第一个盒子框(见下图)被裁剪了,我不知道为什么:
\documentclass[12pt]{article}
\usepackage{mdframed}
\begin{document}
outside of the
\global\mdfdefinestyle{exampledefault}{%
linecolor=red,middlelinewidth=3pt,%
leftmargin=1cm,rightmargin=1cm
}
\begin{mdframed}[style=exampledefault,roundcorner=5]
Example Text
\end{mdframed}
\begin{mdframed}[style=exampledefault,roundcorner=5]
Example Text
\end{mdframed}
boxes.
\end{document}