Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


How to make a TITLEPAGE

The following is an example of how to do a title page.  Just change the
information you need to for your paper:

	\documentclass{report}
	\title{This is the Title}
	\author{This is your name}
	\begin{document}
	\maketitle
	(the text of your paper)
	\end{document}

By default, the titlepage will include the date on which you latex'd the
paper.  If you want to override that with a date of your own, put the line

	\date{Your Date Here}

along with the \title and \author lines.

If you're using the report documentclass, the title page will be printed as a
separate page; if you're using the article documentclass, the title will be
printed at the top of the first page of text.

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.