- 2022.5.18 Fix some issues
- 2020.3.17 Initial commit
Zhiyuan Pan, Zhejiang University
- Customize your title, author name, institute and date in
frame/cover.tex
. The default date is set to\today
- Customize your Table of Contents in
frame/toc.tex
- Customize your credits & bibliographt page in
frame/credits.tex, frame/bib.tex
- To create frames, use
\section{...} % appears in toc, bookmarks
\begin{frame} % beamer frame
\ftitle{...} % appears in the top of the frame
% Contents start here ...
\end{frame}%
- General pipeline: XeLaTeX -> XeLaTeX
- If you have external bib file, follow
xe -> bib -> xe -> xe
pipeline