https://github.com/raphink/augeas-book
Augeas book
https://github.com/raphink/augeas-book
Last synced: about 1 year ago
JSON representation
Augeas book
- Host: GitHub
- URL: https://github.com/raphink/augeas-book
- Owner: raphink
- Created: 2011-03-11T20:02:07.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T20:59:21.000Z (about 6 years ago)
- Last Synced: 2025-03-28T02:28:18.533Z (about 1 year ago)
- Language: TeX
- Homepage: http://www.scribd.com/doc/51028532/Augeas-devel
- Size: 2.05 MB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Augeas Book Contents
=====================
This is the source code for the Augeas book contents.
Errata
======
If you see anything that is technically wrong or otherwise in need of correction,
please email me at raphink at gmail dot com to inform me.
Building the book
=================
In order to build this book, you need:
* LuaLaTeX (I recommend using the latest TeXLive distribution);
* Pygments (``sudo apt-get install python-pygments`` on Debian/Ubuntu).
First, install the augeas lexer for pygments:
$ cd augeas-lexer/
$ sudo easy_install .
$ cd ..
Then, cd to the book directory and type make:
$ cd en/
$ make
This should produce the final PDF file.