Browse Source

Tidying up

main
Kenneth John Odle 2 years ago
parent
commit
9d238f8b17
  1. 1
      .gitignore
  2. BIN
      numbers.pdf
  3. 2
      numbers.tex

1
.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

BIN
numbers.pdf

2
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}
Loading…
Cancel
Save