fix LaTeX breakage
[PyX/mjg.git] / www / index.pt
blob12821fae56328c18b13493abdfbe05bed14f2c14
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2             "http://www.w3.org/TR/html4/strict.dtd">
3 <html metal:use-macro="options/maintemplate/macros/page">
5 <div metal:fill-slot="body">
7 <h1>PyX - Python graphics package</h1>
9 <h2>Summary</h2>
11 <div class="image">
12   <img src="example.png" alt="3d plot example">
13   <br>
14   3d plot example
15 </div>
17 <p> PyX is a Python package for the creation of encapsulated PostScript
18 figures. It provides both an abstraction of PostScript and a TeX/LaTeX
19 interface. Complex tasks like 2d and 3d plots in publication-ready quality are built
20 out of these primitives. </p>
22 <h2>Features</h2>
23 <ul>
24   <li>PostScript output for device independent, free scalable figures</li>
25   <li>seamless TeX/LaTeX integration</li>
26   <li>full access to PostScript features like paths, linestyles, fill patterns, transformations, clipping, etc.</li>
27   <li>advanced geometric operations on paths like intersections, transformations, splitting, etc.</li>
28   <li>sophisticated graph generation: modular design, pluggable axes, axes partitioning based on rational number arithmetics, flexible graph styles, etc.</li>
29 </ul>
31 <h2>Status and Availability</h2>
33 <p> PyX is in constant development. Alpha releases are available
34 in the <a href="http://sourceforge.net/project/showfiles.php?group_id=45430">download
35 section</a> of the SourceForge project page. You may also join discussions on the PyX
36 <a href="http://sourceforge.net/mail/?group_id=45430">mailing lists</a>. </p>
38 <h2>News</h2>
40 <ul>
41   <li><b>2003-09-17</b> PyX 0.4.1 was released.</li>
42   <li><b>2003-08-22</b> PyX 0.4 was released.</li>
43   <li><b>2003-04-04</b> PyX 0.3.1 was released.</li>
44   <li><b>2003-03-31</b> PyX 0.3 was released.</li>
45   <li><b>2003-01-17</b> PyX 0.2 was released.</li>
46   <li><b>2002-10-07</b> The first public release, PyX 0.1, was uploaded to SourceForge.</li>
47 </ul>
50 <h2>Authors and License</h2>
52 <p> PyX is written by <a href="http://www.physik.uni-augsburg.de/~joergl/">J&ouml;rg Lehmann</a> and <a href="http://www.wobsta.de/">Andr&eacute; Wobst</a>.
53 PyX is free software licensed under the GNU GPL Version&nbsp;2. </p>
55 <!--#exec cmd="/home/groups/p/py/pyx/htdocs/access.sh"-->
57 </div>
59 </html>