/template-IEEE

📜 Template of IEEE format documents by LaTeX

Primary LanguageTeX

📜 template-IEEE

📜 Template of IEEE format documents by LaTeX.

🏯 ビルド / 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

🔖 References / 参考文献