减小“tcolorbox”的宽度 2024-5-24 • equations tcolorbox theorems border box 我的问题是关于减少边框边距以适应彩色盒子. 非常感谢任何建议。 \documentclass[12 pt]{article} \usepackage{amsmath} \usepackage{tcolorbox} \begin{document} \begin{tcolorbox} \textbf{Theorem} : $a x + by = c$ \end{tcolorbox} \end{document} 答案1 如果您希望它适合一行内容,请使用\tcbox: \documentclass[12 pt]{article} \usepackage{amsmath} \usepackage{tcolorbox} \begin{document} \tcbox{\textbf{Theorem} : $a x + by = c$} \end{document} 答案2 只需使用选项定义框的宽度width=<desired width>: \documentclass[12 pt]{article} \usepackage{amsmath} \usepackage{tcolorbox} \begin{document} \begin{tcolorbox}[width=55mm] % <--- \textbf{Theorem} : $a x + by = c$ \end{tcolorbox} \end{document} 相关内容 Ubuntu 16.04 不显示菜单工具栏和启动器 如何将 .html 文件保存为 MS Outlook 的电子邮件模板文件? 即使对代码进行了微小的更改,构建 Debian 软件包也会失败 Booktabs 单元格颜色溢出和位置偏差 断开用户与 Windows 网络的连接 vim 中的 :!ls 关闭当前文件而不是在底部打开一个窗口 PGFplots 和 TikZ 包之间有什么关系? Mathptmx-数字下标太大 从根到上下文的 Apache 反向代理 将 tikzpicture 嵌入到 includegraphics 环境中