Page Layout ⇒ subtext under title
subtext under title
I am curious if there is a straightforward way to get some subtext under a title in the article document class. Eg, something like:
Underwater Basket Weaving
subtext-->Final report for class UBW100, Fall 2010
Is there a latex command I can use after doing \title{Underwater Basket Weaving}?
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
subtext under title
there's no need for a new command:
Code: Select all
\documentclass{article}
\author{The Author}
\title{Underwater Basket Weaving\\
\normalsize Final report for class UBW100, Fall 2010}
\date{}
\begin{document}
\maketitle
\end{document}
Re: subtext under title
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
subtext under title
By the way, the classes of the KOMA Script bundle offer suitable structures to get a kind of subtitle for your document.
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10