Created
July 15, 2011 13:59
-
-
Save lamnk/1084745 to your computer and use it in GitHub Desktop.
Study = Fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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