Tidying up

This commit is contained in:
Kenneth John Odle 2022-07-28 16:36:14 -04:00
parent deaba5dde0
commit 9d238f8b17
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

Binary file not shown.

View File

@ -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}