/si-template

LaTeX skeleton for SI paper

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

sice-si-template

Latex template for SICE-SI

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