summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-17 22:40:53 +0000
committerKarl Berry <karl@freefriends.org>2015-06-17 22:40:53 +0000
commitf23ce6030bb89269cd99115fff40b1779c77d586 (patch)
treef734e16418ec7b3ccb8ef319823aff3aae1b1fb0 /Master
parent0794fe3a1c646ebd06e0a16335cc625d79fa5f5c (diff)
fbb (17jun15)
git-svn-id: svn://tug.org/texlive/trunk@37585 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/fonts/fbb/README5
-rw-r--r--Master/texmf-dist/fonts/opentype/public/fbb/fbb-Bold.otfbin256728 -> 256728 bytes
-rw-r--r--Master/texmf-dist/fonts/opentype/public/fbb/fbb-BoldItalic.otfbin693088 -> 691520 bytes
-rw-r--r--Master/texmf-dist/fonts/opentype/public/fbb/fbb-Italic.otfbin360312 -> 360332 bytes
-rw-r--r--Master/texmf-dist/fonts/opentype/public/fbb/fbb-Regular.otfbin258148 -> 258148 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fbb/fbb.sty9
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
--- a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Bold.otf
+++ b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Bold.otf
Binary files 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
--- a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-BoldItalic.otf
+++ b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-BoldItalic.otf
Binary files 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
--- a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Italic.otf
+++ b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Italic.otf
Binary files 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
--- a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Regular.otf
+++ b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Regular.otf
Binary files 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}}