latex 如何让 tcolorbox 环境中的段落首行缩进

latex 如何让 tcolorbox 环境中的段落首行缩进

引用自 LaTeX 如何让 tcolorbox 环境中的段落首行缩进

群里有人解答了,转述一下,加上before upper=\par,before lower=\par

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass[cn]{elegantbook}
\usepackage{zhlipsum}

\newtcolorbox{ab}{
parbox=false,
before upper=\par,
before lower=\par
}

\begin{document}

\begin{ab}
\zhlipsum[1]
\tcblower
\zhlipsum[2]
\zhlipsum[3]
\end{ab}

\end{document}

latex-如何让-tcolorbox-环境中的段落首行缩进


latex 如何让 tcolorbox 环境中的段落首行缩进
https://taylorandtony.github.io/2025/03/16/latex-如何让-tcolorbox-环境中的段落首行缩进/
作者
TaylorAndTony
发布于
2025年3月16日
许可协议