Some experiments in LaTeX that I mention in my zine, the codex.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
917 B

  1. \documentclass[10pt, letter]{report}
  2. \usepackage{amsfonts}
  3. \usepackage{outlines}
  4. \usepackage{enumitem}
  5. \setenumerate[1]{label=\Roman*.}
  6. \setenumerate[2]{label=\Alph*.}
  7. \setenumerate[3]{label=\arabic*.}
  8. \setenumerate[4]{label=\alph*.}
  9. \begin{document}
  10. \chapter{The Etruscan Kinds of Rome}
  11. \begin{outline}[enumerate]
  12. \1 The Traditions of the Later Kings
  13. \2 The Later Kingdom
  14. \3 Based upon legends \\
  15. Not always acurate
  16. \3 New kings were not Romans or Sabines, but Etruscans
  17. \2 Tarquinius Priscus
  18. \3 First of the new kings
  19. \3 The legend of the eagle
  20. \2 Servius Tullius
  21. \2 Tarquinius Superbus
  22. \2 Significance of the Legends
  23. \1 The Etruscan Influence
  24. \2 The Kingly Power
  25. \2 The Insignia of Power
  26. \2 The Haruspices
  27. \2 Public Works
  28. \1 The Growth of the City
  29. \2 The Servian Walls
  30. \2 The New Temples
  31. \2 The Cloaca Maxima
  32. \2 The Circus Maximus
  33. \end{outline}
  34. \end{document}