summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/truthtable/res/exampletableoutput.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/truthtable/res/exampletableoutput.tex')
-rw-r--r--macros/luatex/latex/truthtable/res/exampletableoutput.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/luatex/latex/truthtable/res/exampletableoutput.tex b/macros/luatex/latex/truthtable/res/exampletableoutput.tex
new file mode 100644
index 0000000000..507049ca14
--- /dev/null
+++ b/macros/luatex/latex/truthtable/res/exampletableoutput.tex
@@ -0,0 +1,5 @@
+$A$ & $B$ & $\lnot A$ & $A \land B$ & $A \lor B$ & $A \rightarrow B$ & $A \leftrightarrow B$ \\ \hline
+$T$ & $T$ & $F$ & $T$ & $T$ & $T$ & $T$ \\
+$T$ & $F$ & $F$ & $F$ & $T$ & $F$ & $F$ \\
+$F$ & $T$ & $T$ & $F$ & $T$ & $T$ & $F$ \\
+$F$ & $F$ & $T$ & $F$ & $F$ & $T$ & $T$ \\ \ No newline at end of file