From 00305c9e9703b6a03efb295fc20c04be6a65d447 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 25 Jun 2017 21:50:30 +0000 Subject: fbb (25jun17) git-svn-id: svn://tug.org/texlive/trunk@44694 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/fbb/OFL.txt | 2 +- Master/texmf-dist/doc/fonts/fbb/README | 5 ++++- Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf | Bin 470762 -> 471139 bytes Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex | 10 +++++++++- 4 files changed, 14 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/fonts/fbb/OFL.txt b/Master/texmf-dist/doc/fonts/fbb/OFL.txt index d91fa3968c9..dca9d1f47e0 100644 --- a/Master/texmf-dist/doc/fonts/fbb/OFL.txt +++ b/Master/texmf-dist/doc/fonts/fbb/OFL.txt @@ -1,5 +1,5 @@ Copyright (c) David J. Perry, 2002-2011. -Copyright (c) Michael Sharpe, 2013. +Copyright (c) Michael Sharpe, 2013-2017. All Rights Reserved. "fbb-Regular" is a Reserved Font Name for this Font Software. diff --git a/Master/texmf-dist/doc/fonts/fbb/README b/Master/texmf-dist/doc/fonts/fbb/README index 045addc6d56..32db96d087a 100644 --- a/Master/texmf-dist/doc/fonts/fbb/README +++ b/Master/texmf-dist/doc/fonts/fbb/README @@ -2,7 +2,10 @@ This package, derived from David Perry's Cardo, provides a Bembo-like font famil http://www.ctan.org/license/lppl1.3 for the details of that license. Note that Bembo is a name trademarked by Monotype, and Cardo is a reserved name under the OFL, hence the strange name for this package, drawn from the Berry id for the Bembo font family. -Current version: 1.12/ 2017-03-11 +Current version: 1.13 2017-06-24 + +Changes in version 1.13 +Corrected the generating scripts so that the f-ligatures now work as expected under the option altP. Changes in version 1.12 Modified the sty file so that fbb text figure styles are selected always in the \AtEndPreamble hook. (Formerly, using babel would prevent this.) diff --git a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf index c0ee7bcdd17..7aa11d035c6 100644 Binary files a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf and b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf differ diff --git a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex index c064cea3078..2152cc21799 100644 --- a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex +++ b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex @@ -53,7 +53,15 @@ The package also defines six macros that allow you use alternate figure styles l \textsu{97} % print 97 in superior figures \textin{97} % print 97 in inferior figures \end{verbatim} -Option {\tt altP} changes the form of the letter capital P from its default closed shape, as used in almost all modern digital renderings of Bembo, to the more historically accurate open shape, {\altp P}. See, for example, the reproduction of Pietro Bembo's \textit{De Aetna} at \url{https://ia601405.us.archive.org/34/items/ita-bnc-ald-00000673-001/ita-bnc-ald-00000673-001.pdf}. (A higher resolution rendering of a two-page sample is available from \url{https://upload.wikimedia.org/wikipedia/commons/8/89/De_Aetna_1495.jpg.}) +Option {\tt altP} changes the form of the letter capital P from its default closed shape, as used in almost all modern digital renderings of Bembo, to the more historically accurate open shape, {\altp P}. See, for example, the reproduction of Pietro Bembo's \textit{De Aetna} at \url{https://ia601405.us.archive.org/34/items/ita-bnc-ald-00000673-001/ita-bnc-ald-00000673-001.pdf}. (A higher resolution rendering of a two-page sample is available from \url{https://upload.wikimedia.org/wikipedia/commons/8/89/De_Aetna_1495.jpg.}) Unicode \TeX\ users may load {\tt fbb} with the equivalent to {\tt altP} by the code block +\begin{verbatim} +\usepackage{fontspec} +\setmainfont{fbb}[% + UprightFeatures = {StylisticSet=01}, + BoldFeatures = {StylisticSet=01} + ] +\end{verbatim} +(Capital P in italic and bold italic is already open---those faces have no {\tt ss01} feature.) Option {\tt sups} changes the form of footnote markers to use {\tt fbb}'s superior figures, unless you have redefined the meaning of \verb|\thefootnote| prior to loading {\tt fbb}. For more control over size, spacing and position of footnote markers, use the \textsf{superiors} package: E.g., \begin{verbatim} -- cgit v1.2.3