File: control

package info (click to toggle)
latexml 0.8.8-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 31,896 kB
  • sloc: xml: 109,048; perl: 30,224; sh: 179; javascript: 28; makefile: 15
file content (59 lines) | stat: -rw-r--r-- 1,730 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: latexml
Section: tex
Priority: optional
Maintainer: Debian TeX Task Force <debian-tex-maint@lists.debian.org>
Uploaders: Norbert Preining <norbert@preining.info>,
	Peter Ralph <petrel.harp@gmail.com>,
	Hilmar Preuße <hille42@debian.org>
Build-Depends: debhelper-compat (= 13),
	libparse-recdescent-perl,
	libimage-size-perl,
	libarchive-zip-perl,
	libfile-which-perl,
	libio-string-perl,
	libjson-xs-perl,
	libtext-unidecode-perl,
	liburi-perl,
	libwww-perl,
	libxml-libxml-perl,
	libxml-libxslt-perl,
	tex-common,
	texlive-latex-base
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://dlmf.nist.gov/LaTeXML/
Vcs-Git: https://github.com/debian-tex/latexml.git
Vcs-Browser: https://github.com/debian-tex/latexml

Package: latexml
Architecture: all
Depends: ${perl:Depends},
	${misc:Depends},
	libparse-recdescent-perl,
	libxml2,
	libxml-libxml-perl,
	libxslt1.1,
	libxml-libxslt-perl,
	libuuid-tiny-perl,
	libarchive-zip-perl,
	libio-string-perl,
	libjson-xs-perl,
	libwww-perl,
	liburi-perl,
	libfile-which-perl,
	libimage-size-perl,
	imagemagick,
	libimage-magick-perl,
	texlive-latex-base,
	libtext-unidecode-perl,
	libpod-parser-perl (>= 1.63)
Description: LaTeX to XML Converter
 latexml is a program, written in Perl, that attempts to faithfully mimic
 TeX's behaviour, but produces XML instead of dvi. The document model of
 the target XML makes explicit the model implied by LaTeX.
 .
 The processing and model are both extensible; you can define the mapping
 between TeX constructs and the XML fragments to be created. A postprocessor,
 latexmlpost converts this XML into other formats such as HTML or XHTML,
 with options to convert the math into MathML (currently only presentation)
 or images.