/LectureTemplate

Template of lecture & slice

Primary LanguageTeXGNU Affero General Public License v3.0AGPL-3.0

LectureTemplate

GitHub

My template of LaTeX lecture & slice, powered by metropolis

Usage

Basic usage

Just run

make

to build lecture and slice

Full usage

# Build lecture using latexmk
make lecture
# Build slice using latexmk
make slice
# Lint all tex file using latexindent
make indent
# Remove all nonessential files
make clean

Release

Just add a tag and push to GitHub. You can also run workflow manually after push a tag.