§ Latex Cheat Sheet

§ write text under some equation --- variable under max or argmax

y = \underset{x \in X}{\max} f(x)

§ Spell check

ispell yourfile.tex
aspell --mode=tex -c yourfile.tex
hunspell -l -t -i utf-8 yourfile.tex