\usepackage{cancel}
You can make the following
with the following LaTeX source code:
\[ a + b + \cancel{c} = \cancel{c} + d + e \]
You can also zero out a term in an equation looking like
with the following LaTeX source code:
\[ a + b + \cancelto{0}{c} = d + e \]
No comments:
Post a Comment