Text FormattingUse of a new Font

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
InquisitorMo
Posts: 44
Joined: Mon Jul 15, 2013 12:22 am

Use of a new Font

Post by InquisitorMo »

I want to use a font from CTAN, namely baskervaldadf. But I am quite confused with the various instructions I've read.

I'm on Mac, and I believe a large part of the problem stems from my not knowing which directory MacTeX is actually installed in (my extreme lack of familiarity with Mac doesn't help, as I'm new to it).

Can anyone provide an exact step-by-step algorithm that I can follow to install and use the above font on Mac?

Thanks!

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Use of a new Font

Post by localghost »

InquisitorMo wrote:[…] Can anyone provide an exact step-by-step algorithm that I can follow to install and use the above font on Mac? […]
Just install it by the package manager of MacTeX. As far as I know there is a GUI called TeX Live Utility for MacTeX. Since MacTeX ist based on TeX Live, you should be able to install the package also from the command line.

Code: Select all

sudo tlmgr install baskervaldadf
You will be asked for your administrator password.

As an alternative you may try Open Baskerville. Install the OTF version as system font and use it with XeLaTeX or LuaLaTeX.


Thorsten
Post Reply