home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / tex / readme_txt < prev    next >
Text File  |  1995-02-23  |  9KB  |  249 lines

  1. ArmTeX 3.141 - Release 2.03        20/02/95
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. These directories contain a pre-installed and setup version
  5. of ArmTex 3.141, with LaTeX 2.09, 2e and all the trimmings. It
  6. is hoped that by supplying these files in this easy to install
  7. form many first time users of TeX and LaTeX will succeed in
  8. getting started.
  9.  
  10. Where did the files come from?
  11. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12.  
  13. The files were pulled back from the University of Stuttgart ftp
  14. server, and manually unpacked. I then discovered to my horror
  15. that not only were there minimal setup instructions, the script
  16. they suggested using was broken. They also required David
  17. Pillings excellent 'SparkFS' software to be loaded whilst
  18. running the software.
  19.  
  20. Fortunately Bryan Scattergood stepped in and spent a merry
  21. evening manually rearranging the distribution into the workable
  22. state you have now. He therefore deserves the bulk of the
  23. credit for this release.
  24.  
  25. LaTeX2e (optional)
  26. ~~~~~~~~~~~~~~~~~~
  27.  
  28. A new version of LaTeX, LaTeX2e was recently released, and this
  29. is (to my knowledge) the first release of it for the Arc. It
  30. provides (apparently) lots of new features and has a backwards
  31. compatibility mode. I had to recompile initex and virtex to
  32. increase the pool size to make this work with LaTeX2e. I had some
  33. trouble doing this, and I can give no guarantees that it won't
  34. all fall over horribly when you try and do something I have
  35. missed - it does however pass all the tests I have run on it.
  36.  
  37. While we can make no guarantees that the setup as given is the
  38. best TeX setup possible on the Arc, it does seem to work fairly
  39. reliably for us. Hopefully it will be of some use to others too.
  40. If you do find any problems with it, then please get in touch
  41. (especially if you know how to solve them >8*) ).
  42.  
  43. Some early releases of this distribution had problems with
  44. LaTeX2e running out of space. I have now increased the memory
  45. available, and juggled some of the variables, so hopefully
  46. everything should now work. (Yeah right!)
  47.  
  48. DVIPS (optional)
  49. ~~~~~~~~~~~~~~~~
  50.  
  51. Included in this release is a new port of dvips 5.55, supplied
  52. with source if required. This was ported by David Bryan, who's
  53. full address can be found in the !dvips.!ReadMe file, and is
  54. designed especially to work with ArmTeX.
  55.  
  56. DaTeX (optional)
  57. ~~~~~~~~~~~~~~~~
  58.  
  59. This is a nice front end for TeX. For people that are scared
  60. of the command line.
  61.  
  62. SemTeX (optional)
  63. ~~~~~~~~~~~~~~~~~
  64.  
  65. This is another (nicer?) front end for TeX. Try both and see
  66. which one you like.
  67.  
  68. BibTeX (optional)
  69. ~~~~~~~~~~~~~~~~~
  70.  
  71. This is BibTeX ripped out of Graham Toals ArMaTuReS TeX
  72. distribution. It seems to work OK though thanks to the help
  73. of Alun Jones and Dick Alstein. Dick has also provided a nice
  74. little WIMP front end for BibTeX that fills the deficiency
  75. in DaTeX.
  76.  
  77. archepsf.sty
  78. ~~~~~~~~~~~~
  79.  
  80. This little piece of TeX hackery is used for including the output
  81. from Acorns Printer drivers (and Artworks EPS?) in TeX documents.
  82. Basically, it is the same as epsf.sty but with the minor mod
  83. that it will accept stuff normally found in the Header anywhere
  84. in the document. This makes up for the (atend) bits of postscript
  85. that conventional epsf.sty doesn't like.
  86.  
  87. What are TeX and LaTeX?
  88. ~~~~~~~~~~~~~~~~~~~~~~~
  89.  
  90. TeX is a professional typesetting program used especially for
  91. typesetting technical or mathematical material. Using plain
  92. TeX is a bit like trying to mow Wembley Stadium with nail
  93. clippers, so Leslie Lamport produced a set of macros for
  94. TeX, called LaTeX, that drastically reduce the work required
  95. to produce high quality documents.
  96.  
  97. TeX was designed by Knuth for him to write his (still
  98. unfinished) epic "The Art of Computer Programming" with, and
  99. has since been adopted by (amoung others) the American
  100. Mathematical Society. Many technical publications now only
  101. accept submissions in TeX or LaTeX format.
  102.  
  103. Many books on TeX and LaTeX are available - amoung the best
  104. are "The TeX book" and "The LaTeX book" by Knuth and Lamport
  105. respectively.
  106.  
  107. If you stil don't have a clue what I am going on about then
  108. don't worry - TeX is probably not for you.
  109.  
  110. How do TeX/LaTeX compare with (say) Impression?
  111. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112.  
  113. There is no comparison - that's not to say that one is better
  114. than the other, just that they address totally different
  115. needs.
  116.  
  117. Impression (and similar programs) are WYSIWYG (What you see
  118. is what you get); you construct a page on the screen exactly
  119. as you would see it on the printed page. Creating attractive
  120. posters, pamphlets and even books is a relatively simpe task,
  121. but technical reports with many inline equations, diagrams
  122. and special characters can pose real problems.
  123.  
  124. TeX and LaTeX are different. You write a text file that
  125. contains both your text and formatting instructions, along
  126. with pointers to illustrations to include, and then submit
  127. this to TeX, which 'compiles' you an output file (known as
  128. a DVI file). Creating technical or mathematical reports is
  129. trivial with TeX as it structures and consistently lays out
  130. your document in a given style, but creating posters etc is
  131. much harder work.
  132.  
  133. Another big point in TeXs favour is its standardness - TeX
  134. implementations exist for a vast number of machines,
  135. particularly Unix systems, and so your document source code
  136. is trivially portable between many systems. Many people
  137. doing 'science' subjects at University will use TeX in
  138. one form or another.
  139.  
  140. So how do I use it?
  141. ~~~~~~~~~~~~~~~~~~~
  142.  
  143. First, using your favourite editor, you create a LaTeX or a
  144. TeX file, and save this onto disc. TeX and LaTeX files have
  145. type &2A7 and &2A8 respectively.
  146.  
  147. Next, just double click these and TeX/LaTeX should do its job.
  148. When they finish you should be left with a Log file that
  149. describes what went on during compilation, and a DVI output
  150. file.
  151.  
  152. To check the output, double click the DVI file and !DVIView
  153. should start up and display the DVI file.
  154.  
  155. To print, either take the DVI file to the nearest machine
  156. with a DVI printer routine on it, or save the pages out as
  157. Draw files from the previewer and print those.
  158.  
  159. Installation
  160. ~~~~~~~~~~~~
  161.  
  162. Be prepared - it takes a lot of space.
  163.  
  164. First you unpack DVIview, TeXBase1, TeXBase2, TeXFnts1,
  165. TeXFnts2, TeXFnts3, TeXFnts4 and TeXFnts5 into the same
  166. directory. This is a fairly minimal working setup.
  167.  
  168. Next, if you want DaTeX (and/or SemTeX), unpack that into the
  169. same directory.
  170.  
  171. Next, if you want LaTeX2e, unpack that into the same directory.
  172.  
  173. All this stuff I have tested, and it works as far as I can see.
  174.  
  175. If you want dvips, then unpack this into the same directory.
  176.  
  177. If you want lgrind, then unpack this into the same directory. I
  178. haven't tested this at all :-(
  179.  
  180. If you want BibTeX, then unpack this into the same directory. This
  181. is the ArMaTuReS BibTeX, but it seems to work OK now.
  182.  
  183. For the would be TeX hackers out there, you can also unpack TeXExtr1
  184. and TeXExtr2 to get some more intersting TeX binaries and other
  185. associated files.
  186.  
  187. For the really hardcore out there, the entire source for LaTeX2e
  188. can be found in L2eSrc1 and L2eSrc2.
  189.  
  190.  
  191. Changes from 2.01 -> 2.03
  192. ~~~~~~~~~~~~~~~~~~~~~~~~~
  193.  
  194. New DVIview (and TeXFonts upgrade).
  195. Included SemTeX in the distribution.
  196. Fixed names of Ulasy.fd and Ullasy.fd t avoid warnings in LaTeX2e.
  197.  
  198. Changes from 2.01 -> 2.02
  199. ~~~~~~~~~~~~~~~~~~~~~~~~~
  200.  
  201. Fixed problems with MFInputs$Path.
  202. Updated Run$Path rather than multiple aliases.
  203. Fix dvips to find binaries.
  204.  
  205. Changes from 2 -> 2.01
  206. ~~~~~~~~~~~~~~~~~~~~~~
  207.  
  208. Fixed problem with dvips assuming !TeX.Bin was in the Run$Path.
  209. Fixed problem with LaTeX 2.09/2e exec scripts unsetting BibTeX from path.
  210.  
  211. Credits:
  212. ~~~~~~~~
  213. (If I have missed anyone, then sorry - contact me, and I'll put you in)
  214.  
  215. Dick Alstein        (BibTeX/!BibTeX)    wsinda@win.tue.nl
  216. David Arnold        (DaTeX)            daa93@aber.ac.uk
  217. David Bryan        (!dvips)        djb1003@phx.cam.ac.uk
  218. Chris Holgate        (Fix for !dvips)    c.holgate@ic.ac.uk
  219. Paul Field        (!DVIview)        paulf@dcs.qmw.ac.uk
  220. Alun Jones         (BibTeX/archepsf.sty)
  221. Mark J Sinke        (Original Port)        marks@stack.urc.tue.nl
  222. Bryan Scattergood    (Making it all work!)    jbs@comlab.ox.ac.uk
  223. Chris Taylor        (Hinted fonts)
  224. Graham Toal        (BibTeX port)
  225.  
  226. (Both Alun Jones, and Chris Taylor are on email, but I don't have their
  227. addresses with me.