Guest User

Untitled

a guest
Dec 9th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. documentclass[legalpaper, 12pt, addpoints]{exam}
  2.  
  3. usepackage{tikz}
  4. usepackage{karnaugh-map}
  5.  
  6. CorrectChoiceEmphasis{itseriescolor{red}}
  7.  
  8. begin{document}
  9. begin{questions}
  10.  
  11. question The following is a 2x4 k-map:
  12.  
  13. begin{karnaugh-map}[4][2][1][$xy$][$z$]
  14. maxterms{0,1,4,5}
  15. manualterms{,,1 (b),1 (a),,, 1 (d), 1 (c)}
  16. end{karnaugh-map}
  17.  
  18. end{questions}
  19. end{document}
Add Comment
Please, Sign In to add comment