Articles, Essays, and Journal TemplatesHow do I add a subtitle?

IEEE, Elsevier, ACM, ACE, Science, AGU, PNAS, PLOS, RSoC, Springer, Stylish articles and Essays
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

How do I add a subtitle?

Post by templateuser »

How can I make a subtitle in smaller font between the original title and author? The \subtitle command won’t work, neither did font size commands..

Joel

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

How do I add a subtitle?

Post by Vel »

Hi Joel,

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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
catherinebruton
Posts: 1
Joined: Thu Oct 15, 2015 11:17 am

How do I add a subtitle?

Post by catherinebruton »

Code: Select all

\documentclass{scrartcl}

\begin{document}

\title{(Title)}
\subtitle{(Subtitle)}
\author{(Author)}

\maketitle

\end{document}
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

How do I add a subtitle?

Post by Stefan Kottwitz »

Hi Catherine,

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
LaTeX.org admin
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

How do I add a subtitle?

Post by Vel »

Thanks, I've now added this to the Arsclassica Article template.
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply