You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
642 B
18 lines
642 B
2 years ago
|
# vim-script-guide-book 文档说明 [[繁](./README_TW.md)]
|
||
|
|
||
|
### 是什么?
|
||
|
vim-script-guide-book.pdf是作者[lymslive](https://github.com/lymslive/vimllearn)写的VimL教程md文件的pdf版本(包括简体及繁体版),著作权归原作者所有。
|
||
|
|
||
|
### 如何制作书籍版pdf
|
||
|
将md文件内容转写为tex,设置好封面、字体、格式等,最后利用texlive就可直接编译成书籍。
|
||
|
|
||
|
依赖:
|
||
|
- texlive
|
||
|
- 时间:30s左右。
|
||
|
- 系统:Ubuntu 18.04 LTS
|
||
|
|
||
|
|
||
|
### 其他:
|
||
|
Linux/Mac OS/Windows下还可使用Atom编辑器自带的markdown转pdf插件将合并后的md转换为pdf,
|
||
|
快捷键是Ctrl+Shift+E。
|