Hi guys. I've been teaching myself Latex, and have recently hit a snag I was not able to find info on elsewhere. It's probably something simple.
The following test code:
Code: Select all
\documentclass{article}
\begin{document}
\title{Title}
\date{June 9, 1977}
\author{Name}
testingtestingtestingtestingtestingtestingtestingtesting
testingtestingtestingtestingtestingtestingtestingtesting
\end{document}
compiles without error, but the title, date and author do not show up in the DVI or PDF document (I've tried both). I've seen this in both Emacs/Auctex and TeXworks, using MikTeX 2.8. In all cases, I get the same result regardless of placing the \begin{document} line before or after the title/date/author entries. What gives?
No need to spare my ego if I've missed something obvious. Any suggestions or redirections to other posts would be helpful. Thanks.