I just got a new laptop and I just installed the latest build of MikTex and TeXnicCenter. I also installed it on my wifes laptop because she's a high school math teacher and wanted to use it to type up worksheets. Two nights ago when she tried to build a worksheet she'd typed up there was a random first page. The only text it had on it (in addition to the header and footer defined by fancyhdr) was 0pt0.4pt. I took the exact same .tex file and making no changes built it just fine without the random first page. Now today on my laptop I'm getting the same strange first page with the latest worksheet I typed up for her. I tried building a document I'd typed up and built earlier without a problem and today it's giving the same strange first page.
Now, it's really strange because it's the first page but it shows the header/footer information, then the second page with /maketitle looked like how the first page should followed by a third page formatted with the header/footer (and labeled as page 3). I tried /pagestyle{empty} instead of /pagestyle{fancy} and got the same weird first page.
My initial formating code is:
Code: Select all
\documentclass[12pt]{article}
\usepackage[pdftex]{graphicx}
\usepackage{palatino,url,multicol,multirow,booktabs,setspace,float,fancyhdr,amsmath,amssymb}
\onehalfspacing
\lhead{Pre-Calculus}
\rhead{Mrs. Ewing}
\lfoot{Logarithms}
\setlength{\footrulewidth}{\headrulewidth}
\setlength{\oddsidemargin}{0in}
\setlength{\textwidth}{6.5in}
\setlength{\topmargin}{-0.2in}
\setlength{\textheight}{8.65in}
\title{Logarithms}
\date{Name: \makebox[2in]{\hrulefill}}
\begin{document}
\pagestyle{empty}
\maketitle