home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / textprocess / armtex / readme < prev    next >
Text File  |  1999-04-27  |  9KB  |  257 lines

  1. ArmTeX 3.141 - Release 2.04        02/03/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. As well as the dvips Archives, you also need to take the PSFonts
  57. archive.
  58.  
  59. MakeIndex (optional)
  60. ~~~~~~~~~~~~~~~~~~~~
  61. Again ported by David Bryan, this is the useful MakeIndex utility,
  62. again with full source if required.
  63.  
  64. DaTeX (optional)
  65. ~~~~~~~~~~~~~~~~
  66.  
  67. This is a nice front end for TeX. For people that are scared
  68. of the command line.
  69.  
  70. SemTeX (optional)
  71. ~~~~~~~~~~~~~~~~~
  72.  
  73. This is another (nicer?) front end for TeX. Try both and see
  74. which one you like.
  75.  
  76. BibTeX (optional)
  77. ~~~~~~~~~~~~~~~~~
  78.  
  79. This is BibTeX ripped out of Graham Toals ArMaTuReS TeX
  80. distribution. It seems to work OK though thanks to the help
  81. of Alun Jones and Dick Alstein. Dick has also provided a nice
  82. little WIMP front end for BibTeX that fills the deficiency
  83. in DaTeX.
  84.  
  85. archepsf.sty
  86. ~~~~~~~~~~~~
  87.  
  88. This little piece of TeX hackery is used for including the output
  89. from Acorns Printer drivers (and Artworks EPS?) in TeX documents.
  90. Basically, it is the same as epsf.sty but with the minor mod
  91. that it will accept stuff normally found in the Header anywhere
  92. in the document. This makes up for the (atend) bits of postscript
  93. that conventional epsf.sty doesn't like.
  94.  
  95. What are TeX and LaTeX?
  96. ~~~~~~~~~~~~~~~~~~~~~~~
  97.  
  98. TeX is a professional typesetting program used especially for
  99. typesetting technical or mathematical material. Using plain
  100. TeX is a bit like trying to mow Wembley Stadium with nail
  101. clippers, so Leslie Lamport produced a set of macros for
  102. TeX, called LaTeX, that drastically reduce the work required
  103. to produce high quality documents.
  104.  
  105. TeX was designed by Knuth for him to write his (still
  106. unfinished) epic "The Art of Computer Programming" with, and
  107. has since been adopted by (amoung others) the American
  108. Mathematical Society. Many technical publications now only
  109. accept submissions in TeX or LaTeX format.
  110.  
  111. Many books on TeX and LaTeX are available - amoung the best
  112. are "The TeX book" and "The LaTeX book" by Knuth and Lamport
  113. respectively.
  114.  
  115. If you stil don't have a clue what I am going on about then
  116. don't worry - TeX is probably not for you.
  117.  
  118. How do TeX/LaTeX compare with (say) Impression?
  119. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  120.  
  121. There is no comparison - that's not to say that one is better
  122. than the other, just that they address totally different
  123. needs.
  124.  
  125. Impression (and similar programs) are WYSIWYG (What you see
  126. is what you get); you construct a page on the screen exactly
  127. as you would see it on the printed page. Creating attractive
  128. posters, pamphlets and even books is a relatively simpe task,
  129. but technical reports with many inline equations, diagrams
  130. and special characters can pose real problems.
  131.  
  132. TeX and LaTeX are different. You write a text file that
  133. contains both your text and formatting instructions, along
  134. with pointers to illustrations to include, and then submit
  135. this to TeX, which 'compiles' you an output file (known as
  136. a DVI file). Creating technical or mathematical reports is
  137. trivial with TeX as it structures and consistently lays out
  138. your document in a given style, but creating posters etc is
  139. much harder work.
  140.  
  141. Another big point in TeXs favour is its standardness - TeX
  142. implementations exist for a vast number of machines,
  143. particularly Unix systems, and so your document source code
  144. is trivially portable between many systems. Many people
  145. doing 'science' subjects at University will use TeX in
  146. one form or another.
  147.  
  148. So how do I use it?
  149. ~~~~~~~~~~~~~~~~~~~
  150.  
  151. First, using your favourite editor, you create a LaTeX or a
  152. TeX file, and save this onto disc. TeX and LaTeX files have
  153. type &2A7 and &2A8 respectively.
  154.  
  155. Next, just double click these and TeX/LaTeX should do its job.
  156. When they finish you should be left with a Log file that
  157. describes what went on during compilation, and a DVI output
  158. file.
  159.  
  160. To check the output, double click the DVI file and !DVIView
  161. should start up and display the DVI file.
  162.  
  163. To print, either take the DVI file to the nearest machine
  164. with a DVI printer routine on it, or save the pages out as
  165. Draw files from the previewer and print those.
  166.  
  167. Installation
  168. ~~~~~~~~~~~~
  169.  
  170. Be prepared - it takes a lot of space.
  171.  
  172. First you unpack DVIview, TeXBase1, TeXBase2, TeXFnts1,
  173. TeXFnts2, TeXFnts3, TeXFnts4 and TeXFnts5 into the same
  174. directory. This is a fairly minimal working setup.
  175.  
  176. Next, if you want DaTeX (and/or SemTeX), unpack that into the
  177. same directory.
  178.  
  179. Next, if you want LaTeX2e, unpack that into the same directory.
  180.  
  181. All this stuff I have tested, and it works as far as I can see.
  182.  
  183. If you want dvips, then unpack this into the same directory.
  184.  
  185. If you want lgrind, then unpack this into the same directory. I
  186. haven't tested this at all :-(
  187.  
  188. If you want BibTeX, then unpack this into the same directory. This
  189. is the ArMaTuReS BibTeX, but it seems to work OK now.
  190.  
  191. For the would be TeX hackers out there, you can also unpack TeXExtr1
  192. and TeXExtr2 to get some more intersting TeX binaries and other
  193. associated files.
  194.  
  195. For the really hardcore out there, the entire source for LaTeX2e
  196. can be found in L2eSrc1 and L2eSrc2.
  197.  
  198.  
  199. Changes from 2.01 -> 2.03
  200. ~~~~~~~~~~~~~~~~~~~~~~~~~
  201.  
  202. New DVIview (and TeXFonts upgrade).
  203. Included SemTeX in the distribution.
  204. Fixed names of Ulasy.fd and Ullasy.fd t avoid warnings in LaTeX2e.
  205.  
  206. Changes from 2.01 -> 2.02
  207. ~~~~~~~~~~~~~~~~~~~~~~~~~
  208.  
  209. Fixed problems with MFInputs$Path.
  210. Updated Run$Path rather than multiple aliases.
  211. Fix dvips to find binaries.
  212.  
  213. Changes from 2 -> 2.01
  214. ~~~~~~~~~~~~~~~~~~~~~~
  215.  
  216. Fixed problem with dvips assuming !TeX.Bin was in the Run$Path.
  217. Fixed problem with LaTeX 2.09/2e exec scripts unsetting BibTeX from path.
  218.  
  219. Credits:
  220. ~~~~~~~~
  221. (If I have missed anyone, then sorry - contact me, and I'll put you in)
  222.  
  223. Dick Alstein        (BibTeX/!BibTeX)    wsinda@win.tue.nl
  224. David Arnold        (DaTeX)            daa93@aber.ac.uk
  225. David Bryan        (!dvips/!MakeIndex)    djb1003@phx.cam.ac.uk
  226. Chris Holgate        (Fix for !dvips)    c.holgate@ic.ac.uk
  227. Paul Field        (!DVIview)        paulf@dcs.qmw.ac.uk
  228. Alun Jones         (BibTeX/archepsf.sty)
  229. Mark J Sinke        (Original Port)        marks@stack.urc.tue.nl
  230. Bryan Scattergood    (Making it all work!)    jbs@comlab.ox.ac.uk
  231. Chris Taylor        (Hinted fonts)
  232. Graham Toal        (BibTeX port)
  233.  
  234. (Both Alun Jones, and Chris Taylor are on email, but I don't have their
  235. addresses with me. If people want it, then mail me.)
  236. -------------------------------------------------------------------------
  237. Well, thats about all I can think of to say at present. Good
  238. luck. If you have any trouble with this, then feel free to
  239. write to me at:
  240.  
  241. Warm Silence Software,
  242. St Catherines College,
  243. Manor Road,
  244. Oxford, OX1 3UJ
  245.  
  246. or e-mail me at:
  247.  
  248. Robin.Watts@comlab.ox.ac.uk
  249.  
  250. I am by no means a TeXpert, but I will help if I can. (It
  251. should be stressed that this is NOT a Warm Silence Software
  252. product, so please don't blame us if it all goes wrong.)
  253.  
  254. Happy TeXing,
  255.  
  256.         Robin Watts
  257.