- #1
thephysicsman
- 22
- 0
Why do I only get page numbers on page 2 and not the abstracts? And then it starts over again with page 1 on the first page in the TOC...And then it starts over again on the first page of the first chapger...
\documentclass[12pt,a4paper]{report}
\usepackage{epsfig}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{multicol}
\usepackage{comment}
\usepackage{glossary}
\makeglossary
\usepackage{natbib}
\usepackage[font= {sf}, labelfont={sf,bf}, margin=1cm]{caption}
\setcitestyle{super,square}
\renewcommand{\abstractname}{Abstract}
\begin{document}
\begin{titlepage}
\begin{center}
\Huge{\textbf{Title}}\\
\end{titlepage}
\newpage
\setcounter{page}{2}
\end{center}
\begin{abstract}
This is the abstract
\end{abstract}
\renewcommand{\abstractname}{Abstract 2}
\begin{abstract}
This is the second abstract.
\end{abstract}
\renewcommand{\abstractname}{Abstract 3}
\begin{abstract}
This is the third abstract.
\end{abstract}
\tableofcontents
\chapter*{List of Symbols and Abbreviations}\label{glossary}\addcontentsline{toc}{chapter}{List of Symbols and Abbreviations}
List.
\chapter{Introduction}
\documentclass[12pt,a4paper]{report}
\usepackage{epsfig}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{multicol}
\usepackage{comment}
\usepackage{glossary}
\makeglossary
\usepackage{natbib}
\usepackage[font= {sf}, labelfont={sf,bf}, margin=1cm]{caption}
\setcitestyle{super,square}
\renewcommand{\abstractname}{Abstract}
\begin{document}
\begin{titlepage}
\begin{center}
\Huge{\textbf{Title}}\\
\end{titlepage}
\newpage
\setcounter{page}{2}
\end{center}
\begin{abstract}
This is the abstract
\end{abstract}
\renewcommand{\abstractname}{Abstract 2}
\begin{abstract}
This is the second abstract.
\end{abstract}
\renewcommand{\abstractname}{Abstract 3}
\begin{abstract}
This is the third abstract.
\end{abstract}
\tableofcontents
\chapter*{List of Symbols and Abbreviations}\label{glossary}\addcontentsline{toc}{chapter}{List of Symbols and Abbreviations}
List.
\chapter{Introduction}