| In: |
rtex.rb
|
| Parent: | Object |
This class defines some generic methods. This methods must be implemented by each tool which is needed. The different tools can be:
Each tool must implement:
This method should call execute_tools (not necessary, if @tools is empty)
A tool may require other tools (LaTeX need BibTeX, Makeindex…) This tools are in array @tools.
Return a list with instances of the tool. By default it is one instance. Some tools determine more instances, e.g. makeindex, if there are multiple indeces.
Takes the result and displays it. Rules for the display:
Method to analyse a log-File (or whatever the tool creates to be analysed) Returns a hash with summary of errors/warnings…