----------------------------------------------------------------------
******                  e-pTeX build 100131                     ******
----------------------------------------------------------------------

    This program, ``e-pTeX'', is development of e-TeX, and it has
features of Japanese pTeX. Because of this, perhaps ``pe-TeX'' is 
better name for this software, but because of historical reasons, 
I decided to continue to use ``e-pTeX'' as the name of this software.
(When I developed e-pTeX first, this is ``e-TeX extension of pTeX''.
 And moreover, there was another ``peTeX'' (about 2007.12--2008.1, 
 abandoned by appearance of e-pTeX) by Akira Kakuto.)

    In addition to features of pTeX, e-pTeX can use 256 math font 
families (this feature is realized by fam256.ch, based on Omega's 
source code). This extension developed in mind that pTeX usually use
more two families than original TeX (`Mincho' and `Gothic').

    e-pTeX is developed as the project in the course named ``Computing
for Mathematicians II''(http://ks.ms.u-tokyo.ac.jp/ (in Japanese), 2007
Winter), and it is licensed under modified BSD (same as pTeX, ptexenc).

    Thanks to Noriyuki Abe, Akira Kakuto, Takuji Tanaka, Takayuki Yato, 
Yusuke Kuroki and others for many help.

                                             Hironori Kitagawa (H7K)
                                          h_kitagawa2001 at yahoo.co.jp
               (in Japanese) http://sourceforge.jp/projects/eptex/wiki/




** bug list
----------------------------------------------------------------------
1. The e-TRIP test fails around `last_node_type'.
2. Compatibility for pTeX is not well-tested.

** Files
----------------------------------------------------------------------
 >README.txt                 this file
 >Changelog          
  INSTALL.txt                

 >eptex-base-tl08-3.1.11.diff   
                             diff for ptex-base.ch of pTeX 3.1.11 
                             (assumed TeX 3.1415926 and ptexenc)
  eptex-tl08.mk              Makefile fragment for ptexlive-20091009

 >eptex-ptetex3-u0.28.diff   diff for ptetex3-20090610
 >eptex-ptetex3-u0.29.diff   diff for ptetex3-20090610 (pTeX-3.1.11 base)
 >euptex-ptetex3-u0.28.diff  diff for upTeX-0.28 on ptetex3
 >euptex-ptetex3-u0.29.diff  diff for upTeX-0.29 on ptetex3
  etex-sysdep.ch             patch for enable `-etex' switch on ptetex3

  fam256.ch                  FAM256 patch

  language.def		     language settings for eptex.fmt, euptex.fmt
  eptex.src                  modified from etex.src for e-pTeX
  euptex.src                 modified from etex.src for e-pTeX
  eptexdefs.lib              modified from etexdefs.lib for e-pTeX

  doc/                       documents (all in Japanese)

       >eptexdoc.*           main document of e-pTeX
        fam256d.tex          \
        fam256p.tex          |- auxiliary files for eptexdoc.tex
        styles.tex           /
        resume.pdf           development record in 
                             ``Computing for Mathematicians II''

  script/                    bash scripts for compiling under ptetex3.

        option               configuration file
        build  
        install
        trip


** development environment:
----------------------------------------------------------------------
main: Gentoo Linux 10.0 (amd64), gcc-4.4.2
aux.: Gentoo Linux 10.0 (i686),  gcc-4.4.2 
It is assumed that /bin/bash works.
