📜  左右箭头上的文本乳胶 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:25.877000             🧑  作者: Mango

代码示例1
\documentclass{article}
\usepackage{amsmath}
\makeatletter
\newcommand{\xLeftrightarrow}[2][]{\ext@arrow 0099\Leftrightarrowfill@{#1}{#2}}
\makeatother
\begin{document}
$A \xLeftrightarrow{\mathit{hello}} B$
\end{document}