1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: latexml
Section: tex
Priority: extra
Maintainer: Peter Ralph <petrel.harp@gmail.com>
Uploaders: Norbert Preining <norbert@preining.info>
Build-Depends: debhelper (>= 9), libparse-recdescent-perl, libimage-size-perl, libarchive-zip-perl, libfile-which-perl, libio-string-perl, libjson-xs-perl, liburi-perl, libwww-perl, libxml-libxml-perl, libxml-libxslt-perl, texlive-latex-base
Standards-Version: 3.9.6
Homepage: http://dlmf.nist.gov/LaTeXML/
#Vcs-Git: git://anonscm.debian.org/collab-maint/latexml.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/latexml.git;a=summary
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, perlmagick, texlive-latex-base
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.
|