Is the Bembo font (or a close equivalent) available for LaTeX?

If the reason you'd like to use Bembo is your personal preference for »Renaissance« or »Humanist« typefaces, i.e. ones that bring across the aesthetics of the 1400s and 1500s -- there's two typefaces you should have a look at:

(1) the various digital renditions of Hermann Zapf's Palatino that are around, and (2) Robert Slimbach's Minion. Depending on how you look at a typeface (what aspects you're sensitive to), they may or may not be »close equivalents« to Bembo.

But since you seem to have to deal with a lot of math in your typesetting, your choices are somewhat limited anyways. I'd say the two fonts that best meet your three main requirements, that is

  • share Bembo's look, to some degree
  • be prepared to be used for math purposes (this is highly non-trivial)
  • be readily available at no $$$ (right?)

are (1) TeX Gyre Pagella, which is a rendition of Palatino, ready to be used in *TeX, and equipped with math capabilities (math experts, feel free to correct me) -- and (2) Minion Pro, in OpenType format, of which eight cuts come as a give-away with Adobe's Reader.

This is how, as a non-Xe or Lua user, you would invoke the Pagella font:

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{blindtext}
\usepackage{tgpagella}
\begin{document}
\blindtext
\end{document}

This is what Minion looks like (middle). I like it a lot more than Palatino, but that's personal taste I guess. It is, obviously, also closer to Bembo than Palatino is. There's the famous minionpro package which helps getting the font ready for use in pdfTeX. Plus there's the mnsymbol package to provice math symbols that go along better with a Renaissance face like Minion than do the standard symbols designed for the Classicist Computer Modern face.

Minion

For $108 by the way, you can license Bembo Book, (Regular, Regular Small Caps, Italic -- you wouldnt want to use a Bold with a 1400s typeface). If you really like Bembo and are looking for a professionally-crafted font that's versatile enough to be used in your life after the PhD, this might be something for you.


You may also want to consider the Cardo font, which may be downloaded free of charge. Its name is a contraction of the words "Card[inal Bemb]o"; Cardinal Bembo in the late 1490s commissioned and financed the publication of a book (entitled "De Aetna") printed by Aldus Manutius. The font face used for that book has come to be known simply as "Bembo". This font face has long been very highly regarded and celebrated for its design and overall readability. There have been many copies -- starting in the early 16th century, some more faithful to the original than others -- of Aldus Manutius' "Bembo" font face. Cardo is regarded as one of the more faithful copies of the "orginal Bembo" font face.

Cardo is an Opentype font, and its user guide describes it as a "font for scholars", i.e., a font that features lots and lots of glyphs. Moreover, in addition to the standard-weight upright font, it also features bold and italic font faces (but no bold&italic font face). Scroll to the bottom of the page indicated in the link above to find the link to the zip file that contains the three font files.


Try fbb:

Derived from Cardo, provides a Bembo-like font family in otf and pfb format plus LaTeX font support files.

It's as simple as \usepackage{fbb} in recent TeX Live.

Tags:

Fonts