home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / a / atav11.zip / README < prev    next >
Text File  |  1993-01-29  |  2KB  |  76 lines

  1. README:    The Atavachron for Pre-Prints  v1.1
  2. -------  
  3.  
  4. INDEX:
  5. ------
  6.  README                    this file
  7.  atavachron.el             elisp source for the Atavachron
  8.  atavachron.info           online info file for the Atavachron
  9.  atavachron.texi           texinfo source for the Atavachron docs
  10.  texinfo.tex               texinfo macro package
  11.  zcat.el                   elisp source for zcat (by Graham Gough)
  12.  
  13. INSTALL:
  14. --------
  15.  
  16. @ Compile Documentation:
  17.  
  18. If you have difficulty producing the documentation, you can
  19. download atavachron.ps.Z from the same directory in which you got
  20. atavachron.tar.Z (this package). The source code "atavachron.el" also
  21. has minimal documentation in its header.
  22.  
  23. 1. Put texinfo.tex in your TEXINPUTS path (or current directory) if
  24.    not it's already there.
  25. 2. Hardcopy--
  26.    * In Emacs, while viewing atavachron.texi:
  27.          (M-x) texinfo-tex-buffer
  28.          (M-x) texinfo-texindex
  29.          (M-x) texinfo-tex-buffer 
  30.          print atavachron.dvi by the usual route.
  31.  
  32.    * Alternatively, outside Emacs:
  33.          tex atavachron.texi, twice; print atavachron.dvi
  34.          or use texi2dvi if available.
  35.  
  36. 3. Info file--
  37.       Load the included atavachron.info into your Emacs info directory
  38.       and edit your "top" node listing. 
  39.  
  40.       To view the uninstalled atavachron info file from inside info,
  41.       type:
  42.          g (~/path/atavachron.info)
  43.       This will load the info file by hand. 
  44.  
  45.  
  46.  
  47. @ Read the Documentation...
  48.  
  49.  
  50.  
  51. @ Configure and Load:
  52.  
  53. 1. edit .emacs as per documentation (see Configuration section).
  54. 2. edit (or create) .netrc (see Batteries not Included).
  55. 3. edit (or create) .dvipsrc (see Batteries not Included).
  56.  
  57.  * Note: the example code segments for .emacs, etc. given in the doc
  58.    can be cut and pasted from the header of atavachron.el
  59.    Search for: "---.emacs", "---.netrc", and "---.dvipsrc"
  60.  
  61. 4. update TEXINPUTS environment variable if need be.
  62. 5. byte-compile the elisp source files and put them in your
  63.    Emacs lisp directory.
  64.    Note: With the new byte-compiler (and optimizer), certain
  65.          warnings about free variables are issued when byte-compiling.
  66.       You can ignore these, and the compiled .elc files
  67.      will work fine. Hopefully the source of these warnings
  68.      will be remedied in the next release.
  69. 6. restart Emacs. All Atavachron functions should be at your disposal.
  70.  
  71.  
  72. Should you meet difficulty, contact me at: hetrick@phys.uva.nl
  73.  
  74. Jim Hetrick
  75.  
  76.