overleaf/services/web/app/templates/project_files/mainbasic.tex

15 lines
237 B
TeX
Raw Normal View History

2014-02-12 05:23:40 -05:00
\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}