我有这样一个代码:
\documentclass{article}
\parindent = 0pt
\usepackage{mdframed}
\mdfsetup{everyline=true,splittopskip=15pt,innerleftmargin=2em,linewidth=1.3pt}
\begin{document}
\section{Apple}
Some words..
\par\hangindent=2em\hangafter=0 Test
\begin{center}
center
\end{center}
\section{Bird}
\begin{mdframed}
\section{Apple}
Some words..
\par\hangindent=2em\hangafter=0 Test
\begin{center}
center
\end{center}
\section{Bird}
\end{mdframed}
\end{document}
Q1. 为什么环境中的部分会发生变化mdframed
?(参见第 4 节)
Q2. 如果我删除center
环境或\hangindent
行,行内的排版mdframed
与行外的排版相同。为什么?