home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / inputs / latex / unpacked / lindner.txt < prev    next >
Encoding:
Text File  |  1995-06-21  |  5.1 KB  |  148 lines

  1.  
  2.         LaTeX installation instructions for Lindner-TeX (Atari)
  3.  
  4.                            1994 December 31
  5.  
  6. SUMMARY
  7. =======
  8.  
  9. This file contains instructions on how to install LaTeX for 
  10. Lindner-TeX.  Before reading this file, you should read 
  11. install.txt, which will explain how the LaTeX installation works.
  12.  
  13. This file describes:
  14.  
  15.  * How to save any old version of LaTeX.
  16.  
  17.  * How to configure LaTeX.
  18.  
  19.  * How to unpack the LaTeX distribution.
  20.  
  21.  * How to create the LaTeX format.
  22.  
  23.  * How to install the LaTeX files.
  24.  
  25.  * What to do if you have any problems.
  26.  
  27.  
  28. REQUIREMENTS
  29. ============
  30.  
  31. In addition to the LaTeX distribution files, you will also need the
  32. following:
  33.  
  34.  * the file `hyphen.tex', or some other hyphenation files (see `Creating
  35.    the LaTeX Format', below); we recommend to use the `babel' system by
  36.    Johannes Braams, which can be found probably where you got your copy
  37.    of LaTeX, e.g. the CTAN archive ftp-servers;
  38.  
  39.  * the font files (normally .tfm files) for the Computer Modern fonts,
  40.    including some non-standard ones (see `Fonts needed', below).
  41.  
  42.  
  43. SAVING ANY OLD VERSION OF LaTeX
  44. ===============================
  45.  
  46.    If you are currently using the old LaTeX version, 2.09, you may wish
  47.    to save it before installing the new version of LaTeX.
  48.  
  49.  
  50.    If you want to use the new LaTeX2e, which is also the new standard, instead 
  51.    of your old version, you can delete all files in your /texinput/stdinput 
  52.    directory, except for the two plain TeX format files named PLAIN.FMT and 
  53.    PLAING.FMT, which can usually be found in the directory /texinput/formats.
  54.    If you want to keep the old 2.09 version of LaTeX, move all the input files
  55.    to a directory named (e.g.) stdinput.209 and create a new directory 
  56.    stdinput.2e for the new files.
  57.  
  58.  
  59. CONFIGURING LATEX
  60. =================
  61.  
  62.    LaTeX2e uses more memory than the former versions. To use it, you need an
  63.    ATARI ST/TT/Falcon with at least 2Mb of RAM, so that you can use the BigTeX
  64.    version of Lindner-TeX. The files are available on the CTAN archive servers
  65.    in the directory tex/systems/atari/lindner-tex-packed-disks.
  66.    
  67.    No TEXSYS.CFG file is needed for the Lindner implementation of TeX. If you
  68.    want to configure your system, you should edit the TEXSETUP file with your
  69.    favourite ASCII editor. This file contents the main in-/output paths for
  70.    the system. CAUTION: Some paths are saved directly to the code of the
  71.    TEXSHELL.PRG. These can be edited from the shell only.
  72.  
  73.  
  74. UNPACKING THE DISTRIBUTION
  75. ==========================
  76.  
  77.    To unpack the distribution, run INITEX on the file unpack.ins. (If you can,
  78.    get the already unpacked distribution from CTAN, because the unpacking 
  79.    might take an awfully long time on an 8Mhz ST).  
  80.  
  81.  
  82. CREATING THE LaTeX FORMAT
  83. =========================
  84.  
  85.    To create the new LaTeX format, you have to run IniTeX on the file
  86.    latex.ltx. Make sure, that this file (and the hyphenation files) are in
  87.    a directory searched by TeX. To configure the hyphenation read the file
  88.    TEXPERT.TEX. A new LaTeX format named LATEX.BFM will be created and dumped
  89.    to the directory where your other formats already are (environment variable
  90.    DUMPPATH in the TEXSETUP file).
  91.  
  92.  
  93. PUTTING THE FILES WHERE LaTeX CAN READ THEM
  94. ===========================================
  95.  
  96.    We suggest the following configuration for your /stdinput.2e directory:
  97.      - create a new folder CLASSES and copy all *.CLS and *.CLO files into it;
  98.      - copy all *.STY files to a new folder PACKAGES;
  99.      - copy all *.FD and *.ENC files to a new folder FONTDEFS;
  100.      - copy all other files to a folder OTHERS.
  101.    
  102.    You might delete all *.DTX, *.INS and *.TXT files (after reading or 
  103.    processing them to get the documentations) in order to save disk space. Note 
  104.    that the *.DTX files can be processed by the new LaTeX version only. CAUTION: 
  105.    you should, of course, keep a backup copy of all these files somewhere so you 
  106.    can can reinstall them if necessary.
  107.  
  108.  
  109. GETTING A WORKING LaTeX
  110. =======================
  111.  
  112.    All you have to do now is writing the new paths to the TEXSETUP file so
  113.    that TeX can find the files when running.
  114.  
  115.  
  116. CHECKING THAT THE INSTALLATION WORKED
  117. =====================================
  118.  
  119.    To check the installation select LTXCHECK.LTX in the TeXShell and run the
  120.    new LaTeX on it. Make sure that you copy LTXCHECK.LTX to the document input
  121.    directory, usually /texinput/document, before you proceed it. It's going to
  122.    produce some `OK' messages, and perhaps some `BAD' warnings.
  123.  
  124.  
  125. PROBLEMS
  126. ========
  127.  
  128.    If any problems occur, check the LindnerTeX users guide. Note that you need
  129.    some special fonts to process the  XXXGUIDE.TEX files that come with the
  130.    LaTeX distribution. These fonts are available on CTAN also. If you use a
  131.    previewer like ASCREEN v3.2 or DVI v2.21 the missing fonts will be substi-
  132.    tuted and can be produced with METAFONT later.
  133.  
  134.    If you have any other problems with the LaTeX installation, see the 
  135.    `PROBLEMS' section in install.txt.
  136.  
  137.  
  138. CLEARING UP
  139. ===========
  140.  
  141.    See section `PUTTING FILES...' for details.
  142.  
  143.  
  144.  
  145.  
  146. --- Copyright 1994 Thomas Cloer and the LaTeX3 project ---
  147. ---                All rights reserved.                ---
  148.