강의노트나 강연자료에 넣을 진리표는 [TeX 출력]을 클릭하여 작성하면 좋습니다. koTeX Live(윈도즈), 혹은 MacTeX+ko.TeX(맥)가 설치되어 있어야 합니다. 텍 출력창을 닫으려면 [TeX 출력]을 한 번 더 클릭하면 됩니다. 전문(preamble)에 kotex와 proofmood를 사용지정해 주고 Proofmood에서 얻은 텍소스 \begin{truthtable}... \end{truthtable}를 삽입하여 다음과 같이 합니다. proofmood.sys는 [TeX 출력] 화면에서 다운 받습니다.
\documentclass{article}
\usepackage{kotex,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{계산단계}} & 1 & \bf 2 & 1\ttnl \hline
\ttw & \ttw & \ttw & \ttw & \ttw \\
\end{truthtable}
\end{document}