aboutsummaryrefslogtreecommitdiff
path: root/template/latex/base-page.ltx
blob: a1b411fe8b28d85ce43eb8d39f152fb561938b87 (plain)
1
2
3
4
5
6
7
8
9
\documentclass{}
\begin{document}
\title{{{_name_}}}
\author{}
\maketitle
% Start Document Body
{{_cursor_}}
% End Document Body
\end{document}