以下のスニペットを見て、本文と同じ三振効果を得る方法を教えてください。最新の Ubuntu リポジトリの LaTeX のバージョンを使用しています。
\documentclass{article}
\usepackage{ulem}
\begin{document}
The sout tag works perfect in the \sout{main text area} but not inside the equations.
$$
list = [1, \sout{2}, 3, \sout{4}, 5, \sout{6}, 7, \sout{8}, 9, \sout{10}]
$$
Any clue?
\end{document}