| Path: | rtex.rb |
| Last Update: | Mon Mar 28 22:05:32 Westeuropäische Sommerzeit 2005 |
This program translates a (La)TeX-File as often as necessary and gives a log-overview.
Source on CTAN: www.dante.de/CTAN/support/rtex ?
Things to get better:
Some programs with a similar functionalty
Usage in programms: Call TeX and generate document
tex = Chain.new()
#run.latex
#run.latex_ps_pdf
Logger.level=3
tex.file = '??'
tex.execute()