-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorg.texmacs.TeXmacs.appdata.xml
69 lines (61 loc) · 2.25 KB
/
org.texmacs.TeXmacs.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2012-2024 texmacs.org -->
<component type="desktop">
<id>org.texmacs.TeXmacs</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<name>TeXmacs</name>
<summary>Scientific Document Editor</summary>
<developer id="org.texmacs">
<name>TeXmacs Team</name>
</developer>
<description>
<p>
TeXmacs is a free scientific editing platform designed
to create beautiful technical documents using LaTeX in
the background. It provides a unified and user friendly
framework for editing structured documents with different
types of content: text, mathematics, graphics, interactive
content, slides, etc.
</p>
<p>
This package contains:
TeXLive, Gnuplot, SymPy, Graphviz and Eukleides.
</p>
<p>
To install python packages inside the sandbox run:
1) flatpak run --command=sh org.texmacs.TeXmacs
2) pip install --user package
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://www.texmacs.org/tmweb/images/collage-full.png</image>
<caption>Welcome to TeXmacs!</caption>
</screenshot>
<screenshot>
<image>https://www.texmacs.org/tmweb/images/texmacs-micro-typography.png</image>
</screenshot>
<screenshot>
<image>https://www.texmacs.org/tmweb/images/texmacs-latex-import.png</image>
<caption>Importing from LaTeX</caption>
</screenshot>
</screenshots>
<categories>
<category>Science</category>
<category>Education</category>
</categories>
<url type="homepage">https://www.texmacs.org</url>
<url type="help">http://forum.texmacs.cn/</url>
<launchable type="desktop-id">texmacs.desktop</launchable>
<provides>
<binary>texmacs</binary>
</provides>
<translation type="gettext">TeXmacs</translation>
<content_rating type="oars-1.1">
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="2.1.4" date="2024-06-02"></release>
</releases>
</component>