summaryrefslogtreecommitdiff
path: root/dviware/beebe/doc/ibmpc208.ltx
blob: b52b1fc5b39c28746fbb9ec9236f88bd84ddbc42 (plain)
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
% -*-LaTeX-*-
% <BEEBE.TEX.DVI>IBMPC.LTX.1, 19-Aug-87 09:37:21, Edit by BEEBE

%------------------------------------------------------------------------
% EVERYTHING TO THE RIGHT OF A  %  IS A REMARK TO YOU AND IS IGNORED BY
% LaTeX.
%
% WARNING!  DO NOT TYPE ANY OF THE FOLLOWING 10 CHARACTERS AS NORMAL TEXT
% CHARACTERS:
%                &   $   #   %   _    {   }   ^   ~   \   
%
% The following seven are printed by typing a backslash in front of them:
%  \$  \&  \#  \%  \_  \{  and  \}.
%------------------------------------------------------------------------
\newcommand{\X}[1]{{#1}\index{{#1}}}
\documentstyle[11pt]{article}
\begin{document}
\pagestyle{empty}
\section*{\TeX{} DVI Driver Family---IBM PC Floppy Distribution}

With Release 2.08, the IBM PC floppy distribution overflowed the
6 floppy disks previously made with BACKUP and COPY, and it has
become necessary to reduce space by distributing compressed
source files in ARC format using the publicly-available ARC
utility.  A copy of ARC.EXE is included on the distribution.

The WC and LC subdirectories have been dropped from this
distribution, as they are no longer of interest.

The first three floppies are written with ARC and BACKUP.  To
restore them, do the following:

\begin{verbatim}
mkdir \DVI
mkdir \DVI\ARC
mkdir \DVI\DOC
:# The following will prompt for insertion of 
:# the 3 floppies in order
restore A: \DVI\ARC\*.*
:# restore the documentation directory
cd \DVI\DOC
\DVI\ARC\ARC x \DVI\ARC\DOC.ARC
:# restore the source directory
cd \DVI
\DVI\ARC\ARC x \DVI\ARC\DVI.ARC
DEL \DVI\ARC\*.ARC
\end{verbatim}

ARC has more capabilities than extraction; to see them, just run
the program with an empty command line.

Floppy \#4 contains DVIALW.EXE, DVIIMP.EXE, and DVIJEP.EXE, plus
XPORT.* for driving a serial printer with X-ON/X-OFF flow control
which MS-DOS does not support.

Floppy \#5 contains two versions of a Unix-like MAKE utility.
The top-level directory contains a version that works only on the
IBM PC; it is the one that I use to build the DVI family.  The
subdirectory PDMAKE contains a version that can be run on six
different operating systems; I use it on TOPS-20 and VAX VMS.

Use COPY to extract the files of interest from floppies \#4 and \#5.

\end{document}