Package de.dante.extex.main

This package contains some support classes for the ExTeX main program.

See:
          Description

Class Summary
ResourceFinderImpl This ResourceFinder queries the user for the name of the file to use and tries to find it via its parent.
TeX This is the command line interface to ExTeX.
 

Package de.dante.extex.main Description

This package contains some support classes for the ExTeX main program. This includes Exception classes as well as ErrorHandler and Observers.

The whole interaction with the user is located in this package, if not contained in the main class itself. Thus it is possible to use the core engine without being tied to the old facioned interaction style. This might be used to integrate the core engine into a graphical user interface.

Running ExTeX

ExTeX can be run from the command line. The TeX-compatible command line interface is available in the class TeX.