Skip to content

๐Ÿ“œ Template of IEEE format documents by LaTeX

Notifications You must be signed in to change notification settings

k5-mot/template-IEEE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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