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.

14 lines
329 B

2 years ago
  1. \documentclass{article}
  2. \usepackage[
  3. left=0.1cm,
  4. right=0.1cm,
  5. top=0.1cm,
  6. bottom=0.1cm]
  7. {geometry}
  8. \begin{document}
  9. \pdfpagewidth=2.3cm \pdfpageheight=0.7cm
  10. \noindent $ x^n + y^n = z^n $
  11. \newpage
  12. \pdfpagewidth=10cm \pdfpageheight=6cm
  13. \parbox[bottom][6cm][c]{10cm}{$ x^n + y^n = z^n $ \\ Plus some additional text.}
  14. \end{document}