/robomech-template

LaTeX template for Robomech

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

robomech-template

Latex template for Robomech

1. Edit LaTeX files

2. Make pdf

$ make

Optional. Convert Japanese punctuations

$ make pub
# or
$ make publish
# will convert 「、」「。」 to 「,」「.」 in *.tex
# Original files are backed up as *.tex.orig

Optional. cleaning

$ make clean
# or
$ make wipe