"Fossies" - the Fresh Open Source Software Archive 
Member "fig2ps-1.5/README" (31 Dec 2008, 1852 Bytes) of package /linux/privat/old/fig2ps-1.5.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 This is the README file from the fig2ps program. Up-to-date informations
2 about fig2ps can be found at http://sourceforge.net/projects/fig2ps
3
4 AUTHOR
5
6 Vincent Fourmond, from an original idea of Seb Desreux
7
8 COPYRIGHT INFORMATION
9
10 fig2ps is Copyright 2004-2006, 2008 by Vincent Fourmond
11
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by the
14 Free Software Foundation; either version 2 of the License, or (at your
15 option) any later version.
16
17 This program is distributed in the hope that it will be useful, but
18 WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 General Public License for more details (included in the GPL.txt file).
21
22 If you do not have a copy of the GNU General Public license, write to
23 the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24 MA 02111-1307 USA
25
26 INSTALLATION
27
28 On most systems, running
29
30 > make install
31
32 from this directory should do the job. You will need root privileges
33 for that. For an installation in your home directory (into $HOME/bin),
34 run
35
36 > make install-home
37
38 This perl script won't work unless you have perl >= 5.8 installed,
39 latex (including dvips), ghostscript and transfig. To make full use
40 of the script, it would be wise also to have gv and a full tetex or
41 texlive distribution.
42
43 Of course, there
44
45 TESTS AND EXAMPLES
46
47 The examples/ subdirectory contains a few examples. Look at the .fig
48 files and compare that with the result given by running
49
50 > fig2ps examples/*.fig
51
52 You can also try out various command-line options.
53
54 BUGS AND FEATURE REQUESTS
55
56 To report any bug, or request any feature, please use the trackers
57 provided at the Sourceforge project page:
58
59 http://sourceforge.net/tracker/?group_id=125824
60
61