Guest User

Untitled

a guest
Jan 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{graphicx}
  3. usepackage{logicpuzzle}
  4. begin{document}
  5. begin{logicpuzzle}[rows=3,columns=3]
  6. valueH{1,2,3}
  7. valueV{1,2,3}
  8. setrow{3}{4,7,1}
  9. setrow{2}{2,{},9}
  10. setrow{1}{3,8,5}
  11. end{logicpuzzle}
  12. end{document}
Add Comment
Please, Sign In to add comment