Padre-Plugin-LaTeX

LaTeX support for Padre, the Perl Application Development and Refactoring
Environment.

Syntax highlighting for LaTeX is supported by Padre out of the box.
This plug-in adds some more features to deal with LaTeX files.
If you also want syntax highlighting for BibTeX files, try the Kate
plugin.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Padre::Plugin::LaTeX

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-LaTeX

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Padre-Plugin-LaTeX

    CPAN Ratings
        http://cpanratings.perl.org/d/Padre-Plugin-LaTeX

    Search CPAN
        http://search.cpan.org/dist/Padre-Plugin-LaTeX/


COPYRIGHT AND LICENCE

Copyright (C) 2010 Zeno Gantner

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl 5.10.0 itself.