[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TeXLive4
Looking at the TeXLive4 installation, I see that I have many font files
that I would like to use from within plain TeX not LaTeX.
For example, in /texmf/fonts/tfm/bh/lucida are many tfm files, which I
believe are named according to NFSS (new font selection scheme).
To take one, for example, hlcbct7t.tfm, I tried to test this by this tex
input:
\font\fa=hlcbct7t at 24pt %also tried hlhb7t, etc
\fa This is a test 012345.
\bye
But these fonts are working. How to make them work? Please note that
kpsewhich finds the files where they are supposed to be.