Skip to content

mattharrison/rst2nitrile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REQs

  • Install nitrile.py (see github)

run:

$ python rst2nitrile.py -r 3 --traceback book.rst build/book.tex
$ pushd build

then:

$ rubber -d pdf book.tex;

or:

$ pdflatex book

create index and shove it in:

$ makeindex book
$ rubber -d pdf book.tex;
$ popd

TODO

  • Make .. include:: <s5defs.txt> not dump ========== all over the place
  • index support for #!
  • Cleanup

About

convert rst to latex books

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages