From 7d06a8e50e8600228f4a24f00abd92b55db7e764 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Sat, 17 May 2025 17:55:41 +0100 Subject: + Let from Ed, Ack, Contributors, ToC Frmting. --- main.tex | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'main.tex') diff --git a/main.tex b/main.tex index 5d6fccc..715d8e0 100644 --- a/main.tex +++ b/main.tex @@ -7,7 +7,7 @@ \author{University of St Andrews Philosophy Society} \date{2025} -% Paper size +% Paper size and margins \usepackage[ a4paper, outer=1.625in, @@ -22,6 +22,8 @@ \usepackage{microtype} \usepackage{hanging} % For bibliographies \usepackage{ragged2e} +% Columns +\usepackage{multicol} % Include PDFs \usepackage[final]{pdfpages} % Links @@ -39,6 +41,8 @@ \usepackage{fancyhdr} % Headings \usepackage[raggedright]{titlesec} +% for cftchapleader and cftdotsep in Table of Contents +\usepackage{tocloft} % for WithSuffix \usepackage{suffix} % for list processing tools @@ -52,6 +56,8 @@ % depth = 0 ; only display article entries in ToC (not other % headings) \setcounter{tocdepth}{0} +% dots in the listing for chapters +\renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}} % Heading styles \renewcommand\thesection{\arabic{section}} @@ -100,9 +106,12 @@ \frontmatter \include{00-titlepage} \include{01-foreword} +\include{02-letter-ed} +\include{03-acknowledgements} \tableofcontents \mainmatter \backmatter +\include{90-contributors} \end{document} -- cgit v1.2.3