mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
15 lines
237 B
TeX
15 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}
|