mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
14 lines
237 B
TeX
14 lines
237 B
TeX
\documentclass{article}
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\title{<%= project_name %>}
|
|
\author{<%= user.first_name %> <%= user.last_name %>}
|
|
\date{<%= month %> <%= year %>}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\section{Introduction}
|
|
|
|
\end{document}
|