라텍스 내에서이 방정식을 작동 시키려고했지만 작동하는데 문제가있는 경우 다음을 시도했습니다.
\begin{equation} \mathlarger {( I * K)_{xy} = \Sigma^{h}_{i=1} \Sigma^{w}_{j=1} K} \end{equation}{}
댓글
답변
올바른 기호는 \Sigma
가 아니라 \sum
( 합산용)입니다. 또한 \mathlarger
에 대한 이유가 없습니다. \end{equation}
뒤에 {}
를 추가하지 마세요.
\documentclass{article} \usepackage{amsmath} % recommended \usepackage{relsize} % for \mathlarger \begin{document} The following display is wrong under many respects: the symbol should be \verb|\sum| and not \verb|\Sigma|; also there is no reason to make the symbols larger. \begin{equation} \mathlarger {( I * K)_{xy} = \Sigma^{h}_{i=1} \Sigma^{w}_{j=1} K} \end{equation}{} This is the correct way to typeset the formula \begin{equation} (I * K)_{xy} = \sum^{h}_{i=1} \sum^{w}_{j=1} K \end{equation} Note that the empty group like in \verb|\end{equation}{}| is actually harmful: can you spot the misalignment? \end{document}
\Sigma
를\sum
로 바꿉니다.\documentclass{...}
문제와 관련된 패키지,\begin{document}
코드 스 니펫 및 ˙ \ document}. by this you will help us to help you. if
로 끝납니다. \ sum ^ {h} _ {i = 1}`은 도움이되지 않습니다. tra\sum\limits^{h}_{i=1}