File: control

package info (click to toggle)
libtex-encode-perl 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 76 kB
  • ctags: 8
  • sloc: perl: 194; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,068 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: libtex-encode-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-12), libhtml-parser-perl (>= 3.35)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <frequency@cpan.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/TeX-Encode/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtex-encode-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtex-encode-perl/

Package: libtex-encode-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libhtml-parser-perl (>= 3.35)
Description: Perl module to transform UTF-8 strings into TeX
 TeX::Encode provides a simple way to encode arbitrary UTF-8 strings into LaTeX
 escapes using mapping tables provided by Pod::LaTeX and HTML::Entities.
 .
 This module only covers a subset of the Unicode character set and has limited
 facilities for converting TeX back to UTF-8 (this is because TeX is in essence
 a programming language, and this module does not yet implement TeX).