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

added option to run parser arbitrary times (fixes #31) #33

Closed master-lincoln closed 10 years ago

master-lincoln commented 10 years ago

parse_twice options kept for backward compatibility.

Example usage in a document: <% @latex_config={:parse_runs => 4} %>