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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

The project is released under MIT License.