LaTeX (Class)

In: rtex.rb
Parent: Tool

This class provides (pdf)LaTeX. Tools which support LaTeX are in the array @tools and are called automatic

Methods

analyse   convertLog   execute   new   rerun?  

Public Class methods

Public Instance methods

Execute TeX/LaTeX/PDFLaTeX… as often as necessary.

Easy check: If the data changed (aux-File) a rerun is necesary. With this method, one run too much is done. A bit more complex:

  1. Check the log-File if an additional run is necessary.
       - references
       - longtable.sty: balancing not finished
    
  2. Check different Tools if they must be active and if they force an additional run
       - BibTeX (bibliography)
       - makeindex (including multiind)
       - rail-Diagramms
    

[Validate]