Skip to content

heilab/robomech-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TeX 90.0%
  • Makefile 7.1%
  • Perl 2.9%