diff --git a/karnaugh-map.dtx b/karnaugh-map.dtx index 7c19d13..b818f8e 100644 --- a/karnaugh-map.dtx +++ b/karnaugh-map.dtx @@ -1116,7 +1116,7 @@ % \small{\oarg{submaps}} & \small{Comma separated list of submaps the implicant should be drawn on. Default: ''0''} \\ % \end{tabularx} % -% \textbf{Example:} +% \textbf{Example with four cells:} % % \begin{multicols}{2} % [Horizontal implicant over the submap edge containing the cells 4, 6, 12, and 14.] @@ -1132,6 +1132,23 @@ % \end{karnaugh-map}% % } % \end{multicols} +% +% \textbf{Example with two cells:} +% +% \begin{multicols}{2} +% [Horizontal implicant over the submap edge containing the cells 4 and 6. Note the repetition of the 1st/2nd and 3rd/4th arguments.] +% \begin{verbatim} +%\begin{karnaugh-map} +% \implicantedge{4}{4}{6}{6} +%\end{karnaugh-map} +% \end{verbatim} +% \columnbreak +% \resizebox{\columnwidth}{!}{% +% \begin{karnaugh-map} +% \implicantedge{4}{4}{6}{6} +% \end{karnaugh-map}% +% } +% \end{multicols} % \iffalse code % \begin{macrocode} % ^^A ##########################################################################