diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2025-05-17 17:55:41 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2025-05-17 17:55:41 +0100 |
| commit | 7d06a8e50e8600228f4a24f00abd92b55db7e764 (patch) | |
| tree | 001ef77637935e24d0eb17b95ab8b46ff47e1697 /main.tex | |
| parent | a75ea6533c0503c2cd2397bfc9107e549a6e34ba (diff) | |
+ Let from Ed, Ack, Contributors, ToC Frmting.
Diffstat (limited to 'main.tex')
| -rw-r--r-- | main.tex | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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} |
