0

Below is an example, any help on why it's not working?

\documentclass[12pt, a4paper, oneside, notitlepage]{article}
\usepackage[english]{babel}
\usepackage{lipsum}
\usepackage[parfill]{parskip}   

\title{Title}
\author{Author}                     
\date{Date}

\begin{document}
\pagenumbering{gobble} 
\maketitle
\abstract{Abstract}
\clearpage

\pagenumbering{roman} 

\tableofcontents

\clearpage

\listoffigures   

\clearpage
\pagenumbering{arabic}

\section{Introduction}

\lipsum

\section{Analysis}

\lipsum



\clearpage
\end{document}  
Brian
  • 253
  • It's hardly possible to answer the question in this form, please delete any package that is not needed to show the effect and add a small sample document so that people can run it through latex and see the result. – David Carlisle Dec 16 '14 at 15:39
  • Is there really a package full page with a space? – David Carlisle Dec 16 '14 at 15:44
  • I've edited the post to include an example where the problem is still present – Brian Dec 16 '14 at 15:53
  • 2
    It's \begin{abstract} Text \end{abstract}, not \abstract{Text} – egreg Dec 16 '14 at 15:54
  • 1
    The problem is exactly the same as in http://tex.stackexchange.com/questions/25833/the-abstract-environment-changes-the-linewidth-for-the-whole-document – egreg Dec 16 '14 at 15:59

0 Answers0