0

I've started learning LaTeX recently from Wiki Books and I'm using Share Latex to compile the LaTeX code.

I'm having a simple document with 3 sections

  1. Contents
  2. Abstract
  3. Introduction
\documentclass{article}

\begin{document}
\tableofcontents

\begin{abstract}
Abstract goes here...
...
\end{abstract}

\section*{Introduction}
This is introduction
\end{document}

Which looks like this

Screen Shot

How can I made these three sections(Contents, Abstract, Introduction) appear in separate pages in my document.

Atinesh
  • 254

0 Answers0