I have just started using Latex and this is the first document I write. It's a lit review for college. I have everything the way I want it to but my 0.8in margin and centered page number at the bottom only works on my first page - all other pages have no margin and no number. Below is my code. Any help is appreciated!
Code: Select all
\documentclass[11pt]{article}
\usepackage{bm}
\usepackage{amsmath,amssymb,amsthm}
\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=black, citecolor= black, urlcolor= black]{hyperref}
\usepackage{overcite}
\usepackage{footnpag} % make footnote symbols restart on each page
\usepackage{threeparttable}% tables with footnotes
\usepackage{oldgerm}
\usepackage{subfig} % subfigures
\usepackage{varioref}% smart page, figure, table, and equation referencing
\usepackage{wrapfig}% wrap figures/tables in text
\usepackage{listings}
\usepackage[margin=0.6in,bottom=0.8in]{geometry}
\usepackage{listings}
\usepackage{color} %red, green, blue, yellow, cyan, magenta, black, white
\usepackage{graphicx}
\usepackage{wasysym}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{\includegraphics{Fig11.jpg}}
\chead{Final Report 2014-2015}
\rhead{\includegraphics{Fig12.jpg}}
\fancyfoot[C]{\thepage}