
답변1
답변2
\underset
다음 부분을 인수 안에 넣으십시오 \overset
.
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\[
\hat{y} = \hat{f}(x) = \overset{C}{\underset{c=1}{argmax}}\> p(y = c|x, D)
\]
\end{document}
편집: 또한 argmax는 올바르게 조판되지 않았으며 연산자이므로 기울어진 문자로 렌더링되어서는 안 됩니다.