gladtex 3.1.0-1 source package in Ubuntu

Changelog

gladtex (3.1.0-1) unstable; urgency=medium

  * upload new version

 -- Sebastian Humenda <email address hidden>  Sun, 17 Nov 2019 18:39:01 +0100

Upload details

Uploaded by:
Sebastian Humenda
Uploaded to:
Sid
Original maintainer:
Sebastian Humenda
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gladtex_3.1.0-1.dsc 1.9 KiB d620da130ee303a57c329e055af74f5da413afdb578c44c33c623400636d4934
gladtex_3.1.0.orig.tar.xz 56.9 KiB f58297d5eb57b82680da6e735a09477b52006fc40448f6335ac1a7f0954ef055
gladtex_3.1.0-1.debian.tar.xz 2.7 KiB d3dafd6b980c7c27519bdfc693bf93910291f87b44941862ab482674ae6a848b

Available diffs

No changes file available.

Binary packages built by this source

gladtex: Embed LaTeX equations in HTML files

 GladTeX is a preprocessor that enables the use of LaTeX equations within HTML
 files. The equations, embedded in <EQ>...</EQ> tags, as if within $$..$$ in
 LaTeX, is fed through LaTeX and replaced by images.
 .
 Additionally all images get an alt-tag for alternative texts that contains the
 LaTeX-equivalent of the image. This is handy for text-mode browsers or blind
 people using a screen reader.

python3-gleetex: Module to embed LaTeX equations in HTML files

 GleeTeX is a Python module to create images from formulas. It can parse HTML
 documents and replace all occurrences of <eq>some formula</eq> through images.
 Each image will get an alt attribute as well, which is useful for screen
 readers or text-mode browsers.
 It can also just create formula images out of LaTeX formulas and the process
 can be embedded into a web application.
 .
 GleeTeX is able to convert multiple images concurrently and it also keeps a
 cache of already converted formulas, speeding up the conversion.