1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
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.
|