summaryrefslogtreecommitdiff
path: root/dviware/umddvi/doc/doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/umddvi/doc/doc.tex')
-rw-r--r--dviware/umddvi/doc/doc.tex82
1 files changed, 82 insertions, 0 deletions
diff --git a/dviware/umddvi/doc/doc.tex b/dviware/umddvi/doc/doc.tex
new file mode 100644
index 0000000000..eb6fb4ce2f
--- /dev/null
+++ b/dviware/umddvi/doc/doc.tex
@@ -0,0 +1,82 @@
+% doc.tex - documentation on the C-TeX distribution code
+
+% 11pt
+\magnification=\magstephalf
+
+% Some of the information herein is duplicated in other files
+
+% This file itself is woefully incomplete.
+
+\font\titlebf=cmssbx10 scaled \magstep2
+\font\titlerm=cmr10 scaled \magstep2
+\font\smalltitlerm=cmr10 scaled \magstep1
+\font\csc=cmcsc10
+\chardef\pipe=`| \chardef\hat="5E \chardef\bs='134 \chardef\tilde="7E
+
+\headline={\tenrm\hfil\ifnum\pageno>0 C-\TeX\hfil\llap{\folio}\fi}
+\footline={}
+
+\input section % sections
+\input box % fancy boxes
+\input dow % day of week
+\input verb % verbatim text
+
+\def\today{\ifcase\month\or January\or February\or March\or April\or
+May\or June\or July\or August\or September\or October\or November\or
+December\ \number\day, \number\year}
+
+\def\ctex{C-\TeX}
+
+\parskip=.5\baselineskip plus1pt
+\DoContents
+\pageno=0
+\null\vskip 3cm
+\centerline{\titlerm \ctex}
+\vskip 1.5cm
+\centerline{\smalltitlerm Chris Torek}
+\vskip 1cm
+\centerline{Department of Computer Science}
+\centerline{University of Maryland}
+\centerline{College Park, Maryland 20742}
+\vskip 1cm
+
+\line{Revision 0 as of \DayOfWeek, \today}
+
+{\narrower\narrower\vskip.5\baselineskip
+abstract here
+
+}
+
+\vfill\eject
+\pageno=1
+
+\section 1 {Introduction}
+\input intro
+
+\section 1 {User Guide}
+%\input uguide
+
+\esection 2 {DVI-to-Device Conversion Programs (`Drivers')}
+\input dvitodev
+
+\section 2 {DVI-to-DVI Conversion Programs}
+\input dvitodvi
+
+\section 1 {Administration}
+\esection 2 {Installation}
+\input install
+
+\section 2 {Updates}
+\input updates
+
+\section 1 {Writing \ctex\ Software}
+\esection 2 {The \ctex\ Library}
+\input library
+
+\section 2 {An Overview of the Imagen Driver}
+\input exdriver
+
+% \section 1 {anything else I may think of}
+
+\PrintTOC
+\bye