summaryrefslogtreecommitdiff
path: root/dviware/textool/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/textool/README
Initial commit
Diffstat (limited to 'dviware/textool/README')
-rw-r--r--dviware/textool/README48
1 files changed, 48 insertions, 0 deletions
diff --git a/dviware/textool/README b/dviware/textool/README
new file mode 100644
index 0000000000..10faa2d059
--- /dev/null
+++ b/dviware/textool/README
@@ -0,0 +1,48 @@
+This is a TeX previewer for SunView. It works under V3.2 of Sun unix,
+and under V3.0 with KEYBOARDSCROLL undefined in defs.h. It has not been
+tested with any other versions or on any hardware other than my 3/160M.
+
+The following files should be here:
+ README what you are reading
+ Problems various things that went wrong
+ Makefile the obvious thing
+ defs.h various #defines used everywhere
+ globals.h global variable and structure definitions
+ commands.h DVI format command defs
+ sunstuff.c The SunView parts of it
+ dvistuff.c The DVI file specific bits
+ pkstuff.c Routines for pk format fonts
+ pxlstuff.c Routines for pxl format fonts
+ textool.l a man page
+ textool.icon The icon file
+
+It has a fairly long history, see the note at the start of dvistuff.c
+and the authors bit of the man page. This version opens its own window,
+complete with scrollbars, menus etc. and does not use its parent window
+for anything except debugging output.
+
+It can be compiled to use either pxl or pk format font files.
+
+Note that it was edited with tabs set to 4 rather than 8 spaces.
+
+Installation:
+
+Check the Makefile for paths etc. and for which of pkstuff.o or pxlstuff.o
+you want included.
+
+Check defs.h, mainly for font file paths and MAXOPEN.
+
+Check the note in the Problems file about frame_default_done_proc() and
+edit your <suntool/frame.h> if necessary.
+
+Make and then make install.
+
+Please send comments, bugs etc. to:
+
+ peter@memex.co.uk
+ peter@memex.uucp
+
+Peter Ilieve
+Memex Information Engines Ltd.
+East Kilbride
+Scotland