Jimmy Song 2017-05-18 12:12:29 +08:00
parent e4593cbeca
commit 2956efdbb9
1 changed files with 10 additions and 0 deletions

View File

@ -69,6 +69,8 @@ GitHub地址https://github.com/rootsongjc/kubernetes-handbook
[下载Calibre](http://calibre-ebook.com/download)
- On Mac
在Mac下安装后使用该命令创建链接
```
@ -81,6 +83,14 @@ ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin
gitbook pdf . ./kubernetes-handbook.pdf
```
- On Windows
需要用到的工具:`calibre`, `phantomjs`
1. 将上述2个安装,calibre默认安装的路径C:\Program Files\Calibre2,[phantomjs](http://phantomjs.org/download.html)为你解压路径
2. 并将其目录均加入到系统变量path中,参考:目录添加到系统变量path中
3. 在cmd打开你需要转pdf的文件夹,输入gitbook pdf即可
**生成单个章节的pdf**
使用`pandoc`和`latex`来生成pdf格式文档。