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 51 52
|
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/heblatex: The Hebrew support for babel
latex/hebclass: Some hopefully useful classes and styles
fonts: Some fonts packages
example: Some example documents
bibtex: BibTeX styles for support of hebrew
utils: Various scripts and such
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
'make' will create the heblatex files and hebclass files. It will also typeset
the sample documents using those files.
'make install' will install all of the generated files (except the examples).
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.
|