Following is mwe of what I'm doing. I want to get a couple of things.
Instead of bold 1, 2, I need it to be replaced by Chapter 1 and Chapter 2 respectively, followed by the name.
I want the References appeared in the table of contents, separately not under a Chapter, with the heading References.
Thank you for any suggestions.
\documentclass[11 pt]{article}\usepackage{amsmath, mathrsfs} \usepackage{amssymb}
\usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage{blindtext}
\linespread{1.4} \pagestyle{myheadings}
\title{This is the title} \author{Author A and Author B} \date{} \begin{document} \let\conjugatet\overline \maketitle
\tableofcontents
\section{This is section 1} \subsection{This is a subsection}
\section{This is section 2} \subsection{This is a subsection}
\bibliographystyle{abbrv} \bibliography{References}{}
\end{document}
blindtextif you don't use it? – Bernard Mar 13 '18 at 16:09reportorbook. – Bernard Mar 13 '18 at 16:29titletoc. – Denis Mar 13 '18 at 16:51article;-) – Mar 13 '18 at 17:31