我怎样才能拥有这个角色,我需要 f 和 U?
答案1
组合amsmath
并\overset
可以\underset
在这里提供帮助:
\documentclass{article}
\usepackage{amsmath}% http://ctan.org/pkg/amsmath
\newcommand{\hatv}[1]{\overset{\wedge}{\underset{\vee}{\mathstrut#1}}}
\newcommand{\fhatv}{\hatv{f}}
\newcommand{\Uhatv}{\hatv{U}}
\begin{document}
$\fhatv\ \Uhatv$
\end{document}
当使用具有不同深度或高度的字符时,使用\mathstrut
可以比较基线。
答案2
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
\mathop{f{}}\limits_\vee^\wedge
\]
\end{document}
答案3
这只是一个探索直接 unicode 输入的可能性/实用性的示例。我认为 David Carlisle 的答案很完美。
藝術本身