Skip to content

Instantly share code, notes, and snippets.

@lamnk
Created July 15, 2011 13:59
Show Gist options
  • Save lamnk/1084745 to your computer and use it in GitHub Desktop.
Save lamnk/1084745 to your computer and use it in GitHub Desktop.
Study = Fail
% Small break after pumping out words and equations as if my life depends on them.
% Actually it does.
%
% http://img.skitch.com/20110715-e6x7ecruf6pw693455621iy8i7.png
\documentclass{article}
\usepackage[normalem]{ulem}
\begin{document}
\renewcommand{\arraystretch}{1.5}
\renewcommand{\tabcolsep}{0.2cm}
\begin{tabular}[c]{r r c l}
& No Study & = & Fail \\
+ & Study & = & No Fail \\
\hline
& (No + 1) Study & = & (No + 1) Fail \\
$\Rightarrow$ & \sout{(No + 1)} Study & = & \sout{(No + 1)} Fail \\
$\Rightarrow$ & Study & = & Fail
\end{tabular}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment