LaTeX title page

Friday, January 30th, 2009
Advertisement

Subscribe.
Enter your email:

A document is usually divided into several parts. One of the part is the title page. To produce the title page, use the \maketitle command. The format of the title page will depends on the document class used, such as article, book or report.

A document title page usually consists of several items: title, author(s), date, and some footnote. The first item is the title. The command to use if \title{}. A standard LaTeX format for the title page will align all entries centered on the lines in which they appear. The title will be broken up automatically, if the title is too long. To manually break the title, please use the \\ command. For example, \title{…\\…\\…}.

The second item is the author(s). To display the author, use the \author{} command. If there are several authors, separate their name with \and from one another. For example \author{S. Kasim \and P. Ramli}. The author names will be printed in parallel next to each other on the same line. Replace \and with \\ to display the author(s) on top of one another. To include the address, use the \\ command, such as \author{S. Kasim\\Company\\Address \and P. Ramli\\Company\\Address}. Extra item such as telephone number or email may be produce in the footnote via the \thanks{} command. For example, \author{S. Kasim\thanks{Tel. 03–3367638}}

The last item is the date, which can be produced using the \date{} command. If the \date{} command is omitted, then the current date is printed automatically below the author entries on the title page.

An example of a title page

\documentclass{article}

\title{A simple \LaTeX title page}

\author{
S. Kasim\thanks{Tel. 03--3367638}\\Company1\\Address1
\and
P. Ramli\thanks{Email. ramli@ramli.com}\\Company2\\Address2
}

\date{Kuala Lumpur, \today}

\begin{document}
\maketitle

\end{document}
A title page example.

A title page example.

If you are new here, you might want to subscribe to the RSS feed or newsletter.

Enter your email address:

Creates the exact copy of your hard disk and allows you to instantly restore the entire machine.
New Acronis True Image Home 2010 is the most reliable and easy in use backup solution. Now with online backup option!
15% Discount Code: FMAATIH2010

What else?

Like this article? Share it

 Digg  del.icio.us  TwitThis  Facebook  Reddit  StumbleUpon

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>