tcolorbox
里的 multicols
环境不能分页。
可以参考:https://tex.stackexchange.com/questions/304722
另外一种实现方式是,在 multicols
外面加上一个 tcolorbox
盒子。
见 https://gitee.com/Sophanatprime/cus/tree/dev/(或 https://github.com/Sophanatprime/cus/tree/dev)。
通过 patch multicols
环境,在它的外面套上一个盒子。
实现的代码在 cus.module.box.tex
文件里,支持 tcolorbox
盒子的代码在 cus.library.tcb.tex
文件里。
移植这个功能也不难。
问 如图所示,在tcolorbox里面使用multicols,但是当内容过多时,文字会溢出tcolorbox而不会自动分页,求解决方案。