DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T m

⟦b13122b62⟧ TextFile

    Length: 2751 (0xabf)
    Types: TextFile
    Names: »mctex-ug.tex«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/mctex/doc/mctex-ug.tex« 

TextFile

\documentstyle[11pt,fullpage,titlepage,twoside]{article}

\input{defs}

\newcommand\texx{{\tt texx}}
\newcommand\texsun{{\tt texsun}}
\newcommand\dvipr{{\tt dvipr}}
\newcommand\iptex{{\tt iptex}}
\newcommand\pstex{{\tt pstex}}
\newcommand\dvips{{\tt postscript}}
\newcommand\dviconcat{{\tt dviconcat}}
\newcommand\key[1]{\framebox{\sc #1}}

\title{\mctex\ User's Guide}
\author{
Chris Torek\\
Department of Computer Science\\
University of Maryland\\
College Park, MD 20742\\
{\tt chris@mimsy.umd.edu}\\
\and
Dirk Grunwald \\
Dept. of Computer Science\\
University of Illinois\\
{\tt grunwald@m.cs.uiuc.edu}
}
\date{30 November 1989}

\begin{document}
\maketitle

\begin{abstract}
This document describes the features, use and installation of
\mctex\footnote
{\mctex\ was once called C-\TeX,
but this name was deemed too confusing,
since it never contained a \TeX,
although the programs were all in C.},
the Maryland \Unix\footnote
{\Unix\ is a trademark of AT\&T Bell Laboratories.
imPRESS is a trademark of Imagen Corporation.
\ps\ is a trademark of Adobe Systems Inc.
SunView is a trademark of Sun Microsystems Inc.
X11 is not a trademark.}
\TeX\ collection of programs.
These include \dvi-to-device conversion programs (called `drivers') for
imPRESS printers,
\ps\ printers,
and Versatec electrostatic printer/plotter units;
\dvi\ previewers for
SunView
and for X11;
and the \dvi\ page selection program, \dviselect.

The exact authorship of the various programs is now rather murky,
but most of the code is by Dirk Grunwald and Chris Torek.
Steve Eichin of MIT contributed to the development of \texx.

\end{abstract}
%
\begin{titlepage}
\tableofcontents
\end{titlepage}

%
\section{Introduction}
This document is structured into several major sections.
All but the last are user's guides to the various pieces of \mctex,
and are the only sections of interest for most people.
The last section covers installation of the system,
and includes some details that users might find helpful
when something goes wrong.
A companion guide to the internals of the system is available
for those who wish to extend or modify \mctex.

\section{DVI Stuff}
\input{dvi}
\input{dviselect}
\input{dviconcat}

% -X and -Y arguments in driver tables
\newsavebox\xy
\savebox\xy{\vtop{\tt
\hbox{-X \it x-offset}%
\hbox{\strut%\rule{0pt}{\baselineskip}
-Y \it y-offset}}}

%\pagebreak[2]
\section{The Drivers}
\input{iptex}
\input{pstex}
\input{dvipr}

%\pagebreak[2]
\section{The Previewers}
\input{texx}

\newpage
\section{Installation Guide}
The rest of this guide can be ignored by casual users.
It pertains to installing, porting, and extending the software.
Installation of \mctex\ is usually done by a system
administrator.

\input{installation}

\end{document}