This commit is contained in:
Zelong Kuang
2026-03-11 21:08:31 +11:00
parent 4e569a2831
commit 2bfe738a6a
41 changed files with 385 additions and 54 deletions

View File

@@ -0,0 +1,24 @@
# -*- mode: snippet -*-
# name: template
# key: template
# --
\documentclass[12pt]{/Users/zelongk/Documents/latex/elegantbook}
\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}