Text FormattingDelete some Content from Title

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Lalitp
Posts: 6
Joined: Sat Apr 06, 2013 8:25 am

Delete some Content from Title

Post by Lalitp »

I am following this sequence of code.

Code: Select all

\documentclass[12pt]{article}

\title{Three Dimentional Surface Inspection Using Laser Triangulation}
\author{Lalit Patil\\ M. S. University of Baroda}
\date{\today\\ Department of Electrical Engineering\\ Automatic Control and Robotics}

\begin{document}
\maketitle
\tableofcontents
\end{document}
But in this I don't want date section. When I delete it then my code shows error. Except date I want everything in above code. So what to do?
Last edited by localghost on Sun Apr 07, 2013 9:48 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Delete some Content from Title

Post by localghost »

Just drop \today\\ in the \title command.


Basic reading:

Thorsten
Post Reply