Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
A: This is not very simple.
The documentation for teTeX is located in /usr/lib/teTeX/
in TETEXDOC.{dvi|tex}
. The documentation for different
tools, classes, styles, ... in /usr/lib/teTeX/texmf/doc/.
For this purpose you should read the texconfig
,
texhash
and ls-R
man pages.
Check in which subdirectory the fonts would be installed
(List the packet with tar tvfz
).
Example: Hebrew fonts would be installed in
/usr/lib/texmf/fonts/language/
. This is why the symbolic link /usr/lib/texmf
MUST exist (check with ls -l
).
If it does not exist, create it with
cd /usr/lib/ ln -sf teTeX/texmf texmf
Now symbolic links must be still created. With them the (La)TeX, MetaFont and several different programmes' search routines find the corresponding files in the expected places. Two symbolic links are created for this in our example:
cd /usr/lib/texmf/fonts/source/ ln -sf ../language . cd ../tfm ln -sf ../language .Afterwards call texhash. You could of course sort into the fonts correctly. All .mf files to
/usr/lib/teTeX/texmf/fonts/source/and all .tfm files to
/usr/lib/teTeX/texmf/fonts/tfm/to call afterwards texhash again.
Keywords: NTEX, TETEX, TEX, FONTS
Feedback welcome: Send Mail to werner@suse.de (Please give the following subject: SDB-mb_6
)
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch