Guest User

Untitled

a guest
Jun 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. documentclass[12pt]{article}
  2.  
  3. usepackage{amssymb,amsmath,amsthm}
  4.  
  5. renewcommand{theenumi}{roman{enumi}}
  6. renewcommand{labelenumi}{(theenumi)}
  7. renewcommand{theenumii}{alph{enumii}}
  8. renewcommand{labelenumii}{(theenumii)}
  9.  
  10. begin{document}
  11. begin{enumerate}
  12. item First itemlabel{1}
  13. item Second itemlabel{2}
  14. begin{enumerate}
  15. item First sub-itemlabel{2.1}
  16. item Second sub-itemlabel{2.2}
  17. end{enumerate}
  18. end{enumerate}
  19. Reference to First sub-item~eqref{2.1}.
  20. end{document}
Add Comment
Please, Sign In to add comment