reitzig / ltx2any

Yet another LaTeX build wrapper, with one or two nifty features
GNU General Public License v3.0
59 stars 4 forks source link

Get rid of GNU dependency in engines #66

Closed akerbos closed 8 years ago

akerbos commented 8 years ago

Currently, Xlatex engines use a mix of GNU tools to determine if the resulting PDF has changed between runs.

Implement this in Ruby for the sake of platform independence.

akerbos commented 8 years ago

The Ruby implementation is significantly slower than the GNU implementation -- naturally -- but it's still fast enough as to be no problem. Hopefully.