aboutsummaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2025-05-17 17:55:41 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2025-05-17 17:55:41 +0100
commit7d06a8e50e8600228f4a24f00abd92b55db7e764 (patch)
tree001ef77637935e24d0eb17b95ab8b46ff47e1697 /main.tex
parenta75ea6533c0503c2cd2397bfc9107e549a6e34ba (diff)
+ Let from Ed, Ack, Contributors, ToC Frmting.
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex11
1 files changed, 10 insertions, 1 deletions
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}