
Module TeX::Hyphen:

	Hyphenate words using TeX's patterns.

Installation:

	perl Makefile.PL
	make
	make test
	make install

Use:
	use TeX::Hyphen;
	my $hyp = new TeX::Hyphen "hyphen.tex";
	my $word = "representation";
	my @points = $hyp->hyphenate($word);

Available:

	http://www.fi.muni.cz/~adelton/perl/ and on your favorite CPAN
	site (http://www.perl.com/perl/CPAN/).

Copyright: (c) 1997 Jan Pazdziora, adelton@fi.muni.cz. All rights
	reserved.  This program is free software; you can redistribute
	it and/or modify it under the same terms as Perl itself. 

