Theses, Books, Title pagesChanging the font size to 14pt

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Changing the font size to 14pt

Post by templateuser »

Hi!
Thank you for your wonderful template!

However, to change the fonts size from 11 pt to 14 pt, I have changed \documentclass[11pt, a4paper, oneside]{Thesis} to \documentclass[14pt, a4paper, oneside]{Thesis}, but nothing happens.

What problem could be?

Thanks in advance for your help.

Carmine

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Changing the font size to 14pt

Post by Vel »

Hi Carmine,

To change the font size to 14pt for the main document content, add

\fontsize{14pt}{16pt}\selectfont just before \input{./Chapters/Chapter1}. To change to 14pt for the sections before the main chapters you will need to edit the Thesis.cls file - in particular places where font size is explicitly specified.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply