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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>Distribution</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="manual.css">
</HEAD>
<BODY >
<div>
<B>Next:</B> <A HREF="general.html">How iTe works</A>
<B>Up:</B> <A HREF="manual.html">iTe</A>
<B>Previous:</B> <A HREF="installation.html">Installation</A>
</div>
<H1>Distribution</H1>
<H2>Copyright</H2>
<P>
<span class=ite>iTe</span> is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
<span class=ite>iTe</span> is distributed in the hope that it will be useful, but
</p>
<div style="padding:0.5cm">
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
the GNU General Public License for more details.
</div>
<p>
You should have received a copy of the GNU General Public
License along with this program; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307, USA.
</p>
<H2><a name="requirements">System Requirements</a></H2>
<p>
Because <span class=ite>iTe</span> is written in the four interpreted languages
<EM>Emacs-lisp</EM>, <EM>PostScript</EM>, T<SMALL>E</SMALL>X and <EM>Perl</EM>, it is platform independent.
All of the following required tools are preinstalled on many Unix systems, but are also available as binaries
for both Unix and MS-Windows:
</p>
<UL>
<LI>A T<SMALL>E</SMALL>X installation.
Go to <a href="http://www.ctan.org">CTAN</a> to get binaries and sources;
<LI><TT>Emacs</TT> or <TT>XEmacs</TT> version 19 and higher;
<LI><TT>dvips</TT>, the dvi to ps translator by <a href="http://www.radicaleye.com">www.radicaleye.com</a>.
This software normally comes with the T<SMALL>E</SMALL>X installation;
<LI><TT>gs</TT> aka <a href="http://www.ghostscript.com/">GhostScript</a>,
the postscript interpreter by Aladdin Enterprises;
<li>Perl. Go to <a href="http://www.cpan.org">CPAN</a> to get binaries and sources.
</UL>
<H2>Compatibility</H2>
<p>
<span class=ite>iTe</span> was successfully tested on the following platforms:
</p>
<table border="1" cellpadding="10" align="center">
<TR ALIGN="CENTER">
<th>Operating System</th>
<th>Editor</TD>
<th>dvips(k)</th>
<th>GhostScript</th>
<th>Perl</th>
</TR>
<TR ALIGN="CENTER">
<TD>Suse Linux 9.2</TD>
<TD>XEmacs 21.4<br/>
GNU Emacs 21.3.1
</TD>
<TD>5.92</TD>
<TD>7.07.1</TD>
<TD>5.8.5</TD>
</TR>
<TR ALIGN="CENTER">
<TD>MS Windows 98/XP</TD>
<TD>XEmacs 21.4</TD>
<TD>5.86</TD>
<TD>7.04</TD>
<TD>5.6 (IndigoPerl)</TD>
</TR>
</table>
<p>
Previous versions of <span class=ite>iTe</span> were successfully tested on <tt>mips-sgi-irix</tt> and <tt>sparc-sun-solaris</tt>.
</p>
<div id='TIMESTAMP' style='font-size:small'><hr/>Last modified by <A HREF='http://www.decatur.de/wolfgang'>Wolfgang Kühn</a> on Mar 27 2005</div>
</BODY>
</HTML>
|