diff options
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]{% |
