答案1
虽然不是您截图的精确复制品,但希望有用:
在下面的代码中,请注意我省略了一些无用的代码,例如\RresT (u)= \Bigg\{ 1,
,并将的两个实例替换为v_{\xrightarrow[]{}}u
。v \to u
我还用直立字体呈现了RresT
、Pos.Arcs
和。Neg.Arcs
\documentclass{article} % or some other suitable document class
\usepackage{amsmath}
\begin{document}
\begin{equation}
\mathrm{RresT}(u) =
\begin{cases}
1 & \text{if } \mathrm{Pos.Arcs}_{v \to u} (u)
>\mathrm{Neg.Arcs}_{v \to u} (u) \\
0 & \text{otherwise}
\end{cases}
\end{equation}
\end{document}