I have a question about installing fonts using autoinst. I've been looking for the answer on this forum and couldn't find it. I hope I am not asking something that has been answered already.
The issue is the following: I have TeXLive 2009 on an Ubuntu computer. I just installed, using autoinst, a new OTF font (BemboPro). The font works perfectly fine. However: when I use the package BemboPro, I somehow lose the default sans serif bold font. In particular, pdflatex returns the following warning:
LaTeX Font Warning: Font shape `T1/cmss/b/n' undefined
(Font) using `T1/cmss/m/n' instead on input line 12.
A minimal 'working' example (except that you don't have the package BemboPro) is:
Code: Select all
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{BemboPro}
\begin{document}
This is supposed to be in Bembo Pro.
{\sffamily This is supposed to be in sans serif normal. }
{\sffamily\bfseries This is supposed to be in sans serif bold. }
\end{document}
What am I doing wrong and how should I fix this?
Thanks very much,
Yori