File: control

package info (click to toggle)
libjlatexmath-java 1.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 5,268 kB
  • sloc: xml: 23,113; java: 13,399; makefile: 37; cpp: 30; sh: 10
file content (74 lines) | stat: -rw-r--r-- 2,962 bytes parent folder | download | duplicates (2)
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: libjlatexmath-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends:
 debhelper (>= 11~),
 default-jdk,
 junit4,
 libbatik-java,
 libbuild-helper-maven-plugin-java (>= 3.0.0),
 libfop-java,
 libxmlgraphics-commons-java,
 maven-debian-helper (>= 2.1)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/java-team/libjlatexmath-java
Vcs-Git: https://salsa.debian.org/java-team/libjlatexmath-java.git
Homepage: https://github.com/opencollab/jlatexmath

Package: libjlatexmath-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: Implementation of LaTeX math mode wrote in Java
 JLaTeXmath 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.

# Package: libjlatexmath-java-doc
# Architecture: all
# Section: doc
# Depends: ${misc:Depends}
# Suggests: libjlatexmath
# Description: Implementation of LaTeX math mode wrote in Java
#  JLaTeXmath 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.
#  .
#  This package contains the Javadoc API documentation.

Package: libjlatexmath-fop-java
Architecture: all
Depends:
 fop,
 libjlatexmath-java,
 ${java:Depends},
 ${misc:Depends}
Suggests: libjlatexmath-java-doc
Description: Implementation of LaTeX math mode wrote in Java (fop plugin)
 JLaTeXmath 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.
 .
  This package contains the fop plugin.