summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cartonaugh/cartonaugh-example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/cartonaugh/cartonaugh-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/cartonaugh/cartonaugh-example.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cartonaugh/cartonaugh-example.tex b/Master/texmf-dist/doc/latex/cartonaugh/cartonaugh-example.tex
new file mode 100644
index 00000000000..a9eb12f3461
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cartonaugh/cartonaugh-example.tex
@@ -0,0 +1,10 @@
+\documentclass{standalone}
+\usepackage{cartonaugh}
+\begin{document}
+ \begin{cartonaugh}[2][2][1][$X_0$][$X_1$]
+ \minterms{1,2}
+ \autoterms[0]
+ \implicant{1}{1}
+ \implicant{2}{2}
+ \end{cartonaugh}
+\end{document}