From f23ce6030bb89269cd99115fff40b1779c77d586 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 17 Jun 2015 22:40:53 +0000 Subject: fbb (17jun15) git-svn-id: svn://tug.org/texlive/trunk@37585 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/fbb/README | 5 ++++- .../fonts/opentype/public/fbb/fbb-Bold.otf | Bin 256728 -> 256728 bytes .../fonts/opentype/public/fbb/fbb-BoldItalic.otf | Bin 693088 -> 691520 bytes .../fonts/opentype/public/fbb/fbb-Italic.otf | Bin 360312 -> 360332 bytes .../fonts/opentype/public/fbb/fbb-Regular.otf | Bin 258148 -> 258148 bytes Master/texmf-dist/tex/latex/fbb/fbb.sty | 9 +++++---- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Master/texmf-dist/doc/fonts/fbb/README b/Master/texmf-dist/doc/fonts/fbb/README index e7ae372129e..a906f58d93f 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.08/ 2014-04-18 +Current version: 1.08a/ 2015-06-16 + +Changes in version 1.08a +Modified the OS/2 tables in the otf versions so they work better in non-TeX settings. Changes in version 1.08 1. Corrected a missing \fi in penultimate line of fbb.sty. (Thanks, Adrien Vion.) diff --git a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Bold.otf b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Bold.otf index aa3352061f1..95f3b18714c 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Bold.otf and b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Bold.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-BoldItalic.otf b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-BoldItalic.otf index 9f9f335a5b6..e89e7deef9b 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-BoldItalic.otf and b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-BoldItalic.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Italic.otf b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Italic.otf index 5139844bdff..13f6a909aa8 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Italic.otf and b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Italic.otf differ diff --git a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Regular.otf b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Regular.otf index cc520446a59..6704e9dd1f8 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Regular.otf and b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Regular.otf differ diff --git a/Master/texmf-dist/tex/latex/fbb/fbb.sty b/Master/texmf-dist/tex/latex/fbb/fbb.sty index c36c8275a2f..6234392655e 100644 --- a/Master/texmf-dist/tex/latex/fbb/fbb.sty +++ b/Master/texmf-dist/tex/latex/fbb/fbb.sty @@ -2,15 +2,16 @@ %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.08} -\def\filedate{2015/04/18} +\def\fileversion{1.081} +\def\filedate{2015/04/22} \ProvidesPackage{fbb}[\filedate\space v\fileversion] \message{`fbb' v\fileversion, \filedate\space Text macros for fbb, a Bembo-like font family (msharpe)} \RequirePackage[LY1,T1]{fontenc} \RequirePackage{textcomp} -\RequirePackage{etoolbox} +\RequirePackage{ifetex} +\ifetex\RequirePackage{etoolbox}\fi %etoolbox loads etex.sty \IfFileExists{mweights.sty}{\RequirePackage{mweights}}{} \IfFileExists{fontaxes.sty}{ \RequirePackage{fontaxes} @@ -41,7 +42,7 @@ \@onlypreamble\useosf \newif\iffbb@babel \ifdefined\bbl@tempa \fbb@babeltrue\fi - +\ifetex\else\fbb@babeltrue\fi \newif\if@fbb@sups \newif\if@fbb@scosf \DeclareOptionX{lining}{\edef\fbb@figurestyle{LF}} -- cgit v1.2.3