Hi,
is there any way I can strikethrough a equation in latex?
the ulem package seems to not work in the equation enviornment.
Thanks
Math & Science ⇒ Strikethrough equations?
NEW: TikZ book now 40% off at Amazon.com for a short time.

Strikethrough equations?
Hi,
whta exactly do you mean with "strikethrough"? (Sorry, but English is not my native language). Perhaps you are looking for some of the features provided by the cancel package:
whta exactly do you mean with "strikethrough"? (Sorry, but English is not my native language). Perhaps you are looking for some of the features provided by the cancel package:
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\usepackage{cancel}
\begin{document}
\[
A=\cancelto{0}{B+C}
\]
\[
A=\cancelto{0}{B+C}
\]
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Strikethrough equations?
Hi,
thanks. That was useful.
thanks. That was useful.