Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 511 Bytes

File metadata and controls

37 lines (27 loc) · 511 Bytes

robomech-template

Latex template for Robomech

1. Prerequisities

# only for ubuntu 12.04
$ sudo apt-add-repository ppa:texlive-backports/ppa
$ sudo apt-get update

2. Edit LaTeX files

3. 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