home *** CD-ROM | disk | FTP | other *** search
/ Dream 46 / Amiga_Dream_46.iso / os2 / Latex / changes.eng < prev    next >
Text File  |  1997-11-13  |  7KB  |  208 lines

  1. ==============================================================================
  2. CHANGES.ENG (emTeX DISTRIBUTION)                                   19-Sep-1995
  3. ==============================================================================
  4.  
  5. This document describes the most important changes to the emTeX
  6. distribution.
  7.  
  8.  
  9. 25-Jun-1995
  10. ===========
  11.  
  12. Directory structure
  13. -------------------
  14.  
  15. - The directory structure has been reorganized.  There are no longer
  16.   any files in directory \emtex; executable files have been moved to
  17.   \emtex\bin, other files to \emtex\data.  In consequence, you have to
  18.   change your PATH.  Moreover, all files of \emtex\mfinput,
  19.   \emtex\texinput, and \emtex\tfm have been moved to subdirectories of
  20.   these directories
  21.  
  22.   Unfortunately, there are third-party packages which do no yet use
  23.   the new directory structure and do not support subdirectory search.
  24.   It is recommended to install those packages in their own tree for
  25.   now
  26.  
  27. - All emx stuff (with the exception of rsx) has been moved out of the
  28.   \emtex directory tree to its own directory tree rooted at \emx
  29.   (package emxrsx).  In consequence, you might have to change your
  30.   PATH and LIBPATH
  31.  
  32.  
  33. Packaging
  34. ---------
  35.  
  36. - Info-ZIP's UnZip is now used instead of pkunzip for unpacking ZIP
  37.   archive files
  38.  
  39. - Packages have been rearranged, split, combined, and renamed. Some of
  40.   the ZIP archive files do not fit on 360KB and 720KB diskettes
  41.  
  42. - Format files for TeX and base files for METAFONT are no longer
  43.   shipped.  You have to create them yourself.  The documentation
  44.   explains how to do that.  The new makefmt tool will assist you in
  45.   creating TeX formats
  46.  
  47. - emremove.exe and emdelete.exe are now shipped in first.zip; these
  48.   programs were formerly called remove.exe and delete.exe
  49.  
  50.  
  51. Fonts
  52. -----
  53.  
  54. - Both the METAFONT modes and the Computer Modern font sources have
  55.   been changed, resulting in changed character shapes.  You should
  56.   delete all old fonts to avoid mixing old and new shapes
  57.  
  58. - Only a collection of frequently used fonts is shipped pre-compiled.
  59.   Missing fonts will be generated on the fly as required.  In
  60.   consequence, you have to install METAFONT and MFjob
  61.  
  62. - The font library files have been renamed.  A base set of fonts is
  63.   shipped in a FLI file named xx_base.fli where xx depends on the
  64.   METAFONT mode.  You can put extra fonts into xx_more.fli.  The
  65.   dvidrv configuration files now try to load xx_base.fli and
  66.   xx_more.fli (instead of xx_0.fli through xx_5.fli)
  67.  
  68. - A METAFONT mode for the HP DeskJet has been added and pre-compiled
  69.   fonts for the HP DeskJet are now available.  DeskJet users should
  70.   switch from LJ fonts to DJ fonts.  Do not mix LJ and DJ fonts!
  71.  
  72. - Some METAFONT modes have been renamed.  You can find the new names
  73.   in \emtex\mfinput\etc\local.mf
  74.  
  75.  
  76. LaTeX
  77. -----
  78.  
  79. - Both LaTeX2e and the obsolete LaTeX 2.09 are provided
  80.  
  81. - As the order in which subdirectories are visited for locating files
  82.   is not completely specified, you should list either
  83.   \emtex\texinput\latex2e or \emtex\texinput\latex209 in the TEXINPUT
  84.   environment variable, preceding \emtex\texinput! (the bang is part
  85.   of TEXINPUT's value and enables subdirectory search).  The makefmt
  86.   tool automatically creates batch files which temporarily adjust
  87.   TEXINPUT appropriately.  Therefore, you don't have to set TEXINPUT
  88.   unless you use the LaTeX format files without those batch files
  89.  
  90.  
  91. New features
  92. ------------
  93.  
  94. - Most programs now support subdirectory search: On request, either
  95.   one level of subdirectories or the entire hierarchy of
  96.   subdirectories of a given directory is searched for locating files.
  97.   This feature is enabled by appending `!' or `!!', respectively, to
  98.   the directory name listed in an environment variable.  One level of
  99.   subdirectories is searched for the default directories
  100.  
  101. - To specify the root of the emTeX directory tree, setting one
  102.   environment variable, EMTEXDIR, is now sufficient unless you change
  103.   the directory structure.  However, there are some exceptions such as
  104.   MakeIndex.  Moreover, TEXINPUT should be set to select LaTeX2e
  105.   vs. LaTeX 2.09 (unless you use the batch files created by makefmt).
  106.   The EMTEXDRV environment variable is history
  107.  
  108. - Long file names are now supported on OS/2's HPFS.  If a file with a
  109.   long name cannot be found or created, its name will be truncated
  110.   according to the `5+3.3' and `8.3' rules
  111.  
  112. - 32-bit versions of TeX, METAFONT, BibTeX, and MakeIndex are now
  113.   provided
  114.  
  115. - The DVI drivers support more printers and have a lot of new
  116.   features.  A screen previewer for the OS/2 Presentation Manager is
  117.   now included.  dvimsp's job has been taken over by dvidot
  118.  
  119. - tex286.exe, mf286.exe, etc. have been renamed to tex186.exe,
  120.   mf186.exe, etc.
  121.  
  122. - Various limits of emTeX, METAFONT, and utilities have been raised
  123.  
  124. - emTeX optionally supports the \charsubdef primitive (MLTeX)
  125.  
  126. - Programs which use graphics mode (dviscr, mf, pkedit) support
  127.   additional graphics adapters and modes
  128.  
  129. - TeXcad is no longer Shareware
  130.  
  131. - Some documentation files are also available as OS/2 on-line manuals
  132.   for viewing with OS/2's `view' command
  133.  
  134. - Package dvidrvma is currently not available
  135.  
  136. - IMPORTANT: The command line options of emdelete.exe (formerly called
  137.   delete.exe) have changed
  138.  
  139.  
  140. 03-Jul-1995
  141. ===========
  142.  
  143. - first.zip: updated
  144.  
  145. - dvid16b?.zip, replacing dvid16a?.zip: bug in dviscr removed,
  146.   dvipm improved
  147.  
  148. - l2input.zip, l2base.zip, and l2tools.zip: patch level 1 of LaTeX2e.
  149.   Please create new format files for LaTeX2e!
  150.  
  151.  
  152. 11-Jul-1995
  153. ===========
  154.  
  155. - emxrsx.zip: New emx.dll (0.9a fix06)
  156.  
  157.  
  158. 24-Jul-1995
  159. ===========
  160.  
  161. - l2input.zip and l2base.zip: patch level 3 of LaTeX2e.
  162.   Please create new format files for LaTeX2e!
  163.  
  164.  
  165. 07-Aug-1995
  166. ===========
  167.  
  168. - dvid16c?.zip, replacing dvid16b?.zip: various bug fixes and
  169.   improvements
  170.  
  171. - mfjob12b.zip, replacing mfjob12a.zip: use MFjob macros in templates
  172.  
  173. - bibtex4b.zip, replacing bibtex4a.zip: wizard function space increased.
  174.   IMPORTANT: New directory structure, use `emremove' to remove package
  175.   `bibtex4a' before installing package `bibtex4b'!
  176.  
  177. - dvisp10b.zip, replacing dvisp10a.zip: various improvements
  178.  
  179.  
  180. 23-Aug-1995
  181. ===========
  182.  
  183. - dvid16d?.zip, replacing dvid16c?.zip: various bug fixes (prtfaxwk, dvipm)
  184.   and improvements (dvipm)
  185.  
  186. - web.zip: tangle's max_texts limit increased
  187.  
  188.  
  189. 10-Sep-1995
  190. ===========
  191.  
  192. - dvid16e?.zip, replacing dvid16d?.zip: various bug fixes
  193.  
  194. - tex4b.zip, replacing tex4a.zip: Bug fixed (Ctrl-Break), makefmt
  195.   now sets the /o option if the `8bit' keyword is used
  196.  
  197. - mf4b.zip, replacing mf4a.zip: Bug fixed (Ctrl-Break)
  198.  
  199. - texware.zip: VFtoVP and VPtoVF enlarged
  200.  
  201.  
  202. 19-Sep-1995
  203. ===========
  204.  
  205. - mfjob12c.zip, replacing mfjob12b.zip: Fix bugs related to DC fonts 1.2
  206.  
  207.                   -------- End of CHANGES.ENG -------------
  208.