summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/truthtable/res/exampletable.tex
blob: 5de401796f52256520b1301b71f290f97666da86 (plain)
1
2
3
4
5
6
7
8
9
10
11
\begin{table}[h]
	\centering
	\begin{tabular}{c|c||c|c|c|c|c|c|c}

		% Content of table is generated using this single command.
		\truthtable{A,B}{$A$,$B$}
		{!A, A & B, A | B, ^(A; B), !&(A; B), >>(A; B), <>(A; B)}{$\lnot A$, $A \land B$, $A \lor B$,$A \veebar B$,$A | B$, $A \rightarrow B$, $A \leftrightarrow B$}
		{$T$}{$F$}
		
	\end{tabular}
\end{table}