将底部带有框状标题的 tcbox 与行文本对齐

将底部带有框状标题的 tcbox 与行文本对齐

如果我编译:

\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键来更改底部带有标题的框的对齐方式。但是如何才能自动完成呢?

相关内容