Guest User

Untitled

a guest
Oct 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. documentclass{report}
  2. usepackage[shortlabels]{enumitem}
  3. usepackage{hyperref}
  4. begin{document}
  5. begin{enumerate}[label=$bullet;$textit{Type arabic* case}:]
  6. item label{item:type1case} If blah blah
  7. item label{item:type2case} If instead blah
  8. item label{item:type3case} this blah
  9. end{enumerate}
  10.  
  11. We now refer to case ref*{item:type1case}...
  12. end{document}
Add Comment
Please, Sign In to add comment