Code: Select all
\begin{document}
\vspace*{2in}
\title{Project 1}
\author{David Doria}
\maketitle
\newpage
Thanks!
Dave
Code: Select all
\begin{document}
\vspace*{2in}
\title{Project 1}
\author{David Doria}
\maketitle
\newpage
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[11pt,a4paper,titlepage]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage{blindtext}
\title{Project 1}
\author{David Doria}
\date{\today}
\begin{document}
\maketitle
\Blinddocument
\newpage
Can be read in every basic LaTeX documentation such as lshort.daviddoria wrote:[...] to anyone else who sees this - the difference was the addition of the option [titlepage] in the \documentclass line [...]
NEW: TikZ book now 40% off at Amazon.com for a short time.