Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Files

Latest commit

bc6cb1f · Jul 22, 2020

History

History
30 lines (22 loc) · 528 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 528 Bytes

sice-si-template

Build Status

Latex template for SICE-SI

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