如果我编译:
\documentclass{standalone}
\usepackage[many]{tcolorbox}
\usepackage{adjustbox}
\begin{document}
\tcbset{colframe=red!50!white,nobeforeafter}
Some text\dots
\tcbox[nobeforeafter,box align=base, attach boxed title to bottom,title=AA,enhanced]{One line$\frac{x}{y}$}\tcbox[nobeforeafter,box align=base,size=fbox]{Another line}
\end{document}
我明白了(我添加的注释)
我知道我可以使用baseline
键来更改底部带有标题的框的对齐方式。但是如何才能自动完成呢?