Umieszczanie symboli na górze Sigmy

Próbując sprawić, by to równanie działało w lateksie, ale miałem problemy z jego działaniem, wypróbowałem następujące

\begin{equation} \mathlarger {( I * K)_{xy} = \Sigma^{h}_{i=1} \Sigma^{w}_{j=1} K} \end{equation}{} 

tutaj wprowadź opis obrazu

Komentarze

  • Witamy! Zamień \Sigma na \sum.
  • Zawsze zamiast fragmentu kodu podaj cały mały dokument zaczynający się od zgodne z pakietami związanymi z Twoim problemem, \begin{document} fragment kodu i kończący się na ˙ \ document} . by this you will help us to help you. if \ sum ^ {h} _ {i = 1} `nie pomoże, tra \sum\limits^{h}_{i=1}

Odpowiedź

Prawidłowy symbol to \sum („sumowanie”), a nie \Sigma. Nie ma też powodu, by \mathlarger. Nie dodawaj {} po \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} 

tutaj wprowadź opis obrazu

Dodaj komentarz

Twój adres email nie zostanie opublikowany. Pola, których wypełnienie jest wymagane, są oznaczone symbolem *