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

  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