/template-slide

πŸ“œ Template of Slide

Primary LanguageTeXMIT LicenseMIT

Slide Template

Template of presentation slide by LaTeX.

πŸ˜‰ γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ / Screenshot

🏯 ビルド / Build

🍊 Makefile

# Rebuild all & Remove a part of generated files.
make all
# Build all
make build
# Rebuild all.
make rebuild
# Print debug messages after building.
make debug
# View PDF/PostScript file.
make preview
# Remove a part of generated files.
make clean
# Remove all generated files.
make distclean
# Print help.
make help

🍌 Latexmk

# Build all.
latexmk
# Remove all generated files.
latexmk -C
# View PDF file, compiling when the files changed.
latexmk -pvc

πŸ₯ GitHub Actions

After pushing tag to remote repository, GitHub Actions compiles this documents, and releases it to GitHub Releases Page.

# Add a tag.
git tag -a v0.0.0 -m 'tag comment'
# Share a tag.
git push origin v0.0.0

πŸ‹ License / ラむセンス

Copyright (c) 2021-2022 k5-mot All Rights Reserved.

"k5-mot/slide-template" is under MIT license.