From d727d8c1b45ce6723f1e5784560e64ce2c51efe6 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Tue, 16 Apr 2024 13:10:23 +0200 Subject: [PATCH] Use Sans Serif for section titles --- main.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.tex b/main.tex index 2f60c99..58a2794 100644 --- a/main.tex +++ b/main.tex @@ -43,6 +43,9 @@ \usepackage[ebgaramond,semibold,textscale=0,vvarbb,subscriptcorrection,amsthm,alth]{newtx} % Use Garamond font for text and math \usepackage{microtype} % Micro-typography improvements (slightly more compact, better to read) +\allsectionsfont{\sffamily} % Sans-serif for section titles +\chapterfont{\sffamily} + %% Custom commands \input{utils/commands} \newcommand{\CP}[1]{{\footnote{\textcolor{red}{CP: #1}}}}