diff --git a/.gitignore b/.gitignore index 027e02a..1664cfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# You don't really need to see the contents of .aux and .log files, do you? You'll have your own, soon. *.aux *.log diff --git a/numbers.pdf b/numbers.pdf index d9b84b5..5c4b80e 100644 Binary files a/numbers.pdf and b/numbers.pdf differ diff --git a/numbers.tex b/numbers.tex index de5b509..7682f42 100644 --- a/numbers.tex +++ b/numbers.tex @@ -6,7 +6,6 @@ paperwidth=5.5in, % If you are using regular size paper, you can delete them, and % add "letter" or "A4" to the documentclass declaration - top=0.15in, % Adjust the height of your page number from the top of the page inner=0.5in, % Adjust the inner margin outer=0.5in, % Adjust the outer margin @@ -26,5 +25,6 @@ \usepackage{multido} \begin{document} +% Change the '18' to however many pages you need. \multido{}{18}{\vphantom{x}\newpage} \end{document}