Ok, I changed that but there are some more problems:
FIrstly, I don't like how Chapter 1 is above word introduction:
I would prefer it to be in one line: "Chapter 1: Introduction".
Also I want to change how it is presented in ToC. I want it so say "Chapter 1: Introduction" ............. 1.
Also, changing the document class also changed the table of contents look. I prefer how it looks on this picture:
Here's the code I am actually using:
Code: Select all
\documentclass[toc=sectionentrywithdots,a4paper,11pt]{scrartcl}
\usepackage{graphicx}
\usepackage{setspace}
\doublespacing
\usepackage[a4paper, left=20mm, right=20mm, top=20mm]{geometry}
\usepackage{pdfpages}
\usepackage{fancyhdr}
\pagestyle{fancy}
\rhead{ }
\lhead{ }
\thispagestyle{empty}
\usepackage{lipsum}
\setcounter{page}{1}
\renewcommand{\rmdefault}{phv}
\renewcommand{\sfdefault}{phv}
\usepackage[margin=0pt,font=normalsize]{subcaption}
\counterwithin{figure}{section}
\begin{document}
\pagenumbering{gobble}
\setcounter{page}{0}
\newpage
\pagenumbering{roman}
\thispagestyle{plain}
\begin{center}
\begin{LARGE}
\textbf{Abstract}
\end{LARGE}
\end{center}
\newpage
\thispagestyle{plain}
\tableofcontents
\clearpage
\newpage
\pagenumbering{arabic}
\lhead{Chapter 1: Introduction}
\section{Introduction}
\subsection{Introductory Note}
Test test bla bla bla bla bla bla blfwefmwefqermqfermfje n rnjnjfnj fnjnj nja fnejjna njnja nj anjnj nj nj vanjvnja njvnj venjvenj nj evnjnj eanjvnjnjve njvenjvnejjnevnjwerlnfwlefrefe
\subsection{Perforated Foundations}
\subsection{Perforation Ratio}
\subsection{Soil Behaviour}
\subsection{Aims of the Project}
\section{Obtaining Vertical Bearing Capacity for Benchmark Cases}
\newpage
\addcontentsline{toc}{section}{References}
references
\end{document}