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.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/macros/luatex/latex/truthtable/res/exampletable.tex b/macros/luatex/latex/truthtable/res/exampletable.tex
index aabfc488c3..5de401796f 100644
--- a/macros/luatex/latex/truthtable/res/exampletable.tex
+++ b/macros/luatex/latex/truthtable/res/exampletable.tex
@@ -1,9 +1,11 @@
\begin{table}[h]
\centering
- \begin{tabular}{c|c||c|c|c|c|c}
+ \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)}{$\lnot A$, $A \land B$, $A \lor B$, $A \rightarrow B$, $A \leftrightarrow B$}{$T$}{$F$}
+ \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} \ No newline at end of file