sarabander / sicp-pdf

SICP PDF with Texinfo and LaTeX source
http://sicpebook.wordpress.com/
4.26k stars 537 forks source link

fontspec error: "font-not-found" #8

Closed tcfuji closed 10 years ago

tcfuji commented 10 years ago

I'm getting the following error when executing make:

!
! fontspec error: "font-not-found"
!
! The font "Inconsolata LGC" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................

l.20 \setmonofont{Inconsolata LGC}

I am using OS X 10.9 with MacTex. Is MacTex missing some dependencies?

sarabander commented 10 years ago

Yes, MacTex doesn't have Inconsolata LGC, you need to install it separately. Here are the four OTF files you can install system-wide under OS X.

I was unable to ascertain whether MacTeX or MacTeXtras includes Linux Libertine fonts in OTF form. If not, download and install them as before.

tcfuji commented 10 years ago

Linux Libertine was not included so I had to install it too. Now everything works. Thank you!

sarabander commented 10 years ago

Great!