-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
65 lines (42 loc) · 1.87 KB
/
README
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
---------------------------
KLatexFormula - README file
---------------------------
KLatexFormula is an easy-to-use graphical application for generating
images (that you can drag and drop, copy and paste or save to disk) from
LaTeX equations.
DESCRIPTION
-----------
This application provides an easy-to-use graphical user interface
for generating images from LaTeX equations. These images can be
dragged and dropped or copied and pasted into external applications
(presentations, text documents, graphics...), or can be saved to
disk in a variety of formats (PNG, JPG, BMP, EPS, PDF, etc.). In
addition to the graphical user interface, a command-line interface
and a C++ library is provided to perform the same job.
INSTALLATION
------------
Installation instructions can be found at
http://klatexformula.sourceforge.net/doc/install
HELP & DOCUMENTATION
--------------------
Documentation can be found at
http://klatexformula.sourceforge.net/doc/
REPORTING BUGS AND PROVIDING FEEDBACK
-------------------------------------
Please report bugs and wishes at
https://sourceforge.net/p/klatexformula/bugs/
LEGAL INFORMATION
-----------------
KLatexFormula is licensed under the GPL license (version 2 or at your option any later
version), a copy of which is provided in the COPYING file.
* This source tarball contains fonts (Computer Modern Unicode Fonts in otf
format) provided by Andrey V. Panov. The original copyright notice is
provided in the file CMUFONTS_COPYRIGHT.
* This source tarball contains code from Qt/Trolltech:
- src/modeltest.h
- src/modeltest.cpp
The original copyright notice is included in the first lines of those files.
* This source tarball contains code from Qt/Nokia slightly modified by myself:
- src/klftools/qtcolortriangle.h
- src/klftools/qtcolortriangle.cpp
The original copyright notice is included in the first lines of those files.