latextemplates / scientific-thesis-template

LaTeX template for Master, Bachelor, Diploma, and Student Theses
http://latextemplates.github.io/scientific-thesis-template/
BSD Zero Clause License
357 stars 119 forks source link

Change font of table of contents #150

Open pascalhuszar opened 1 year ago

pascalhuszar commented 1 year ago

I would like to change the fonts of "Table of content". As you can see in the image below, there are two different fonts used and I need to change the font of the section titles.

Screenshot 2023-07-28 at 10 20 47

I managed to change the font via the config.text and the command \setsansfont[Scale=.9]{TeX Gyre Heros} but I want it to change specifically for the table of content text

also I would like the text in section titles larger than the text in subsections, I changed the Scale in the command above but this will affect also other text (cover title, etc.). I'm working in overleaf

pascalhuszar commented 9 months ago

Managed to set the chapters font by adding this to the preamble

\usepackage{tocloft}
\renewcommand{\cftchapfont}{<custom font settings>}
koppor commented 9 months ago

Thank you for providing the hint!

I reopen the issue to be reminded to add a FAQ entry.