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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
|
ePiX -- README
Last Change: September 12, 2007
Please consult the following files as appropriate:
INSTALL -- Detailed installation instructions
NEWS -- Recent major changes (see ChangeLog for code changes)
README (this file) -- General overview and information
DESCRIPTION
ePiX (pronounced like "epic" with a soft "k", playing on "TeX"), a
collection of command line utilities for *nix, creates mathematically
accurate figures, plots, and movies using easy-to-learn syntax. The
output is expressly designed for use with LaTeX.
The user interface resembles that of LaTeX itself: You prepare a short
scene description in a text editor, then compile the input file into a
picture. LaTeX- and web-compatible output types include a LaTeX
picture-like environment written with PSTricks, tikz, or eepic macros;
vector images (eps, ps, and pdf); and bitmap images (png, mng, gif).
INSTALLATION
Please see the "INSTALL" file.
OVERVIEW
ePiX's command-line conversion utilities are
* epix: ePiX to eepic
* elaps: ePiX and eepic to eps or pdf
* laps: (La)TeX to PostScript
* flix: ePiX to png or mng
Each script prints a detailed help message when invoked with the
option "-h" (help)
DOCUMENTATION
ePiX documentation is installed in $(prefix)/share/doc/epix, by
default /usr/local/share/doc/epix.
The manual, a complete description of ePiX's features and use, is
installed as PostScript (for printing), hyperlinked PDF (for online
reading), GNU info (for reference within emacs), and as LaTeX sources.
DEVELOPER FILES
The header files are installed in $(pkgincludedir), by default
$(prefix)/include/epix.
INTERNET DOWNLOAD SITES
* http://math.holycross.edu/~ahwang/epix/ePiX.html
Links to currently available packages and documentation, general
information, sample images and animations, and summaries of the
latest developments.
* http://freshmeat.net/projects/epix
Announcements of recent releases, project stats, and links.
* http://www.ctan.org/tex-archive/graphics/epix/
Stable releases with synchronized documentation.
* http://savannah.nongnu.org/cgi-bin/viewcvs/epix/1.2
The very latest source code by CVS.
As with all free (GPL) software, the source code can be obtained on a
floppy disk from the author by post ("snail mail"), in this case from:
Andrew D. Hwang <rot 13 nujnat at zngupf dot ubylpebff dot rqh>
Dept. of Mathematics and Computer Science
College of the Holy Cross
Worcester, MA, 01610-2395, USA
PYEPIX
Though ePiX can be compiled and run using CygWin, Windows users may be
more interested in Andrew Sterian's Pyepix package, an implementation
of ePiX-1.0.4 in Python. Pyepix is available from
http://claymore.engineer.gvsu.edu/~steriana/Python/index.html
and requires Python 2.2 or newer.
MAILING LIST
There are two mailing lists, for users and for development issues.
Please visit
http://savannah.nongnu.org/mail/?group=epix
to subscribe.
COPYLEFT and DISTRIBUTION
ePiX and its documentation are distributed under the terms of the GNU
GPL. This program and its documentation come with ABSOLUTELY NO
WARRANTY OF ANY KIND, INCLUDING ANY WARRANTY OF MERCHANTABILITY OR
FITNESS FOR A PARTICULAR PURPOSE. This is the same guarantee granted
by all common software, including expensive, proprietary software
whose quality you have no way to verify directly, and whose license
you tacitly accept merely by opening the package.
Feedback about this program (suggestions for features, etc.) is
welcome. If you find this program useful, please consider making a
contribution to the Free Software Foundation; see
http://www.fsf.org
--- Contact Information ---
Andrew D. ("Andy") Hwang <rot 13 nujnat at zngupf dot ubylpebff dot rqh>
Dept. of Mathematics and Computer Science
College of the Holy Cross
Worcester, MA, 01610-2395, USA
|