summaryrefslogtreecommitdiff
path: root/graphics/fig2eng/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fig2eng/README')
-rw-r--r--graphics/fig2eng/README42
1 files changed, 42 insertions, 0 deletions
diff --git a/graphics/fig2eng/README b/graphics/fig2eng/README
new file mode 100644
index 0000000000..c478fde612
--- /dev/null
+++ b/graphics/fig2eng/README
@@ -0,0 +1,42 @@
+README for fig2eng 0.4, Mon 27 June 1994.
+-----------------------------------------
+Author: Geoffrey Tobin.
+Email: G.Tobin@ee.latrobe.edu.au
+Address: Department of Electronic Engineering,
+ La Trobe University,
+ Bundoora VIC 3083,
+ Australia.
+
+Purpose:
+
+fig2eng is a program for converting Fig 2.1 graphics language files
+into understandable English.
+
+
+Current version: 0.4 Mon 27 June 1994.
+
+
+Manifest: three (3) files:
+
+ 97 Jun 27 21:37 Makefile A make file for the "cc" C compiler.
+ 1008 Jun 27 22:47 README This introductory file.
+29636 Jun 27 21:29 fig2eng.c (Traditional and ANSI) C source for fig2eng.
+
+
+Usage:
+
+ fig2eng [infile] [... infile] [> outfile]
+
+If an "infile" is "-", then standard input is read.
+The English outfile goes to standard output.
+Messages, such as this, go to standard error.
+
+Typical use of fig2eng is:
+
+ fig2eng your.fig > your.eng
+
+
+Impressions and advice concerning fig2eng are welcome.
+
+Best wishes!
+Geoffrey Tobin