mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
a84b0e9b56
[web] Replace inputenc with graphicx in blank template GitOrigin-RevId: ca134c24d93c23665cc538ee0c654f2a727774f9
14 lines
263 B
TeX
14 lines
263 B
TeX
\documentclass{article}
|
|
\usepackage{graphicx} % Required for inserting images
|
|
|
|
\title{<%= project_name %>}
|
|
\author{<%= user.first_name %> <%= user.last_name %>}
|
|
\date{<%= month %> <%= year %>}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\section{Introduction}
|
|
|
|
\end{document}
|