summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/truthtable/res/exampletable.tex
blob: aabfc488c38cf31044cad95a2423794b7ef8f80c (plain)
1
2
3
4
5
6
7
8
9
\begin{table}[h]
	\centering
	\begin{tabular}{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)}{$\lnot A$, $A \land B$, $A \lor B$, $A \rightarrow B$, $A \leftrightarrow B$}{$T$}{$F$}
		
	\end{tabular}
\end{table}