This repository contains stuff to convert this book to HTML, EPUB and PDF.
Install:
- pandoc
- Rust and cargo (nightly for regex macros)
- XeLaTeX and probably some additional packages, I had to install (
sudo tlmgr install $pkg
) those:- framed
- hyphenat
- quotchap
- the DejaVu Sans Mono font: http://dejavu-fonts.org/
- the IPA font for Japanese Text: http://ipafont.ipa.go.jp/ipaexfont/download.html#en
Then run:
$ cargo run
Voilá!
The book content itself as well as any code I added as part of this repository is Copyright (c) 2015 The Rust Project Developers and licensed like Rust itself (MIT and Apache).