File: control

package info (click to toggle)
liblatex-encode-perl 0.092.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 372 kB
  • sloc: perl: 1,282; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 1,433 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: liblatex-encode-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
 libcarp-always-perl,
 libhtml-parser-perl,
 libreadonly-perl,
 libtest-pod-coverage-perl,
 libtest-pod-perl,
 perl,
 texlive-fonts-recommended,
 texlive-latex-base,
 texlive-latex-recommended
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblatex-encode-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblatex-encode-perl.git
Homepage: https://metacpan.org/release/LaTeX-Encode
Testsuite: autopkgtest-pkg-perl

Package: liblatex-encode-perl
Architecture: all
Depends: libreadonly-perl, ${misc:Depends}, ${perl:Depends}
Description: Perl module to encode characters for LaTeX formatting
 LaTeX::Encode provides a function to encode text that is to be formatted with
 LaTeX. It encodes characters that are special to LaTeX or that are
 represented in LaTeX by LaTeX commands.
 .
 The special characters are: \ (command character), { (open group), } (end
 group), & (table column separator), # (parameter specifier), % (comment
 character), _ (subscript), ^ (superscript), ~ (non-breakable space), $
 (mathematics mode).
 .
 Note that some of the LaTeX commands for characters are defined in the LaTeX
 textcomp package.