summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/truthtable/res/exampletable.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/truthtable/res/exampletable.tex')
-rw-r--r--macros/luatex/latex/truthtable/res/exampletable.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/luatex/latex/truthtable/res/exampletable.tex b/macros/luatex/latex/truthtable/res/exampletable.tex
new file mode 100644
index 0000000000..aabfc488c3
--- /dev/null
+++ b/macros/luatex/latex/truthtable/res/exampletable.tex
@@ -0,0 +1,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} \ No newline at end of file