File: control

package info (click to toggle)
asciimathtml 2.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: javascript: 3,033; php: 7; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,293 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
Source: asciimathtml
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>
Build-Depends: debhelper-compat (= 13), uglifyjs
Standards-Version: 4.6.1
Homepage: https://asciimathml.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/js-team/asciimathtml
Vcs-Git: https://salsa.debian.org/js-team/asciimathtml.git
Rules-Requires-Root: no

Package: libjs-asciimathml
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Description: Library to render high quality mathematical formulas in a browser
 ASCIIMathML is a set of JavaScript functions to convert ASCII math
 notation and LaTeX to Presentation MathML. Simple graphics commands are
 also translated to SVG images. ASCIIMathML is designed to be very easy
 to use and mimic to a great extent the way that one would use to type
 mathematical formulas by means like e-mail.
 .
 This makes its use especially suited for teachers and instructors of
 disciplines based on Mathematics that want to use an electronic medium
 (like, for instance, a blog or a web forum) with students and still not
 be encumbered with difficult, non-intuitive, non-standard notation for
 formulas.