I hope that someone will be able to help me with my problem - how to cross an item with an arrow when it equals zero? Or, how to put an arrow over an item, with zero on the top of the arrow?
Thanks a lot!!

Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
dragan_k wrote: how to cross an item with an arrow when it equals zero?
Code: Select all
$\cancelto{0}{(1-1)}$
dragan_k wrote: ...how to put an arrow over an item, with zero on the top of the arrow?
Code: Select all
$\overbrace{(1-1)+(1-1)+(1-1)}^{0}$
Code: Select all
$\stackrel{0}{\overrightarrow{(1-1)+(1-1)+(1-1)}}$
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis