INSTALL                                                  2007/07/15
-------------------------------------------------------------------
                    ko.TeX version 0.0-alpha
-------------------------------------------------------------------

  The ko.TeX package is distributed as the following two files :

  ko.tex-macros-YYYYMMDD.tar.gz     The ko.TeX macro package in compressed
                                    tar format.
  ko.tex-fonts-base-YYYYMMDD.tar.gz The ko.TeX base font package in
                                    compressed tar format.

  In addition, there may be an extra font package named as 
  "ko.tex-fonts-extra-*.tar.gz"

  ko.TeX can run on TeXLive 2007. You must have TeXLive before
  ko.TeX installation. About TeXLive, refer to http://www.tug.org/texlive/.

  Any question or suggestion would be welcome. Email us (kotex@ktug.or.kr).

INSTALL MACROS

  To install macro package, unpack the macro tar ball first.
  There may be seven subdirectories and a few files including this file
  you are reading.
  You have to move the files in the subdirectories according to
  texmf tree structure.
  Do as follows (say, your texmf root would be "texmf-local" or "texmf").

  =======================================================================
    subdirectories and/or files       destination
  =======================================================================
    bibtex/euc                        [texmf]/bibtex/bst/kotex/euc
    doc/*                             [texmf]/doc/latex/kotex/*
    latex/*                           [texmf]/tex/latex/kotex/*
    makeindex/*                       [texmf]/makeindex/kotex/*
    plain/*                           [texmf]/tex/plain/kotex/*
    sfd/*                             [texmf]/fonts/sfd/*
    util/*.pl                         [texmf]/scripts/kotex/perl/*.pl
  ========================================================================

COMPILE UTILITIES

  The following utilities in the 'util' directory have to be compiled
  and/or located at your /usr/local/bin directory to be executable.
  For Windows system, two executable files (hbibtex.exe and hmakeindex.exe)
  are provided.

  hbibtex.c
   $ gcc -o hbibtex hbibtex.c
   $ cp ./hbibtex /usr/local/bin/
  hmakeindex.c
   $ gcc -o hmakeindex hmakeindex.c
   $ cp ./hmakeindex /usr/local/bin/
  *.pl
   $ chmod a+x *.pl
   $ cp ./*.pl /usr/local/bin/

INSTALL FONTS (BASE)

  Unpack fonts tar ball, and you can get two subdirectories -- fonts
  and tex.
  Move them as follows:

  ========================================================
    directory                   destination
  ========================================================
    fonts                       [texmf]/fonts
    tex                         [texmf]/tex
  ========================================================

TEXHASH and UPDMAP

  Run texhash (mktexlsr) and then updmap :

  $ texhash
  $ updmap-sys --enable Map=kotex-base.map

  When you do not have super user's permission, run updmap instead of
  updmap-sys.

% eof
