overleaf/services/web/app/templates/project_files/mainbasic.tex
Mathias Jakobsen a84b0e9b56 Merge pull request #11662 from overleaf/mj-update-blank-template
[web] Replace inputenc with graphicx in blank template

GitOrigin-RevId: ca134c24d93c23665cc538ee0c654f2a727774f9
2023-02-08 09:05:23 +00:00

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}