I have this strange problem I can't solve. When I write my TOC file like below
Code: Select all
\contentsline {section}{\numberline {1}Abstract}{2}
\contentsline {section}{\numberline {2}Introduction}{3}
\contentsline {section}{\numberline {3}Background}{4}
\contentsline {subsection}{\numberline {3.1}Open Source}{11}
\contentsline {section}{\numberline {4}Software License Enforceability}{20}
here is what I have in the .tex0.1 Abstract
Code: Select all
\documentclass[11pt]{report}
\pagestyle{plain}
\usepackage{fullpage}
\usepackage{setspace}
\usepackage{tocloft}
\begin{document}
\begin{center}
\begin{Huge}
The Affects of Open Source Software Licenses on Business Software \\ [4ex]
\end{Huge}
\newpage
\section{Abstract}
This project investigates open and closed source licenses and how each style of license changes the way business is done. We look at: License violations and also considered and techniques for reducing violations, why businesses use closed source and open source licenses, and what Intellectual property rights businesses and individuals have in open source licenses. We show that open licenses are be easier to enforce, but require a different business model and show how piracy can be effectively reduced.
\newpage
\tableofcontents
\newpage
\doublespacing
\newpage
\section{Introduction}