Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. documentclass[12 pt]{exam}
  2. usepackage[T1]{fontenc}
  3. usepackage{tgtermes}
  4. usepackage{amsmath,amssymb,color}
  5. usepackage{enumerate,graphicx}
  6. usepackage{tikz}
  7. usepackage{xargs}
  8. usepackage{latexsym}
  9.  
  10. pagestyle{head}
  11. firstpageheader{Math110}{October 2}{Quiz 3}
  12. shadedsolutions
  13. definecolor{SolutionColor}{rgb}{.87,.87,.87}
  14. newcounter{x}
  15. newcounter{y}
  16. newcommand{gridkar}[2]
  17. {
  18. begin{tikzpicture}[scale=0.4]
  19. forLoop{-#1}{#1}{x}
  20. {
  21. draw[-] (x,-#2) -- (x,#2);
  22. }
  23. forLoop{-#2}{#2}{y}
  24. {
  25. draw[-] (-#1,y) -- (#1,y);
  26. }
  27. end{tikzpicture}
  28. }
  29.  
  30. begin{document}
  31. noindent Name:hfill Section: 008
  32. noindent Directions: For each problem please show all your work in the space provided. Calculators are permitted; however, in order to receive partial or full credit on a problem you must show your work. You could use the blank side of this sheet too.\
  33.  
  34. textbf{Maximum Points: 6}hspace*{fill}textbf{Time Limit: 10 minutes}
  35.  
  36. begin{questions}
  37. question [2]gridkar{7}{8}
  38. question [3]
  39. question [1]
  40. end{questions}
  41. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement