I am using MiKTeX 2.9 on Windows 7.
I'm getting the error: "can't write on pdf file." The pdf doesn't reflect what I wrote. What did I do wrong?
My input:
\documentclass[12pt]{article}
\usepackage{epsf}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{amsmath}
\usepackage{rotate}
\usepackage{endnotes}
%\usepackage{harvard}
\usepackage{vmargin}
\usepackage[nolists,noheads,tablesfirst,nomarkers]{endfloat}
\usepackage{natbib}
\bibliographystyle{apsr}
\oddsidemargin=1.0in\evensidemargin=0.in
\textheight=8.5in\textwidth=6.6 in \baselineskip=18pt \parskip=6pt
\begin{document} % added, was missing
TEXT
\newpage \baselineskip=12pt
\doublespacing
\bibliographystyle{apsa}
\bibliography{Dissertation_Proposal}
\end{document}
\begin{document}. I'm guessing the log file will state this clearly or your editor. – abdulhaq-e Oct 19 '12 at 20:38%opening \title{Title} \author{Author}
\begin{document}
\maketitle
\begin{abstract}
– user21127 Oct 19 '12 at 20:40