From 26d81bd74763b2a3f383ac15e5d19f40e7e44fbf Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Thu, 12 Dec 2024 19:45:56 +0000 Subject: Build working. --- the-fresh-loaf.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'the-fresh-loaf.tex') diff --git a/the-fresh-loaf.tex b/the-fresh-loaf.tex index d3948d4..1339320 100644 --- a/the-fresh-loaf.tex +++ b/the-fresh-loaf.tex @@ -12,6 +12,7 @@ \usepackage{hanging} % for bib indentations \usepackage{ragged2e} \usepackage{blindtext} +\usepackage{gensymb} % For \degree \usepackage[hyphens]{url} \usepackage{hyperref} @@ -40,10 +41,11 @@ \renewcommand\thesection{\arabic{section}} -\titleformat{\chapter}[display]{\sffamily\LARGE\bfseries\raggedright}{}{0em}{} -\titlespacing*{\chapter}{0pt}{-50pt}{40pt} +\titleformat{\chapter}[display]{\LARGE\bfseries\raggedright}{}{0em}{} +\titlespacing*{\chapter}{0pt}{100pt}{40pt} \titleformat{\section}{\large\bfseries\raggedright}{{\sf\thesection}}{2em}{} \titleformat{\subsection}{\bfseries}{{\sf\thesubsection}}{1.5em}{} +\titleformat{\subsubsection}{\bfseries}{{\sf\thesubsubsection}}{1.5em}{} \pagestyle{fancy} \renewcommand{\chaptermark}[1]{% -- cgit v1.2.3