50 如何输入带省略号的自动断层underbrace

发布于 2025-01-03 20:18:51

🌳🗡❀老师@u38442 指出,下面的公式排版是优雅的,并且有宏包实现之

image.png

After searching on TSE and following this link, we can copy the following MWE:

\documentclass{article}
\usepackage{amsmath}
\usepackage{adjustbox}% http://ctan.org/pkg/adjustbox
\begin{document}
\begin{multline*}
  f(x)=a_0+a_1x+a_2x^2+\clipbox{-2 0 5 0}{$\overbrace{a_3x^3+a_4x^4+\cdots+a_{i-1}x^{i-1}+\hspace{1em}}^{\text{some text}}$} \\[\jot]
       \clipbox{100 0 -2 0}{$\overbrace{\phantom{\hspace{10em}}a_ix^i+a_{i+1}x^{i+1}}$}+\cdots+a_{n-1}x^{n-1}
\end{multline*}
\end{document}

image.png

How to tune the above MWE?

查看更多

关注者
0
被浏览
249
Thallo
Thallo 2025-01-03
这家伙不懒,但还是什么也没写

当时逛𝕏的时候,发现日本人在用,于是发现这个包 abraces
使用例如下

\documentclass{ctexart}
\usepackage{amsmath}
\usepackage{abraces}
\begin{document}   
\begin{multline*}
f(x) = a_0 + a_1 x + a_2 x^2 +
\aoverbrace[L1U1@{~\ldots}]{a_3 x^3 + a_4 x^4 + \dots +
a_{i - 1} x^{i - 1} + \quad}^{\text{some text}} \\[\jot]
\aoverbrace[@{\ldots~}1R]{\quad a_i x^i + a_{i + 1} x^{i + 1}} +
\dots + a_{n - 1} x^{n - 1}
\end{multline*}
\end{document}

image.png

其余例
image.png

1 个回答

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览