diff options
| author | Jacob Walchuk <walchuk2018@icloud.com> | 2025-07-01 16:34:51 +0100 |
|---|---|---|
| committer | Jacob Walchuk <walchuk2018@icloud.com> | 2025-07-01 16:34:51 +0100 |
| commit | f9118013e52cb0384e006681ce25a367b6fc0d51 (patch) | |
| tree | 1101fb7b2b9cc472d83b7165a98dccfc2e9a2908 /main.tex | |
| parent | 37ad1a7ff5d63431170df4db676fc04b81ef935e (diff) | |
Paper 2 done except for author info
Diffstat (limited to 'main.tex')
| -rw-r--r-- | main.tex | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,10 @@ \titlespacing*{\chapter}{0pt}{-50pt}{40pt} \titleformat{\section}{\large\bfseries\raggedright}{{\sf\thesection}}{2em}{} \titleformat{\subsection}{\bfseries}{{\sf\thesubsection}}{1.5em}{} +% Save this as default, so it can be revoked and restored +\let\sectionDefault\section +\let\titleformatDefault\titleformat + % Header style \pagestyle{fancy} \renewcommand{\chaptermark}[1]{% @@ -121,6 +125,7 @@ \mainmatter \include{papers/1} +\include{papers/2} \backmatter \include{90-contributors} |
