home *** CD-ROM | disk | FTP | other *** search
/ ftp.cdrom.com/pub/cdrom/ / cdrom.tar / cdrom / cdroms / tex / readme2.txt < prev   
Text File  |  1995-06-21  |  9KB  |  218 lines

  1. ============================== README.TXT ================================
  2.  
  3. Welcome to the TeX CDROM (disc #2)!
  4.  
  5. This CDROM contains TeX, the professional typesetting system created by
  6. Professor Donald Knuth of Stanford University.  These CDROMs contain
  7. everything you need to install and use TeX and LaTeX.
  8.  
  9. ==========================================================================
  10.  
  11. Here is a list of some important files and directories of the disc.
  12.  
  13. view.exe         MSDOS File Browser/Uncompressor
  14. 00global.txt     Global index of both discs
  15.  
  16. docs/            Documentation regarding these discs
  17. docs/view.doc    Documentation regarding VIEW.EXE
  18.  
  19. ==========================================================================
  20.  
  21. This disc set contains a snapshot of the CTAN archive.  This snapshot was
  22. made in February and March 1995.
  23.  
  24. The installation of TeX, LaTeX, Metafont, and a DVI converter can be
  25. complicated.  Fortunately many popular systems already have binaries
  26. or patches available.  Look on disc 1 in the /systems subdirectory for a
  27. complete list.
  28.  
  29.  
  30. These text files contain installation instructions for the most popular
  31. operating systems:
  32.  
  33. Unix: Disc 1 /tex-k/unixtex.ftp
  34.  
  35. MSDOS: Disc 1 /systems/msdos/4alltex/INDEX
  36.  
  37. Macintosh: Disc 1 /systems/mac/oztex/Read-Me
  38.  
  39.  
  40. All of the material you need to start out with can be found on disc 1 - the
  41. Programs disc.  Some of the more advanced packages were moved to disc 2 -
  42. the User disc - for space reasons.  There is a lot more material here than
  43. most people will ever need, but if you need it - it's right here on these
  44. discs!
  45.  
  46. ==========================================================================
  47.  
  48. WHAT IS TeX?
  49.  
  50. TeX is one of the first real computer typesetting programs ever
  51. developed.  It was conceived of and developed by Prof. Donald E. Knuth
  52. of Stanford University.  TeX is not a WYSIWYG text formatter as is now
  53. common in programs such as Microsoft Word and WordPerfect.  With TeX
  54. instructions are embedded into an ASCII document file, which is then
  55. processed by TeX to produce a typeset document.  TeX is similar in
  56. concept to the *roff programs, if you are familiar with those.
  57.  
  58. TeX despite its primitive interface is incredibly powerful in its ability
  59. to format text and formulas - but like many powerful things, it is often
  60. difficult to use.  The answer to this difficulty is LaTeX by Leslie
  61. Lamport.  LaTeX adds the concept of logical mark-up to TeX.  LaTeX provides
  62. a system where you specify the type of document you are writing and it uses
  63. logical mark-up and its notion of the document style to produce the final
  64. output.  LaTeX's style sheets radically simplify TeX for most users.  And
  65. since LaTeX incorporates an open and flexible interface by which it can be
  66. extended, LaTeX maintains access to the power of TeX for advanced users.
  67. Most users today, will use LaTeX and extend it where necessary rather than
  68. use raw TeX.
  69.  
  70. Prof. Knuth developed TeX to be readily usable on many systems and freely
  71. available.  In order to satisfy these goals he developed Metafont, and DVI
  72. utilities.  At the time TeX was initially being developed, fonts were
  73. expensive and non-standard.  As a solution for this problem, Metafont was
  74. developed.  Metafont has two functions: as a design tool for fonts, and as
  75. the font renderer for TeX output.  The DVI utilities were developed to
  76. solve the problems of incompatible output systems.  Essentially DVI is an
  77. intermediate file output by the TeX program that describes the final output
  78. down to the finest detail.  The DVI utilities convert these files into
  79. something your printer can understand and use to produce a page that
  80. faithfully reproduces the DVI file - thus whether you have a 9-pin dot
  81. matrix printer or a 1200dpi typesetter, you get results that are as close
  82. as the differing printers can make.  Of course, the 1200dpi typesetter is
  83. going to produce much better quality output than the 9-pin printer could!
  84.  
  85. Over the years, many others have contributed add-on utilities (for document
  86. types like bibliographies, graphics, indexes, etc.) which make TeX and
  87. LaTeX even more useful.  You will find all these add-ons here on these
  88. discs.
  89.  
  90.  
  91. ACKNOWLEDGEMENTS:
  92.  
  93. Special thanks to Karl Berry for his distribution found on disc 1 in
  94. /tex-k, Dr. George Greenwade and the CTAN people for their work in
  95. maintaining the Comprehensive TeX Archive Network, Jack & Bob for their
  96. patience, and Corinna for her proofreading and moral support.
  97.  
  98.  
  99. FOR MORE INFO:
  100.  
  101. TeX:
  102. The definitive book of course is D. E. Knuths "The TeXbook" - hard to
  103. read but full of lots of useful info for all levels of users.  Another
  104. useful book is "TeX by Example" written by Arvind Borde.
  105.  
  106. LaTeX:
  107. Definitely Leslie Lamports "LaTeX: A Document Preparation System" and
  108. "The LaTeX Companion" by Michel Goossens, Frank Mittelbach, and
  109. Alexander Samarin.
  110.  
  111. Users Groups:
  112. The TeX Users Group (TUG)
  113. P.O. Box 869
  114. Santa Barbara, California 93102 USA
  115. Tel.: +1 (805) 963-1338
  116. Fax: +1 (805) 963-8358
  117. email: tug@tug.org
  118.  
  119. There are other groups listed on disc 2 in the directory /usergrps.
  120. Support these groups, really.  They are working to keep a free and
  121. useful piece of software free and useful.
  122.  
  123.  
  124. BASIC INSTRUCTIONS:
  125.  
  126. There are two discs in this set: disc 1 is the Programs disc and disc
  127. 2 is the User disc.  In general disc 1 contains the files you will
  128. need to install TeX, LaTeX, Metafont, and the necessary DVI drivers
  129. you need.
  130.  
  131. Unless you're using a Unix or Unix-like system, the best starting
  132. place is the /systems directory on disc 1.  If you find a subdirectory
  133. for your system, you're in luck - just follow the instructions in the
  134. subdirectory to install.  If you're using a Unix(-like) system or you
  135. can't find a subdirectory for your system, the best starting place is
  136. the /tex-k directory on disc 1.  This is Karl Berry's TeX distribution
  137. for Unix which contains everything needed for a basic installation.
  138.  
  139. Once you've gotten TeX installed, I strongly recommend that you read
  140. the books listed above.  You can also find some introductory material
  141. on disc 2 in the directory /docs.
  142.  
  143.  
  144. FINALLY:
  145.  
  146. Again, I strongly encourage you to join the TeX Users Group or your 
  147. local users group.  I also recommend that if you have access to Usenet 
  148. subscribe to the newsgroup comp.text.tex, which is also a good source 
  149. of information.  Buy Walnut Creek CDROM products - they're good 
  150. people.  If you have any comments or suggestions about the TeX disc 
  151. email me at dave@cdrom.com.  If you have comments for Walnut Creek CDROM 
  152. email them to info@cdrom.com.
  153.  
  154. Thanks again for buying this disc set!
  155.  
  156. Dave Cornejo
  157.  
  158. ==========================================================================
  159.  
  160. Disclaimer:
  161.  
  162. This CDROM comes with a full money back guarantee.  If you are
  163. dissatisfied for any reason, you can return it for a full refund.
  164. Walnut Creek CDROM makes no warranty about any file on this CDROM,
  165. including any written by Walnut Creek.  You, not Walnut Creek CDROM,
  166. assume all risk of using any of the files on this CDROM.  We reserve
  167. the right to limit any effort on our part to rectify problems with
  168. any file on this CDROM.
  169.  
  170. ==========================================================================
  171.  
  172. You also need to be aware that we cannot accept any responsibility,
  173. or liability in the event that using the software on this disk causes
  174. you grief, malfunction, data loss or thinning of the hair.  As with
  175. any new software, make sure that you back up your system regularly so
  176. that you can recover from unforeseen crashes.
  177.  
  178. Although we have made every attempt to examine every program on this
  179. disc, some non-shareware or public domain programs may have slipped
  180. by.  If you find such a program on this disc, please notify us
  181. immediately so we can rectify the situation.  Thanks.
  182.  
  183. ==========================================================================
  184.  
  185. All trademarks belong to their respective trademark holders.
  186. Third-Party applications/software/information are copyrighted by
  187. their respective owners.
  188.  
  189. ==========================================================================
  190.  
  191. This CDROM copyright (c) 1995 Walnut Creek CDROM.  All rights reserved.
  192.  
  193. ==========================================================================
  194.  
  195. This CDROM is unconditionally guaranteed.  If you are dissatisfied
  196. for any reason, simply return it with a short note and your contact
  197. information for a full refund.
  198.  
  199.         Walnut Creek CDROM
  200.         Suite 260
  201.         1547 Palos Verdes Mall
  202.         Walnut Creek CA  94596
  203.         USA
  204.  
  205.          1 800 786-9907 (Toll Free Sales) 
  206.          1 800 731-7177 (Toll Free Tech Support)
  207.         +1 510 674-0783 (Sales) 
  208.         +1 510 603-1234 (Tech Support)
  209.         +1 510 674-0821 FAX
  210.         Email: orders@cdrom.com (Orders)
  211.         Email: info@cdrom.com (Information)
  212.         Email: support@cdrom.com (Tech Support)
  213.         WWW:   http://www.cdrom.com/
  214.         FTP:   ftp.cdrom.com
  215.  
  216. =============================== README.TXT ==================================
  217.  
  218.