- 1.5in left margin
1in bottom, top ,and right margin
Numbers in top-right corner
Code: Select all
\documentclass[12pt]{article}\usepackage{setspace}\usepackage{fancyhdr} %to get page numbers in the upper right for dissertation printing\usepackage{layout} %gives the layout figure\usepackage[letterpaper, left=1.5in, top=1in, right=1in, bottom=1in, includehead ]{geometry} % for when I want page numbers in the upper right\usepackage{lipsum}\begin{document}%my title page and abstract would be here, which has different formating%want to impose double spacing and page numbers in upper right after the title page and abstract\doublespacing\pagestyle{fancy}\fancyhf{}\fancyhead[R]{\thepage \\ }\fancyfoot{}\renewcommand{\headrulewidth}{0pt}\setlength{\headheight}{27pt}\lipsum[1-4]\end{document}