File: control

package info (click to toggle)
klatexformula 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 21,916 kB
  • sloc: cpp: 42,925; xml: 1,636; python: 829; perl: 108; sh: 96; makefile: 18; lisp: 6
file content (79 lines) | stat: -rw-r--r-- 3,339 bytes parent folder | download | duplicates (3)
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
75
76
77
78
79
Source: klatexformula
Section: tex
Priority: optional
Maintainer: Tobias Winchen <tobias@winchen.de>
Build-Depends: cmake,
               debhelper (>= 13),
							 debhelper-compat (= 13),
               help2man,
               jdupes,
               libqt5svg5-dev,
               libqt5x11extras5-dev,
               qtbase5-dev,
               qtbase5-dev-tools,
               qttools5-dev
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 4.5.0
Vcs-Git: https://github.com/TobiasWinchen/klatexformula_debian.git
Vcs-Browser: https://github.com/TobiasWinchen/klatexformula_debian
Homepage: https://klatexformula.sourceforge.io/

Package: klatexformula
Architecture: any
Depends: texlive-latex-base, libqt5sql5-sqlite, ${misc:Depends}, ${shlibs:Depends}
Recommends: python3
Description: GUI to easily get an image from a LaTeX formula or equation
 With klatexformula, just enter a formula and click "Evaluate" to get an image
 of a LaTeX formula. You can drag&drop, copy or save the resulting image
 directly from the GUI, which makes klatexformula a very convenient tool for
 presentations. Klatexformula also provides also tools for equation prototyping
 in LaTeX and a user-library of used equations.

Package: libklatexformula4
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Runtime libraries for klatexformula
 With Klatexformula, just enter a formula and click "Evaluate" to get an image
 of a LaTeX formula. You can drag&drop, copy or save the resulting image
 directly from the GUI, which makes klatexformula a very convenient tool for
 presentations. Klatexformula also provides also tools for equation prototyping
 in LaTeX and a user-library of used equations.
 .
 This package provides the libraries klatexformula is based on.

Package: libklatexformula4-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libklatexformula4 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: libklatexformula3-dev
Replaces: libklatexformula3-dev
Suggests: libklatexformula4-doc
Description: Runtime libraries for klatexformula, development files
 With Klatexformula, just enter a formula and click "Evaluate" to get an image
 of a LaTeX formula. You can drag&drop, copy or save the resulting image
 directly from the GUI, which makes klatexformula a very convenient tool for
 presentations. Klatexformula also provides also tools for equation prototyping
 in LaTeX and a user-library of used equations.
 .
 This package contains the header files for klatexformula libraries, and a Qt
 Designer plugin to help developers use the provided user interface elements.

Package: libklatexformula4-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Runtime libraries for klatexformula, API documentation
 With Klatexformula, just enter a formula and click "Evaluate" to get an image
 of a LaTeX formula. You can drag&drop, copy or save the resulting image
 directly from the GUI, which makes klatexformula a very convenient tool for
 presentations. Klatexformula also provides also tools for equation prototyping
 in LaTeX and a user-library of used equations.
 .
 This package contains API documentation for developers who wish to use the
 klatexformula libraries klftools and klfbackend.