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

⟦e660d51ad⟧ TextFile

    Length: 4242 (0x1092)
    Types: TextFile
    Names: »main.all.latex«

Derivation

└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen
    └─⟦f36518b41⟧ »./worm/mit.tex.tar.z« 
        └─⟦87f8973c9⟧ 
            └─⟦this⟧ »main.all.latex« 

TextFile

\documentstyle[marg,myieeetitle,mysupertabular,timrom,twocolumn]{article}
%%%% 12pt, punted then put back. 10pt is hard to read.
%%%%
%%%% The Internet Virus of November 3, 1988
%%%% Mark W. Eichin, MIT Project Athena
%%%% 
%%%% $Header: main.all.latex,v 1.3 89/02/09 21:34:01 jon Locked $
%%%% $Log:	main.all.latex,v $
%%%% Revision 1.3  89/02/09  21:34:01  jon
%%%% fix the comment
%%%% 
%%%% Revision 1.2  89/02/09  21:14:27  jon
%%%% final version
%%%%
%%%% Revision 1.22  89/02/09  00:02:43  jon
%%%% this finally gets the margins right!
%%%% 
%%%% Revision 1.21  89/02/08  23:27:35  jon
%%%% yet another attempt at a doing the margins correctly
%%%% 
%%%% Revision 1.18  89/02/07  18:39:50  jon
%%%% move pagestyle command earlier and add newpage before appiendix
%%%% 
%%%% Revision 1.17  89/01/28  23:56:51  jon
%%%% better margins and no page numbers for IEEE
%%%% 
%%%% Revision 1.16  89/01/28  22:41:31  jon
%%%% fix delimeter problem
%%%% 
%%%% Revision 1.15  89/01/28  22:28:03  jon
%%%% conditionalize based on IEEE
%%%% 
%%%% Revision 1.14  89/01/27  22:32:44  jon
%%%% to to set proper dimensions for the IEEE
%%%% 
%%%% Revision 1.13  89/01/20  18:35:23  jon
%%%% change to article, play with titlepage, change order of sections
%%%% 
%%%% Revision 1.12  88/12/10  18:50:00  jon
%%%% add \variable command and change a bunc of the \it to \tt's
%%%% 
%%%% Revision 1.11  88/11/29  03:56:15  jon
%%%% *** empty log message ***
%%%% 
%%%% Revision 1.10  88/11/28  22:40:08  jon
%%%% *** empty log message ***
%%%% 
%%%% Revision 1.9  88/11/22  16:06:54  eichin
%%%% Bibliography constructed.
%%%% 
%%%% Revision 1.8  88/11/22  11:46:41  eichin
%%%% finished my changes. toc is singlespaced, abstract is on titlepage.
%%%% 
%%%% Revision 1.7  88/11/21  19:36:38  jon
%%%% switch ack and intro order
%%%% 
%%%% Revision 1.6  88/11/21  00:35:10  jon
%%%% new title
%%%% 
%%%% Revision 1.5  88/11/20  02:30:09  jon
%%%% split into several files
%%%% 
%%%% Revision 1.4  88/11/17  20:16:10  eichin
%%%% added Bostic's list of Berkeley people, sections on actual infection,
%%%% and detail on other things; moved credits to a last chapter.
%%%% 
%%%% Revision 1.3  88/11/15  02:50:23  eichin
%%%% cleanup after Bill's comments and other SIPB office comments; added
%%%% real introduction and list of important points
%%%% 
%%%% Revision 1.2  88/11/14  09:44:06  eichin
%%%% draft 2 version, for comments before sending to Postel...
%%%% 
%%%% Revision 1.1  88/11/10  08:36:11  eichin
%%%% Initial revision
%%%%
%%%% 

%%%% \margins{-.5in}{7in}{-.75in}{9in}
%%%% These were the draft margins; we want ``normal'' ones for real...

%% for dvidoc 
%%\input{docmac}
\begin{document}
\bibliographystyle{ieeetr}

\def\ifieee{\iffalse}
\def\ifnotieee{\iftrue}

%% \parskip 2ex
%% 8 7/8 in top to bottom, 3 1/4 columns, 1/4 alley
%%\margins{0in}{6.75in}{-.3125in}{8.875in}
\margins{-.125in}{6.75in}{-.33in}{8.875in}
\setlength{\columnsep}{.25in}

\title{With Microscope and Tweezers:\\ An Analysis of the Internet Virus of
November 1988
\ifnotieee
\thanks{Copyright \copyright\ 1988 Massachusetts Institute of Technology.
A version of this paper will be presented at the 1989 IEEE Symposium on Research in Security and Privacy.}
\fi
}
\author{Mark W. Eichin and Jon A. Rochlis\\
\\
Massachusetts Institute of Technology\\
77 Massachusetts Avenue, E40-311\\
Cambridge, MA 02139}

\maketitle

\ifieee
\pagestyle{empty}
\fi

\setcounter{tocdepth}{1} %%%% no subsections in toc

\newcommand{\host}[1]{{\it #1}}
\newcommand{\filename}[1]{{\tt #1}}
\newcommand{\prog}[1]{{\tt #1}}
\newcommand{\command}[1]{{\tt #1}}
\newcommand{\maillist}[1]{{\it #1}}
\newcommand{\userid}[1]{{\tt #1}}
\newcommand{\logmsg}[1]{{\tt #1}}
\newcommand{\variable}[1]{{\tt #1}}
\newcommand{\subroutine}[1]{{\it #1}}

\newenvironment{items}{\begin{list}{$\bullet$}%
{\setlength{\itemsep}{0pt}%
\setlength{\topsep}{0pt}%
\setlength{\parsep}{0pt}%
}}%
{\end{list}}

\input{abstract.latex}
\input{intro.latex}

\input{strategies.latex}
\ifnotieee
\input{chronology.latex}
\fi
\input{conclusion.latex}
\input{ack.latex}

\clearpage
\appendix
\input{program.latex}
\input{dict.latex}
\ifnotieee
\input{people.latex}
\fi
\bibliography{virus}

%%\tableofcontents

\end{document}