For the preparation of lecture note and/or slides, [TeX export] can be useful. The source needs proormood_en.sys, which you can download by clicking the link. You can close the TeX export area by clicking [TeX export] again. A sample LaTeX source is given below.
\documentclass{article}
\usepackage{proofmood}
\begin{document}
\begin{truthtable}{|>{\tt}c|>{\tt}c||>{\tt}c|>{\tt}c|>{\tt}c|}\hline
\makebox[1.7em]{\tsf{A}} & \makebox[1.7em]{\tsf{B}} & \tsf{A} & $\limpl$ & \tsf{B}\ttnl \hline
1 & 1 & 1 & 1 & 1\ttnl \hline
1 & 0 & 1 & 0 & 0\ttnl \hline
0 & 1 & 0 & 1 & 1\ttnl \hline
0 & 0 & 0 & 1 & 0\ttnl \hline
\multicolumn{2}{|c||}{\pmfont{Stage}} & 1 & \bf 2 & 1\ttnl \hline
\ttw & \ttw & \ttw & \ttw & \ttw \\
\end{truthtable}
\end{document}