I am using the KOMA scrartcl-class
\documentclass[listof=totoc,toc=sectionentrywithdots,DIV=14]{scrartcl}
Is there a way to change the font-style of the part, section, subsection and subsubsection globally?
I am using the KOMA scrartcl-class
\documentclass[listof=totoc,toc=sectionentrywithdots,DIV=14]{scrartcl}
Is there a way to change the font-style of the part, section, subsection and subsubsection globally?
\setkomafont{disposition}{......}. See https://tex.stackexchange.com/q/25845/105447. – gusbrs Apr 25 '18 at 14:16\addtokomafontor\setkomafontto change the global settings for a each section level individually:\addtkomafont{part}{\Large}etc. – esdd Apr 25 '18 at 14:28