Skip to content

Commit

Permalink
update BUILD.md to indicate use mkbok
Browse files Browse the repository at this point in the history
  • Loading branch information
larrycai committed Feb 10, 2012
1 parent a445024 commit a4dab12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Ubuntu Platform Oneiric (11.10) is used mainly due to pandoc.

Though texlive 2011 can be installed separately, the default one texlive 2009 from Ubuntu repository is good enough so far.

$ sudo apt-get install pandoc
$ sudo apt-get install pandoc
$ sudo apt-get texlive-xetex
$ sudo apt-get texlive-latex-recommended # main packages
$ sudo apt-get texlive-latex-extra # package titlesec
Expand All @@ -30,6 +30,11 @@ You need to install related fonts for Chinese, fortunately they exist in ubuntu
Then it should work perfectly

$ ./makepdfs zh

If you are fans of ruby, you can even try

$ gem install mkbok
$ mkbok --lang=zh

Just remind you, some [extra pandoc markdown format](http://johnmacfarlane.net/pandoc/README.html) is used inside this book:

Expand Down

0 comments on commit a4dab12

Please sign in to comment.