File: control

package info (click to toggle)
liblatex-tom-perl 1.00-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 220 kB
  • ctags: 74
  • sloc: perl: 1,557; makefile: 45
file content (22 lines) | stat: -rw-r--r-- 994 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: liblatex-tom-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, libtest-pod-coverage-perl, libtest-pod-perl
Maintainer: Patrick Winnertz <winnie@debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/~schubiger/LaTeX-TOM-1.00/lib/LaTeX/TOM.pm

Package: liblatex-tom-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: A module for parsing, analyzing and manipulating latex documents
 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.
 .
 This module should be especially useful to anyone who wants to do processing 
 of LaTeX documents that requires extraction of plain-text information, or 
 altering of the plain-text components (or alternatively, the math-text 
 components).