polytexnic
This is the polytexnic gem, which converts input in Markdown or PolyTeX to HTML and LaTeX. It currently has no standalone applications, but rather exists to support the polytexnic gem.
Installation
This gem is installed automatically as a dependency of the polytexnic gem:
$ gem install polytexnic
Usage
See The PolyTeXnic Book for more information.
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