summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-06-25 21:50:30 +0000
committerKarl Berry <karl@freefriends.org>2017-06-25 21:50:30 +0000
commit00305c9e9703b6a03efb295fc20c04be6a65d447 (patch)
treec1d2ab5bdeaf0b1dcf1e3ff15f56f14974d4d65c /Master/texmf-dist/doc/fonts
parent401fb6075531460a865e403a2b50974a52b051ab (diff)
fbb (25jun17)
git-svn-id: svn://tug.org/texlive/trunk@44694 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/fbb/OFL.txt2
-rw-r--r--Master/texmf-dist/doc/fonts/fbb/README5
-rw-r--r--Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdfbin470762 -> 471139 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex10
4 files changed, 14 insertions, 3 deletions
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
--- a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf
+++ b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf
Binary files 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}