Strikethrough in LaTeX
Today I found a second way to achieve a strikethrough in LaTeX (what is done by »line-through« in css: strike out text). If you want to put a line across text, your choices are »ulem« and »cancel«:
Strikethough in LaTeX using »ulem«
\usepackage{ulem}
in the preamble gives you two ways to strike out text (and a couple more for underlining):