[OS X TeX] More Minion Pro questions

Michael Sharpe msharpe at ucsd.edu
Tue Apr 24 01:12:12 EDT 2012


On Apr 23, 2012, at 9:43 PM, Richard Seguin wrote:

> The MinionPro package manual indicates that it can load Minion Pro semibold fonts in addition to the regular and bold weights (using, for example, the medfamily option). The manual doesn't clearly indicate (at least to me) how you can access those semibold fonts, for example, by some equivalent of \bfseries. It would be nice to be able to use semibold in addition to bold fonts, or at minimum use semibold rather than bold. I would like to know if and how that could be done before purchasing the extra fonts.
> 

Using semibold whenever bold is called for is just a matter of writing

\renewcommand*{\bfdefault}{sb}

in your preamble. (This does not always work. For example, Linux Libertine uses z rather than sb as the indicator for semibold.) In other cases, where you prefer to keep bold weight for \bfdefault, you can use a macro  like

\def\semib#1{{\series{sb}\selectfont #1}}

There are a number of other examples you may find of interest in the documentation to TeXFontUtility.

Michael




More information about the MacOSX-TeX mailing list