带侧花括号的省略号 2024-5-24 • amsmath braces ellipsis 我正在写一个数学证明,需要将指数展开为n乘法。我想要的是这样的: A×A×A×A............A×A×A 用一个大的花括号将整个内容向上括起来,表示“n 次”有什么方法可以做到这一点吗? 答案1 像这样? \documentclass{article} \usepackage{amsmath} \begin{document} \begin{equation} \underbrace{A \times A \times A \times \dots \times A}_{n \text{ times}} \end{equation} \end{document} 答案2 我认为您正在寻找使用\overbrace{...}^{...}宏的方法。 \documentclass{article} \usepackage{amsmath} % for '\overbrace' macro \begin{document} \[ \overbrace{A\times A\times\dots\times A\times A}^{\text{$n$ times}} \] \end{document} 答案3 为了以后,如果您有很多,lmake包装会呈现出漂亮的图案。 平均能量损失 \documentclass{article} \usepackage{amsmath} \usepackage{lmake} \begin{document} \Large \[ \lmake[A_{\i}, \!] \] \[ \lmake[A_{\i}, \,] \] \[ \lmake[{A_{\i}}, \times] \] \[ \lmake[\left(\frac{\i}{\i+1}\right),\!]\] \end{document} 相关内容 出版业中最常用的排版编程语言是哪种? awk:按日期查找最旧和最新的文件 Grub 无法在 3TB 驱动器上启动 Windows 7 加载程序条目 无法启动 NVIDIA 性能模式 无需专业软件即可将 PDF 转换为 HTML 在 Chrome 中复制或打印聊天窗口文本 DNS 更改复制时间 看不到灯源 LibreOffice 中的折线图 - 数据在行中(类型、x、y),而不是在 2 输入表中 显示数据的遗传算法