Skip to content

Instantly share code, notes, and snippets.

@adhithyan15
Created January 8, 2013 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adhithyan15/4481776 to your computer and use it in GitHub Desktop.
Save adhithyan15/4481776 to your computer and use it in GitHub Desktop.
A sample file demonstrating striking out text using the ulem package.
\documentclass{article}
\usepackage[margin = 0.8in]{geometry}
\usepackage{ulem}
\begin{document}
This year is \sout{2012}2013.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment