% Test to test out the different package options
\documentclass[]{standalone}
\usepackage{cartonaugh}
\begin{document}
  % Normal stuff
  \begin{cartonaugh}[4][4][4]
    \autoterms[-]
  \end{cartonaugh}
  % Test out non-seperated kmap
  \begin{cartonaugh}[4][4][4][$BA$][$DC$][$FE$][1]
    \autoterms[-]
  \end{cartonaugh}
  % Test changing color
  \begin{cartonaugh}[4][4][4]
    \implicant{0}{2}[0]
    \implicant{4}{6}[0]
    \changecolor{blue}
    \implicant{8}{10}[0]
    \implicant{12}{14}[0]
  \end{cartonaugh}
  % Test changing the implicant corner spread
  \begin{cartonaugh}[4][4][4]
    \implicantcorner[0]
    \implicantspread{0.2}{0.7}
    \implicantcorner[1]
    \resetimplicantspread
    \implicantcorner[2]
  \end{cartonaugh}
\end{document}
