@@ -15,7 +15,6 @@ new version is purely implemented in Python, gets rid of the Ghostscript
15
15
dependency and additionally offers the GladTeX functionality in a Python module
16
16
called gleetex. to be embedded in other applications.
17
17
18
-
19
18
License
20
19
-------
21
20
@@ -33,7 +32,7 @@ Credits go to
33
32
34
33
35
34
36
- About the rewritten (new ) version:
35
+ About the rewritten (current ) version:
37
36
38
37
- (c) 2015-2016 Sebastian Humenda
39
38
- credits go to Martin G. Gulbrandsen who had the idea in the first place
@@ -53,22 +52,26 @@ easy as
53
52
54
53
# apt-get install gladtex
55
54
55
+ ### Windows
56
+
57
+ If you want to use the program without the Python library, you should download a
58
+ pre-compiled binary from < https://github.com/humenda/GladTeX/releases > .
59
+
60
+ Just unzip the archive and move the files to a directory within ` %PATH% ` .
61
+
62
+
56
63
### From Source
57
64
58
65
The following is required for installing GladTeX:
59
66
60
- - Python >= 3.5
67
+ - Python >= 3.4
61
68
- LaTeX (2e), dvipng
62
69
- the LaTeX package preview.sty
63
70
64
- On Debian systems the following commands will satisfy the dependencies:
71
+ On Debian/Ubuntu systems the following commands will satisfy the dependencies:
65
72
66
- # apt-get install python3.4 texlive-latex-base preview-latex-style dvipng
73
+ # apt-get install python3-all texlive-fonts-recommended texlive- latex-recommended preview-latex-style dvipng
67
74
68
- If you plan to use lualatex, use:
69
-
70
- sudo apt-get install texlive-maths-extra texlive-luatex texlive-xetex texlive-fonts-extra
71
-
72
75
The package can then be installed using
73
76
74
77
# python3 setup.py install
0 commit comments