Project

polytexnic

0.03
A long-lived project that still receives updates
Core translation engine for the softcover gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 2.99.0
= 0.15.1

Runtime

= 2.4.0
= 2.3.1
= 1.15.2
~> 2.3.1
= 1.7.2
 Project Readme

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