diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-17 22:40:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-17 22:40:53 +0000 |
commit | f23ce6030bb89269cd99115fff40b1779c77d586 (patch) | |
tree | f734e16418ec7b3ccb8ef319823aff3aae1b1fb0 /Master | |
parent | 0794fe3a1c646ebd06e0a16335cc625d79fa5f5c (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/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/opentype/public/fbb/fbb-Bold.otf | bin | 256728 -> 256728 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/opentype/public/fbb/fbb-BoldItalic.otf | bin | 693088 -> 691520 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/opentype/public/fbb/fbb-Italic.otf | bin | 360312 -> 360332 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/opentype/public/fbb/fbb-Regular.otf | bin | 258148 -> 258148 bytes | |||
-rw-r--r-- | 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 Binary files differindex 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 diff --git a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-BoldItalic.otf b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-BoldItalic.otf Binary files differindex 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 diff --git a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Italic.otf b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Italic.otf Binary files differindex 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 diff --git a/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Regular.otf b/Master/texmf-dist/fonts/opentype/public/fbb/fbb-Regular.otf Binary files differindex 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 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}} |