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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: libjmathtex-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Adriaan Peeters <apeeters@lashout.net>
Homepage: http://jmathtex.sourceforge.net/
Build-Depends: debhelper (>> 5.0.0), cdbs, patchutils, ant, default-jdk-builddep, libjdom1-java
Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libjmathtex-java/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjmathtex-java/
Standards-Version: 3.7.3
Package: libjmathtex-java
Architecture: all
Depends: gij | java-gcj-compat | java1-runtime | java2-runtime, libjdom1-java
Description: TeX and MathML library for Java
The JMathTeX library provides a set of Java classes for displaying (complex)
mathematical formulas as part of a Java application. Some use cases are:
* Displaying text with embedded formulas (in an editor pane, a JavaHelp
page, ...)
* Make a combo box which provides the user with a choice between various
formulas.
* Have a slider with ticks that display their values not as decimal numbers,
but as exact values, e.g., fractions, square roots or any combination of
these.
* Display the formula together with the graph of a function.
The library uses the typesetting algorithms of the well-known TeX and LaTeX
systems and therefore displays formulas in a very professional looking way.
Formulas are Java-objects that can be built from scratch (by combining smaller
formulas in several ways) and from LaTeX strings. There is also limited
support for MathML.
Package: libjmathtex-java-gcj
Architecture: any
Depends: libjmathtex-java (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: TeX and MathML library for Java (native code)
The JMathTeX library provides a set of Java classes for displaying (complex)
mathematical formulas as part of a Java application. Some use cases are:
* Displaying text with embedded formulas (in an editor pane, a JavaHelp
page, ...)
* Make a combo box which provides the user with a choice between various
formulas.
* Have a slider with ticks that display their values not as decimal numbers,
but as exact values, e.g., fractions, square roots or any combination of
these.
* Display the formula together with the graph of a function.
The library uses the typesetting algorithms of the well-known TeX and LaTeX
systems and therefore displays formulas in a very professional looking way.
Formulas are Java-objects that can be built from scratch (by combining smaller
formulas in several ways) and from LaTeX strings. There is also limited
support for MathML.
.
This package contains the natively compiled code for use by gij.
Package: libjmathtex-java-doc
Architecture: all
Section: doc
Description: TeX and MathML library for Java (API documentation)
The JMathTeX library provides a set of Java classes for displaying (complex)
mathematical formulas as part of a Java application. Some use cases are:
* Displaying text with embedded formulas (in an editor pane, a JavaHelp
page, ...)
* Make a combo box which provides the user with a choice between various
formulas.
* Have a slider with ticks that display their values not as decimal numbers,
but as exact values, e.g., fractions, square roots or any combination of
these.
* Display the formula together with the graph of a function.
The library uses the typesetting algorithms of the well-known TeX and LaTeX
systems and therefore displays formulas in a very professional looking way.
Formulas are Java-objects that can be built from scratch (by combining smaller
formulas in several ways) and from LaTeX strings. There is also limited
support for MathML.
.
This package contains the Javadoc API documentation.
|