IvriTeX
"""""""
Hebrew support for LaTeX

This package includes files for hebrew support in LaTeX. This includes
mainly:

* hebrew support for babel, including support for bidirectional hebrew
* Hebrew fonts

Under this directory you will find the following subdirectories

latex: currently only heblatex: the hebrew support for babel
fonts: Some fonts packages
example: some example documents
bibtex: bibtex styles for support of hebrew
utils: various scripts and such
debian: files needed to create a package for the Debian distribution from this
        archive


Installation:
""""""""""""
On a unix system:

run 'make TEX_ROOT=<YOUR_TEXMF_DIR> install'

or 'make' as a user and later 'make TEX_ROOT=<YOUR_TEXMF_DIR> install' as
root. By default <TEXMFDIR> is /usr/local/share/texmf , but your system may
have a different value, e.g: /usr/shar/texmf , /usr/local/lib/texmf

TODO: check if GNU make is required.

On other systems:
TODO: fill in instructions


Note: currently the hebrew babel files install (in the tex tree) under 

  tex/generic/0ivritex

This is to allow them to override files with the same name from:

  tex/generic/babel

In case the local version of babel is >= 3.7

This is not guaranteed to work by libkpathsea's specs, although it works with
its implementation. Anyway this hack is only temporary, until those files are 
merged into babel.
