Image of Overleaf window. Top bar: Overleaf [link to home page] Menu [drop-down menu] ? [help] Settings symbol Nicola Talbot [drop-down menu]

Menu bar: Source | Rich Text Add a comment button. Show file history button. Edit | Find | Section symbol. | Small section symbol. | More [drop-down menu] Vertical divider bar. Manual | Auto up-to-date and saved

Left panel contains the source code (each line is numbered):

\documentclass[12pt]{article}

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}

\title{Example Document}
\author{Nicola Talbot}

\begin{document}
\maketitle

\begin{abstract}
This is an example document. Modified: \pdfcreationdate.
\end{abstract}

\section{Sample Section}
\label{sec:sample}

This is an example section.

\section{Another Section}
\label{sec:another}

This is another section with a cross-reference to
section~\ref{sec:sample}.

\end{document}

The right panel shows an image of the typeset document.

Example Document

Nicola Talbot

December 19, 2014

Abstract

This is an example document. Modified: D:20141219185104Z.

1 Sample Section

This is an example section.

2 Another Section

This is another section with a cross-reference to section 1.