A zine about Linux. That's all.
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.

36 lines
858 B

3 years ago
  1. \documentclass[10pt,twoside,letterpaper]{book}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{amsmath}
  4. \usepackage{amsfonts}
  5. \usepackage{amssymb}
  6. \usepackage{makeidx}
  7. \usepackage{graphicx}
  8. \usepackage{lmodern}
  9. \usepackage{kpfonts}
  10. % Let's set this as a half-letter sized sheet
  11. % https://tex.stackexchange.com/questions/338789/how-to-set-paper-size-to-half-letter-5-5-x-8-5-in-in-amsbook
  12. \usepackage{geometry}
  13. \geometry{
  14. paperheight=8.5in,
  15. paperwidth=5.5in,
  16. heightrounded,
  17. margin=0.5in
  18. }
  19. % Set the header style
  20. % https://www.overleaf.com/learn/latex/Headers_and_footers
  21. \usepackage{fancyhdr}
  22. \pagestyle{fancy}
  23. \fancyhf{}
  24. \fancyhead[LE,RO]{the codex}
  25. \fancyhead[RE,LO]{Issue \#001}
  26. \cfoot{Page \thepage}
  27. \renewcommand{\footrulewidth}{1pt}
  28. \usepackage{kantlipsum}
  29. \author{Kenneth John Odle}
  30. \begin{document}
  31. \chapter{Introduction}
  32. \kant
  33. \kant
  34. \end{document}