Guest User

Untitled

a guest
Apr 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage{amsmath}
  3. usepackage{enumitem}
  4.  
  5. title{Sample Text}
  6. date{}
  7.  
  8. begin{document}
  9. maketitle
  10. section*{4.1 - Sample Text}
  11.  
  12. begin{enumerate}[leftmargin=-1cm]
  13. setcounter{enumi}{4100}{}
  14. item
  15. begin{enumerate}[leftmargin=1cm, label=emph{alph*})]
  16. item
  17. Sample Text
  18.  
  19. Sample Text\
  20.  
  21. item Sample Text\
  22.  
  23. end{enumerate}
  24. item
  25. hspace{0.85cm} Sample Text
  26.  
  27. hspace{0.85cm} Sample Text
  28. end{enumerate}
  29.  
  30. section*{4.2 - Sample Text}
  31.  
  32. begin{enumerate}[leftmargin=-1cm]
  33. setcounter{enumi}{4200}{}
  34. item
  35. begin{enumerate}[leftmargin=1cm, label=emph{alph*})]
  36. item Sample Text
  37.  
  38. end{enumerate}
  39. end{enumerate}
  40.  
  41. end{document}
Add Comment
Please, Sign In to add comment