commit f890f8add22cd55c65b784a79f5192515159a64c Author: Kenneth Odle Date: Thu Jul 28 15:11:57 2022 -0400 Initial commit diff --git a/numbers.tex b/numbers.tex new file mode 100644 index 0000000..de5b509 --- /dev/null +++ b/numbers.tex @@ -0,0 +1,30 @@ +\documentclass[9pt,twoside]{article} +\usepackage{geometry} +\geometry{ +% The next two lines create a half-size document for a booklet + paperheight=8.5in, + 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 + nohead, + nofoot +} + +\usepackage{fancyhdr} +\pagestyle{fancy} + \fancyhf{} + \fancyhead[LE]{\thepage} % This appears on the Left side of Even-numbered pages + \fancyhead[RO]{\thepage} % This appears on the Right side of Odd-numbered pages +\renewcommand{\headrulewidth}{0.2pt} +\renewcommand{\footrulewidth}{0pt} + +\pagenumbering{roman} % Change this to whatever type of lettering you prefer +\usepackage{multido} + +\begin{document} + \multido{}{18}{\vphantom{x}\newpage} +\end{document}