pazeshun / rsj-report

LaTeX template for RSJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsj-report

Build Status

Latex template for RSJ

1. Edit LaTeX files

2. Make pdf

make
# or
latexmk -pvc main

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

About

LaTeX template for RSJ

License:GNU General Public License v3.0


Languages

Language:TeX 84.4%Language:Makefile 11.9%Language:Perl 3.8%