Tidying up
This commit is contained in:
parent
deaba5dde0
commit
9d238f8b17
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
*.aux
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
BIN
numbers.pdf
BIN
numbers.pdf
Binary file not shown.
@ -6,7 +6,6 @@
|
|||||||
paperwidth=5.5in,
|
paperwidth=5.5in,
|
||||||
% If you are using regular size paper, you can delete them, and
|
% If you are using regular size paper, you can delete them, and
|
||||||
% add "letter" or "A4" to the documentclass declaration
|
% add "letter" or "A4" to the documentclass declaration
|
||||||
|
|
||||||
top=0.15in, % Adjust the height of your page number from the top of the page
|
top=0.15in, % Adjust the height of your page number from the top of the page
|
||||||
inner=0.5in, % Adjust the inner margin
|
inner=0.5in, % Adjust the inner margin
|
||||||
outer=0.5in, % Adjust the outer margin
|
outer=0.5in, % Adjust the outer margin
|
||||||
@ -26,5 +25,6 @@
|
|||||||
\usepackage{multido}
|
\usepackage{multido}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
% Change the '18' to however many pages you need.
|
||||||
\multido{}{18}{\vphantom{x}\newpage}
|
\multido{}{18}{\vphantom{x}\newpage}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user