diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2024-12-12 19:45:56 +0000 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2024-12-12 19:45:56 +0000 |
| commit | 26d81bd74763b2a3f383ac15e5d19f40e7e44fbf (patch) | |
| tree | aa8e9632868c048e54e337fa1397a004e83c3866 /the-fresh-loaf.tex | |
| parent | d352671447f09659ea88a5e15d441ae59c503d4a (diff) | |
Build working.
Diffstat (limited to 'the-fresh-loaf.tex')
| -rw-r--r-- | the-fresh-loaf.tex | 6 |
1 files changed, 4 insertions, 2 deletions
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]{% |
