home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / PKEDITPM / EMTEX / DOC / PKEDITPM.DOC
Text File  |  1993-02-06  |  6KB  |  178 lines

  1. ==============================================================================
  2. PKEDITPM 1.0b                                             VERSION: 06-Feb-1993
  3. ==============================================================================
  4.                                          Copyright (c) 1993 by Eberhard Mattes
  5.  
  6. ******************************************************************************
  7. ******************************************************************************
  8. **                                                                          **
  9. **            VERSION 1.0b IS A BETA TEST RELEASE.                          **
  10. **                                                                          **
  11. ******************************************************************************
  12. ******************************************************************************
  13.  
  14. Introduction
  15. ------------
  16.  
  17. pkeditpm is an editor for modifying emTeX PK font files.  pkeditpm is
  18. an OS/2 Presentatin Manager application.  OS/2 1.2 or later is
  19. required.  Both a 16-bit version for OS/2 1.X and a 32-bit version for
  20. OS/2 2.X are provided.  A mouse (or an equivalent pointing device) is
  21. required.
  22.  
  23.  
  24. Installing pkeditpm
  25. -------------------
  26.  
  27. 1. If \emtex\dll\emx.dll is already present on the drive where emTeX
  28.    has been installed, make a backup copy of \emtex\dll\emx.dll.  You
  29.    should compare the date of all the files in \emtex\dll to the date
  30.    of the files in pkeditpm.zip.  Make a backup copy of all the files
  31.    in \emtex\dll that are newer than those in pkeditpm.zip.  Use
  32.  
  33.         unzip -v pkeditpm
  34.  
  35.    to list the files with dates in pkeditpm.zip.
  36.  
  37. 2. Unpack pkeditpm.zip by typing
  38.  
  39.         pkunzip -d pkeditpm c:\
  40.  
  41.    where c:\ is the root of the emTeX installation.  Use the drive
  42.    letter appropriate for your system.  If you've installed emTeX on
  43.    drive D, for instance, type
  44.  
  45.         pkunzip -d pkeditpm d:\
  46.  
  47. 3. Unless already done, modify config.sys in the root directory of
  48.    your boot drive for pkeditpm on-line help.  This is done by adding
  49.    the directory c:\emtex\help (use the correct drive letter) to the
  50.    environment variable HELP.  Use a semicolon to separate the
  51.    directory name from the previous one.  A semicolon at the end is
  52.    optional.  Example:
  53.  
  54.         SET HELP=C:\OS2\HELP;D:\EMTEX\HELP
  55.  
  56.    In this example, OS/2 boots from drive C and emTeX is installed on
  57.    drive D.  There may be additional directories listed in the SET
  58.    HELP statement of your config.sys file.  Note that HELP must be set
  59.    in config.sys for proper operation of on-line help.
  60.  
  61. 3. Unless already done, add the emTeX dynamic link libraries to the
  62.    system by modifying the LIBPATH statement of config.sys in the root
  63.    directory of your boot drive.  This is done by adding the directory
  64.    c:\emtex\dll (use the correct drive letter) to the LIBPATH
  65.    statement.  Use a semicolon to separate the directory name from the
  66.    previous one.  A semicolon at the end is optional.  The LIBPATH
  67.    statement lists all the directories searched by OS/2 when loading a
  68.    dynamic link library (DLL file).  Note that LIBPATH is not an
  69.    environment variable.  Alternatively, you can copy the files from
  70.    \emtex\dll to a directory listed by the LIBPATH statement.  If you
  71.    have multiple copies of emx.dll, LIBPATH should only include the
  72.    directory containing the latest version.  This can be done by
  73.    deleting all copies of emx.dll except for the newest one.
  74.  
  75. 4. If you've made a copy of files in \emtex\dll in step 1, copy those
  76.    files back to \emtex\dll.
  77.  
  78. 5. If you're using OS/2 2.X, you can use the 32-bit version of
  79.    pkeditpm.  This is done by deleting (or renaming)
  80.    \emtex\pkeditpm.exe and renaming \emtex\pkedt386.exe to
  81.    pkeditpm.exe:
  82.  
  83.         cd \emtex
  84.         ren pkeditpm.exe pkedt-16.exe
  85.         ren pkedt386.exe pkeditpm.exe
  86.  
  87.    Note that the 32-bit version can handle characters of virtually
  88.    unlimited size.  The 16-bit version is limited to about 500,000
  89.    pixels per character.  (The old pkedit program is limited to about
  90.    65500 pixels per character.)
  91.  
  92. 6. Reboot your system to activate the changes made to config.sys.
  93.  
  94.  
  95. Running pkeditpm
  96. ----------------
  97.  
  98. Run pkeditpm by typing
  99.  
  100.         pkeditpm
  101.  
  102. in an OS/2 command window.  You can give the name of the PK file to
  103. edit on the command line.  Alternatively, you can create a program
  104. object for pkeditpm under OS/2 2.X and run pkeditpm by double-clicking
  105. on the pkeditpm icon or by dropping a PK file on that icon.
  106.  
  107.  
  108. Using pkeditpm
  109. --------------
  110.  
  111. Read the on-line documention.  On-line help is available both in
  112. English and German.
  113.  
  114.  
  115. Known limitations
  116. -----------------
  117.  
  118. - The name of the font is not displayed in the titlebar.
  119.  
  120. - The header, xxx entries and yyy entries are not displayed and cannot
  121.   be modified.
  122.  
  123. - Lines and rows cannot be deleted or inserted.
  124.  
  125. - The clipboard is not supported.
  126.  
  127. - Drawing outside the original character box is not supported.
  128.  
  129. - Colors and fonts cannot be customized.
  130.  
  131. - Settings cannot be saved.
  132.  
  133. - The reference point is not displayed and cannot be changed.
  134.  
  135. - The pkeditpm icon is dull.  Please draw a better one and send it to
  136.   me.  Thanks.
  137.  
  138.  
  139. Copyright etc.
  140. --------------
  141.  
  142. pkeditpm is copyright (C) 1993 by Eberhard Mattes.  All rights reserved.
  143.  
  144. pkeditpm may only be distributed in UNCHANGED and COMPLETE form, and
  145. only when this is done WITHOUT CHARGE.  If you want to charge a small
  146. fee for handling etc., you have to contact the author.  If you want to
  147. charge a big fee, don't copy pkeditpm.
  148.  
  149. No guarantee is made as to the proper functioning of the programs.
  150. No liability will be admitted for damage resulting from using the
  151. programs.
  152.  
  153. Instead of a list: All the trademarks used in this document and all
  154. the other emTeX documents are registered to whoever it is that owns
  155. them.
  156.  
  157. Report bugs to mattes@azu.informatik.uni-stuttgart.de.
  158.  
  159.  
  160. History:
  161. --------
  162.  
  163. 1.0a (02-Feb-1993)
  164. ------------------
  165.  
  166. Initial beta test release
  167.  
  168.  
  169. 1.0b (06-Feb-1993)
  170. ------------------
  171.  
  172. - Scrollbars
  173.  
  174. - .hlp files now included
  175.  
  176.  
  177.                   -------- End of PKEDITPM.DOC -------------
  178.