Fonts & Character Setsinstall metafont

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
wakajawaka
Posts: 1
Joined: Thu Mar 12, 2015 10:23 pm

install metafont

Post by wakajawaka »

hi, im new on latex, can u tell me how to install "byzfonts – Byzantine Music Font" on texlive? I've downloaded it from CTAN http://www.ctan.org/pkg/byzfonts, but here is no installation manual for it.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

Crosspost to TeX.SX.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

install metafont

Post by Stefan Kottwitz »

Hello wakajawaka,

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 personal TEXMF 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:
output.png
output.png (123.25 KiB) Viewed 5388 times
Maybe next time I see your question here first and can answer. ;-)

Stefan
LaTeX.org admin
Post Reply