2015-02-25 6:07 GMT+02:00 Don Simons <[email protected]>:
> I'd like to typeset some jazz pieces. As a start to making it look like a
> real fake book, I'd like to do the text in the jazz text font, for which
> I've located and installed a true type version from the file
> JazzText_Regular.ttf. I've confirmed that the font works in MS Word 2010.
> I've also confirmed that by blindly running ttf2pfb, ttf2afm, and ttf2tfm, I
> can generate files with the expected suffixes. I haven't been bold or
> patient enough to go any further, so whether they work in TeX or not is
> anyone's guess.

Not that this really answers your question — but it's trivial in xelatex.

<http://tex.stackexchange.com/questions/226/installing-ttf-fonts-in-latex>

I just copied-and-pasted the example, change the font name to the one
under which I save the font, and there it was.

\documentclass{article}

\usepackage{fontspec}
\setmainfont{JazzText}

\begin{document}
Lorem ipsum...
\end{document}

Attachment: font.pdf
Description: Adobe PDF document

-------------------------------
[email protected] mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music

Reply via email to