Advertisement
Vermiculus

3" by 5" notecard.

Oct 3rd, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.80 KB | None | 0 0
  1. \documentclass[8pt]{article}
  2.  
  3. % This sets the page dimensions. If you prefer a vertically-
  4. % -oriented card, swap the values of paperwidth and paperheight.
  5. \usepackage[margin=0in, paperwidth=5in, paperheight=3in]{geometry}
  6.  
  7. % This package just produces some dummy text for you to play with.
  8. \usepackage{lipsum}
  9.  
  10. % Set the paragraph skip (the vertical space between paragraphs)
  11. \setlength{\parskip}{0in}
  12.  
  13. $ Set the indent of the first line of each paragraph
  14. \setlength{\parindent}{0in}
  15.  
  16. % Set the line spacing (double, single, etc.)
  17. % Note that '0' leaves no space between lines, allowing for
  18. % the maximum workable area.
  19. \linespread{0}
  20.  
  21. \begin{document}
  22. \lipsum[1-2] % makes dummy text
  23. \vspace{.9cm} % explicitly creates vertical space
  24. Hopefully this will help some of you out.
  25. \end{document} % woo!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement