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
Articles, Essays, and Journal Templates ⇒ How do I add a subtitle?
How do I add a subtitle?
Hi Joel,
Modify the
You can change the white space before this subtitle in the line above and white space below by adding
Cheers,
Vel
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
-
- 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: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
How do I add a subtitle?
Hi Catherine,
welcome to the forum!
Thanks for the suggestion. Indeed, some classes such as those of KOMA-Script, and beamer, provide a
Stefan
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
How do I add a subtitle?
Thanks, I've now added this to the Arsclassica Article template.
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com