Vanilla
Vanilla is a small yet powerful LaTex preprocessor written in Ruby. It reduces verbosity and improves productivity when using LaTex.
Installation
You can install Vanilla yourself by running:
$ gem install vfl
Usage
To compile a Vanilla Flavored Latex file, just run
$ vanilla --compile file.latex
Documentation
You can read the documentation of the preprocessor in the file named "Documentation.pdf". The source of the documentation is written in Vanilla itself and provided as a reference.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
The project is released under MIT License.