2026-03-11 21:08:31 +11:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: template
|
|
|
|
|
# key: template
|
|
|
|
|
# --
|
2026-03-14 11:42:48 +11:00
|
|
|
\documentclass[12pt,black,pad,en,chinese,section]{/Users/zelongk/Documents/latex/elegantbook}
|
2026-03-11 21:08:31 +11:00
|
|
|
|
|
|
|
|
\title{$1}
|
|
|
|
|
|
|
|
|
|
\author{`user-full-name`}
|
|
|
|
|
\institute{Whichever-you-like university}
|
|
|
|
|
|
|
|
|
|
\date{\today}
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
\maketitle
|
|
|
|
|
% logo
|
|
|
|
|
% \centerline{\includegraphics[width=0.2\textwidth]{logo-blue}}
|
|
|
|
|
|
|
|
|
|
\newpage
|
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
|
|
$0
|
|
|
|
|
|
|
|
|
|
\end{document}
|