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 softcover
gem.
Installation
This gem is installed automatically as a dependency of the softcover
gem:
$ gem install polytexnic
Usage
See The Softcover 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