# Register the Plugin with the Lire framework.
use Lire::PluginManager;
use Lire::OutputFormats::LaTeX;

Lire::PluginManager->register_plugin( new Lire::OutputFormats::LaTeX() );
