Text Formattingdate in documentclass llncs

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
MonikaDiao
Posts: 1
Joined: Wed Mar 02, 2016 11:27 am

date in documentclass llncs

Post by MonikaDiao »

Hello, I'm editing a short report with documentclass llncs as it is recommended by the institute and I'm also more familiar with it. The problem is, the date entry is suppressed somehow in this class. For example,
\begin{document}

%titles
\title{}
\subtitle{}
\author{}
\institute{}
\date{\today}
\maketitle

\end{document}

The date won't show. Is there a way to activate it again? Or it's designed this way in this class?

Recommended reading 2024:

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

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

date in documentclass llncs

Post by Johannes_B »

Welcome,
llncs does not use the date field. So yeah, this is by design.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply