
答案1
正如 Barbara Beeton 所指出的,最簡單的解決方案是\mathrlap
使用mathtools
裡面\overset 的第一個參數。我\mathstrut
在第二個參數中添加了 a ,以確保重疊的東西和方程式主線之間的垂直間距正確:
\documentclass{article}
\usepackage{mathtools, amsthm, amssymb}
\DeclarePairedDelimiter{\set}\{\}
\usepackage{rotating, bigstrut}
\newcommand{\hookdownleft}{\rotatebox[origin=b]{90}{$\Lsh$}}
\theoremstyle{definition}
\newtheorem{dfn}{Definition}
\begin{document}
\begin{dfn}
$\overset{\mathrlap{\hookdownleft \text{family of sets from } \Omega \:
\rightarrow \: \text{one set from } \Omega}}{op\mathstrut} \in \mathcal{O} =
\set{\text{set operations}}$
\end{dfn}
\end{document}