LyX ⇒ No date appears with 'article (paper)' document class
No date appears with 'article (paper)' document class
I'm trying to make the date appear at the top of my paper using the "article (paper)" document class. It appears fine with other classes (for example "article") but it simply disappears when I generate a PDF with "article (paper)." I'm just using a Date section after the Author section and put a date in there. Any ideas on what to do? Thanks!
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: No date appears with 'article (paper)' document class
Please prepare a very minimal example (nearly empty document with a sample sentence and maybe the date) and export it to latex. This shows the underlying class.
Re: No date appears with 'article (paper)' document class
- Attachments
-
- date_example.tex
- Shows date
- (492 Bytes) Downloaded 467 times
-
- no_date_example.tex
- Does not show date
- (490 Bytes) Downloaded 434 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
No date appears with 'article (paper)' document class
titlepage
, you get a complete titlepage containing the date.Maybe a KOMA-script class (article (KOMA)) would be an alternative for you.
Re: No date appears with 'article (paper)' document class
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
No date appears with 'article (paper)' document class

Cosider the following:
Code: Select all
\documentclass{scrartcl}
\KOMAoptions{abstract=true}
\usepackage[english]{babel}
\usepackage{blindtext}
\author{lasindi}
\title{just a small sample}
\begin{document}
\maketitle
\begin{abstract}
Hello, it's me. \blindtext
\end{abstract}
\Blinddocument
\end{document}
\maketitle[/url] command. But that's somehow an advanced thing.