
答案1
不確定這是否符合您的要求,但您可以用於垂直\scalebox
縮放\wedge
,但不能水平縮放。當然,您可以根據需要更改比例因子。這是假設您僅使用該符號作為下標。如果您打算以其他方式使用該符號,我建議您看看更通用的解決方案使用mathchoice
或mathpalette
.
\documentclass{article}
\usepackage{graphicx}
\newcommand{\newwedge}{\scalebox{1}[0.5]{$\scriptstyle\wedge$}}
\begin{document}
$f_{\newwedge}$ vs. $f_{\wedge}$
\end{document}