Skip to content

SuhwanSong/die

 
 

Repository files navigation

die: a paper template

1. Prerequisites

  • Python 3.x
  • pygmentize
  • texlive
$ ./bin/deps.sh 

2. Build

$ make 

(check p.pdf)

3. Files

  • p.tex -> main tex file
  • hdr.tex -> title and authors

4. Formatting Rules (dependencies)

  • code/.{c,cc,py,js ...} -> code/.tex
  • fig/.svg -> fig/.pdf
  • data/.gp -> fig/.tex

Tools

1. make a draft for revision

$ make draft
$ make watermark

2. abstract.txt (from abstract.tex)

$ cat abstract.txt 

3. highlight changes, since the last submit

$ make diff DIFF=HEAD@{}

4. spell check

$ make spell

5. text extraction

$ make text

About

a paper template

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 74.8%
  • Python 16.1%
  • Gnuplot 7.5%
  • Other 1.6%