This directory contains files needed to use true-type fonts in TeX.
It requires FreeType and the ttf2pk package (see www.freetype.org).
version 1.2 and above is recommmended, though 1.1 may work.

First, install freetype and ttf2pk. Then use the following files:

T1-WGL4.enc - encoding for English Windows 95 fonts
WINHEB.enc - encoding for Hebrew Windows 95 fonts: david,miriam
WINHEB2.enc - encoding for Hebrew Windows 95 fonts: hadas
WINHEB3.enc - encoding for Hebrew Windows 95 fonts: gutman yad
TFMCREATE   - script creating tfm/ from standard distribution Windows 95
	      fonts. it takes the win95 fonts from a directory specified
	      in the beginning of that script.

tfm/  - directory containing tfm files and ttfonts.map needed to use true
	type fonts in tex. 

######## installing freetype + Hebrew ttf fonts for latex ##############
see instructions in /u/local/src/tex/README
     
####### old stuff (for when automatic searching doesn't work) #############
MakeTeXPK - my attempt on a fix for maketexpk from an old distribution.
            NOTE: MakeTeXPK patch from the ttf2pk/scripts directory should be
	    preferred if it matches the installed MakeTeXPK

If automatic searching of ttf files doesn't work (e.g., installed ttf2pk
without kpathsea support), using a truetype font will require the following:

1. updated MakeTeXPK installed.
2. in the current directory (where the .tex file resides), do
	TFM=/u/local/ttf/tex/tfm
	ln -s $TFM/ttfonts.map .
	ln -s $TFM/times.tfm .       (use any font instead of times)

   and then you can use the 'times' font in your tex file!
