Theses, Books, Title pagesHow can I add a subtitle to this template?

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
ma_me
Posts: 1
Joined: Thu May 11, 2017 11:44 am

How can I add a subtitle to this template?

Post by ma_me »

Hi all,

I am using this template: http://www.latextemplates.com/template/ebook
and I would like to create a subtitle that appears in the main page.

The subtitle should be of smaller font size and possibly lower-case letters. I have tried to change the font size of one part of the title (E.g.: "TITLE: \begin(small) Subtitle \end(small) ) but this doesn't seem to help.

Any ideas on how to achieve this?
Thank you for your help

Marco
Last edited by cgnieder on Thu May 11, 2017 6:05 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

How can I add a subtitle to this template?

Post by Stefan Kottwitz »

Hi Marco,

welcome to the forum!

Take a look at the tikzpicture environment on the title page, at the beginning of ebook.tex. You could add your own subtitle node there, such as:

\node[anchor=west, color01, xshift=-1.5cm, yshift=-3cm,
text width=2.9cm, font=\sffamily\bfseries\small] at (box.north){Short stories};


Stefan
LaTeX.org admin
Post Reply