Page Layoutsubtext under title

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
whoburg
Posts: 6
Joined: Mon Nov 29, 2010 11:03 pm

subtext under title

Post by whoburg »

Hi All,

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!!
Last edited by whoburg on Tue Nov 30, 2010 10:29 pm, 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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

subtext under title

Post by gmedina »

Hi,

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}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
whoburg
Posts: 6
Joined: Mon Nov 29, 2010 11:03 pm

Re: subtext under title

Post by whoburg »

That makes perfect sense. Thank you so much for your help!
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

subtext under title

Post by localghost »

Now that the problem is solved, please be so kind and mark the topic (not the last post) accordingly as written in Section 3 of the Board Rules. Please keep that in mind for the future so that further reminders will not be necessary.

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
Post Reply