Articles, Essays, and Journal Templates ⇒ How do I add a subtitle?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How do I add a subtitle?
Joel
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
How do I add a subtitle?
Modify the
\preauthor{}
line to this: \preauthor{\usefont{OT1}{phv}{m}{s} \color{DarkRed} \LARGE Subtitle\begin{flushleft}\large \lineskip 0.5em \usefont{OT1}{phv}{b}{sl} \color{DarkRed}}
You can change the white space before this subtitle in the line above and white space below by adding
\vspace{}
right after the subtitle text.Cheers,
Vel
-
- Posts: 1
- Joined: Thu Oct 15, 2015 11:17 am
How do I add a subtitle?
Code: Select all
\documentclass{scrartcl}\begin{document}\title{(Title)}\subtitle{(Subtitle)}\author{(Author)}\maketitle\end{document}
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
How do I add a subtitle?
welcome to the forum!
Thanks for the suggestion. Indeed, some classes such as those of KOMA-Script, and beamer, provide a
\subtitle
command, while base classes don't have it.Stefan