; This is the command file used to create TeX Tops-20 distribution tapes. ; We start with some TOPS-20 mumbo-jumbo: define TeXtap: mta0: assign TeXtap: terminal length 0 dumper interchange (format) tape textap: density 6250 ; The first file on the tape is called `-READ-.ME'. Read it. ; The second file is the file you are presently reading. ; The other files tell about changes to the printed documentation. ssname Backround documentation save -read-.me ,- tops20.mic ,- Tops20.doc ,- TeX82.dif ,- TeX82.bug ,- story.tex ,- errata.one ,- errata.tex ,- history.txt ; Here are the executable images. ssname Executables save tangle.exe ,- weave.exe ,- pltotf.exe ,- tftopl.exe ,- dvityp.exe ,- TeX.exe ,- iniTeX.exe ,- virTeX.exe ,- LaTeX.exe ,- bibTeX.exe ,- TeX.pool ; TeX PLAIN stuff, and other \input files. ssname TeX Inputs save plain.TeX ,- hyphen.TeX ,- waits.TeX ,- sample.TeX ,- webmac.tex ,- basic.tex ,- nl.tex ,- nul.tex ,- null.tex ,- plain.* ; These are the TFM files for the new Computer Modern series ssname TFMs save AM*.TFM ,- dummy.tfm ,- manfnt.tfm ; [Above is all you need to actually run TeX] ; Next comes the WEB system. TANGLE.PAS is for boot-strapping, and can ; also be used to test your port of TANGLE. It includes the changes ; in TANGLE.CHANGES Similarly, POOLTYPE.TEX is used to test your port ; of WEAVE. WEBMAN is the better part of the WEB manual, and the stuff ; following it is Knuth's ``Literate Programming'' paper. ssname WEB system save tangle.web ,- tangle.pas ,- tangle.changes ,- weave.web ,- pooltype.TeX ,- webman.tex ,- web.tex ,- primes.web ,- primes.contents ,- primes.tex ; Now TeX and its friends: ssname Sources save pooltype.web ,- tftopl.web ,- pltotf.web ,- dvitype.web ,- TeX.web ,- TANGLE.Tops20-changes ,- WEAVE.Tops20-changes ,- PLtoTF.Tops20-changes ,- TFtoPL.Tops20-changes ,- DVItype.Tops20-changes ,- TeX.Tops20-changes ; The TRIP files are used to test out your port of TeX and friends. ; Binary mode is used for non-character files--each byte is translated into ; four characters representing the its decimal value (' 0' thru ' 255'). ; End-of-file is marked with a ' -1'. See UNDBE.PAS for an example of how ; to reconstitute binary mode (decimal-byte-expansion format) files. ssname Trip Test save tripman.TeX ,- trip.TeX ,- trip.pl ,- tripin.log ,- trip.log ,- trip.fot ,- tripos.TeX ,- trip.typ ,- trip.tfm ,- undbe.pas ; Also included is the source for The TeXBook. This material is copyrighted, ; and is intended to be used only to help you test your TeX port, and to ; provide examples of how to use TeX. In particular, YOU MAY NOT REPRODUCE ; THE TeX MANUAL IN ANY WAY. ssname TeX Manual save TeXman.TeX ,- manmac.TeX ; Here is the latest release of LaTeX. Comments to Leslie Lamport. ssname LaTeX save *.* ,- *.* ,- lasy*.tfm ,- circle*.tfm ,- line*.tfm ,- lplain.* ; Here is the first release of AmSTeX. Comments to Mike Spivak. ssname AmSTeX save *.* ; Here is the first release of HP-TeX. Comments to HP. ssname HP-TeX save *.* ; For the curious, here's more Stanford stuff. ssname Patgen and PROFILE save patgen.web ,- profile.web ; And what we have so far of the new Metafont ssname PRELIMINARY Metafont84 save *.* ; Here are some out-of-date change files for TENEX and TOPS-10 that may ; help someone. ssname TENEX and TOPS-10 change files (NOT CURRENT) save *.TENEX-changes ,- *.TOPS10-changes rewind exit