Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 531 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 531 Bytes

doctor-ent-exam-abst

Latex template for doctor entrance exam abst

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