k5-mot / template-IPSJ

๐Ÿ“œ Template of IEEE format documents by LaTeX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ“œ template-IPSJ

๐Ÿ“œ Template of IPSJ foramt 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 / ๅ‚่€ƒๆ–‡็Œฎ

About

๐Ÿ“œ Template of IEEE format documents by LaTeX


Languages

Language:TeX 98.2%Language:Makefile 1.4%Language:Perl 0.4%