2025-01-12 04:36:52 +08:00

14 lines
243 B
Plaintext

\documentclass[$classoption$]{$documentclass$}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
$header-includes$
\title{$title$}
\author{$author$}
\date{$date$}
\begin{document}
\maketitle
$include-before$
$body$
$include-after$
\end{document}