From f9118013e52cb0384e006681ce25a367b6fc0d51 Mon Sep 17 00:00:00 2001 From: Jacob Walchuk Date: Tue, 1 Jul 2025 16:34:51 +0100 Subject: Paper 2 done except for author info --- main.tex | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main.tex') diff --git a/main.tex b/main.tex index ee85731..38a4a17 100644 --- a/main.tex +++ b/main.tex @@ -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} -- cgit v1.2.3