使用 babel (layout=graphics) 发布可破坏框 (tcolorbox 包)

使用 babel (layout=graphics) 发布可破坏框 (tcolorbox 包)

此示例带有选项,可layout=graphics在页面外产生可破坏的框(不可破坏的框也可以)。这个问题有解决方案吗?

\documentclass{report}
\usepackage[paper width=5cm,paper height=5cm]{geometry}
\usepackage[most]{tcolorbox}
\usepackage[bidi=basic,layout=graphics]{babel}
\babelprovide[import,main]{arabic}
\babelfont{rm}{Amiri}

\pagestyle{empty}

\begin{document}
Text text text text\par
Text text text text\par
Text text text text

\begin{tcolorbox}[breakable]
Text text text text\par
Text text text text\par
Text text text text
\end{tcolorbox}

\begin{tcolorbox} 
Text text text text\par
Text text text text\par
Text text text text
\end{tcolorbox}

\end{document}

在此处输入图片描述

相关内容