overleaf/services/clsi/test/acceptance/fixtures/examples/draft_legacy/main.tex
Brian Gough 9ea1226460 Merge pull request #8969 from overleaf/bg-issue8967
Apply draft mode to graphics package as well (in addition to graphicx)

GitOrigin-RevId: 6137f90ef9d579f0e6554801e8f2e0f5dee2aa83
2022-07-25 08:03:57 +00:00

25 lines
341 B
TeX

\documentclass{article}
\usepackage{graphics}
\title{Your Paper}
\author{You}
\begin{document}
\maketitle
\begin{abstract}
Your abstract.
\end{abstract}
\section{Introduction}
This is the start of the document.
\begin{figure}[ht]
\includegraphics[0,0][100,100]{frog.jpg}
\end{figure}
This is the end of the document.
\end{document}