amagical-net / rails-latex

rails-latex is a renderer for rails which allows tex files with erb to be turned into an inline pdf
MIT License
141 stars 48 forks source link

Log the input TeX file as well as the LaTeX compiler output. #37

Closed danfinnie closed 10 years ago

danfinnie commented 10 years ago

For debugging, this saves the most recent .tex file as well as the .log file that's already saved.

jacott commented 10 years ago

I'm no longer actively maintaining this project. I can transfer the ownership to you if you like? On 7 Jul 2014 15:47, "Daniel Finnie" notifications@github.com wrote:

For debugging, this saves the most recent .tex file as well as the .log

file that's already saved.

You can merge this Pull Request by running

git pull https://github.com/danfinnie/rails-latex tex-logging

Or view, comment on, or merge it at:

https://github.com/jacott/rails-latex/pull/37 Commit Summary

  • Log the input TeX file as well as the LaTeX compiler output.

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/jacott/rails-latex/pull/37.