font installation
David Carlisle
d.p.carlisle at gmail.com
Thu Sep 21 01:47:58 CEST 2023
simplest is to use luatex or xetex and use the otf file directly rather
than generate tfm based fonts for pdftex.
\documentclass{article}
\usepackage{fontspec}
\setmainfont{DejaVuSansMono.ttf}% or whatever
\begin{document}
Hello world
\end{document}
On Wed, 20 Sept 2023 at 21:07, Walter Burkhard via texhax <texhax at tug.org>
wrote:
> Hello I am trying to install a font in my texlive structured system.
> I am following the Font installation guide found in
> Fontinstallationguide.pdf. I am reading page 9 (of 109) step 1
> that states I should copy the type1 pdf and afm files elsewhere.
>
> My problem immediately is that I have only an otf file from the foundry.
>
> How do I get the pdf and afm files?
>
> Many thanks in advance.
>
> Walt Burkhard
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/texhax/attachments/20230921/57ec96d8/attachment.htm>
More information about the texhax
mailing list.