Skip to content

Adityau1/vim-for-humans-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim for humans

Website code available here: https://github.com/vjousse/vim-for-humans-website

Install

Be sure to create a symlink named 'vim-for-humans' in the project directory. This symlink should point to a directory where you've cloned code examples.

You will need some prerequisites to be able to compile the LaTeX source code:

  • A Tex distribution, TexLive for example.
  • Pygments, it's used for syntax highlighting using the mint LaTeX package.
  • Sphinx to generate the epub file.
  • kindlegen to generate the .mobi file.

Gentoo

  • dev-python/sphinx[latex]
  • dev-python/pygments
  • app-text/texlive
  • kindlegen package not available.

Compile

After the dependencies have been installed, run makedist.sh script to start compiling. If the compilation fails, be sure to check the content of the script and try running each command one after another.

Enjoy

Upon success outputs can be found in the dist/vimpourleshumains/ directory. Enjoy!

About

The vim for humans book http://vimebook.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 46.3%
  • HTML 18.6%
  • JavaScript 18.4%
  • Python 8.3%
  • CSS 4.5%
  • Makefile 3.3%
  • Other 0.6%