diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-05 22:03:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-05 22:03:53 +0000 |
commit | d041d194ab28f70893b18c935ee377551e52733a (patch) | |
tree | 22e750737137ed1e19676843e8f1194aa9ebb461 /textproc/Makefile | |
parent | 5ffae124f9857bcf359facc06a9120d73f58dd80 (diff) |
This module provides a parser which parses and interprets (though
not fully) LaTeX documents and returns a tree-based representation
of what it finds. This tree is a LaTeX::TOM::Tree. The tree contains
LaTeX::TOM::Node nodes.
WWW: http://search.cpan.org/dist/LaTeX-TOM/
PR: ports/135245
Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=235244
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 96bfe23b1e51..4710f369d40b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -444,6 +444,7 @@ SUBDIR += p5-KinoSearch SUBDIR += p5-Kwalify SUBDIR += p5-LJ-SpellCheck + SUBDIR += p5-LaTeX-TOM SUBDIR += p5-Lingua-Conjunction SUBDIR += p5-Lingua-EN-AddressParse SUBDIR += p5-Lingua-EN-Fathom |