Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. documentclass[twoside,11pt]{exam}
  2.  
  3. % standard document packages
  4. usepackage[top=0.7in,bottom=0.7in,left=0.36in,right=0.36in]{geometry}
  5. usepackage[T1]{fontenc}
  6. usepackage{baskervald}
  7. usepackage[subscriptcorrection,slantedGreek,nofontinfo,mtpcal,mtpfrak,mtphrb]{mtpro2}
  8. usepackage[english]{babel}
  9.  
  10. % chemistry packages
  11. usepackage{siunitx}
  12. sisetup{math-rm=ensuremath,inter-unit-product=ensuremath{cdot},per-mode=symbol}
  13.  
  14. % math packages
  15. usepackage{amsmath}
  16.  
  17. % exam class settings
  18. renewcommand{choicelabel}{(thechoice)}
  19. renewcommand{choiceshook}{setlength{leftmargin}{18pt}}
  20.  
  21. begin{document}
  22. begin{choices}
  23. choice SI{1.5}{hour}
  24. CorrectChoice SI{2.5}{hour}
  25. choice SI{3.5}{hour}
  26. choice SI{4.0}{hour}
  27. end{choices}
  28. end{document}
  29.  
  30. begin{document}
  31. begin{choices}
  32. choice SI{1.5}{text{hour}}
  33. CorrectChoice SI{2.5}{text{hour}}
  34. choice SI{3.5}{text{hour}}
  35. choice SI{4.0}{text{hour}}
  36. end{choices}
  37. end{document}
Add Comment
Please, Sign In to add comment