Fonts & Character Sets ⇒ install metafont
-
- Posts: 1
- Joined: Thu Mar 12, 2015 10:23 pm
install metafont
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
install metafont
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
install metafont
welcome to the forum!
I see there's an answer on the other site. So the information by Johannes saved time.
Well, why not cite the answer by fpast at the link above. He wrote, for Mac OS X:
- Install the STY and Defs directories into the
tex
directory of your personalTEXMF
directory (here on Mac OS X in~/Library/texmf/tex/byzfonts
,arboresence
to be created if needed, on other Unix it would be probably~/texmf/tex/byzfonts
); - Install the Alphabet folder and the
byyf.mf
,byzf.mf
,bzal.mf
files in the~/Library/texmf/fonts/source/byzfonts
(also create this arborescence if needed);
~
stands for your personal HOME directory, /Users/<your_name>
on Mac OS X.You can choose to install those files in you local
texmf
directory instead, /usr/local/texlive/texmf-local
on Mac OS X (and other Unix it seems), but then you'll have to enter, after the previous steps, the mktexlsr
or texhash
instruction on the command line, as a "super user" (in Mac OS X, sudo mktexlsr
).And here is his output then of
tst.tex
:Maybe next time I see your question here first and can answer.

Stefan