使用 asciidoc
做笔记,将学习的知识进行归纳和总结。
在线文档: Java工程师之路
Note
|
以下操作均为 ArchLinux 系统下,若为其他系统请根据系统的不同,修改操作方式
|
[wjc@wjcarch EngineerRoad]$ bundle config set path 'vendor/bundle'
[wjc@wjcarch EngineerRoad]$ bundle install
C:\Users\w\Desktop\AsciiDocBase> bundle config set path 'vendor/bundle'
C:\Users\w\Desktop\AsciiDocBase> bundle install
生成html格式
# del .\AsciiDoc文档.html
C:\Users\w\Desktop\AsciiDocBase> del 文件名(先前生成的文件)
C:\Users\w\Desktop\AsciiDocBase> bundle exec rake book:build_html
生成pdf格式
# del .\AsciiDoc文档.pdf
C:\Users\w\Desktop\AsciiDocBase> del 文件名(先前生成的文件)
C:\Users\w\Desktop\AsciiDocBase> bundle exec rake book:build_pdf