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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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