Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. documentclass{exam}
  2.  
  3. %printanswers
  4.  
  5. begin{document}
  6.  
  7. begin{questions}
  8. question Why do we get undefined references warning in this case?
  9. begin{solution}
  10. begin{enumerate}
  11. itemlabel{enu:l}This will not give the answer.
  12. item And neither this one. This one~(ref{enu:l}) did not give
  13. the answer either.
  14. end{enumerate}
  15. end{solution}
  16. end{questions}
  17.  
  18. end{document}
  19.  
  20. LaTeX Warning: Reference `enu:l' on page 1 undefined on input line 12.
  21. ...............
  22. ...............
  23. LaTeX Warning: There were undefined references.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement