summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-20 23:15:25 +0000
committerKarl Berry <karl@freefriends.org>2014-01-20 23:15:25 +0000
commit3d7d092272c59070fd4d2698e38bb0158b0ca54a (patch)
tree78bcd4e7a533c31d5addeaf85eb8f1eaabc9f36e /Master
parent678b47df5937bdebe240e2747602f2d744c2c818 (diff)
fbb (20jan14)
git-svn-id: svn://tug.org/texlive/trunk@32733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/fonts/fbb/README9
-rw-r--r--Master/texmf-dist/tex/latex/fbb/fbb.sty12
2 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/fbb/README b/Master/texmf-dist/doc/fonts/fbb/README
index 33a58660041..a73efc163af 100644
--- a/Master/texmf-dist/doc/fonts/fbb/README
+++ b/Master/texmf-dist/doc/fonts/fbb/README
@@ -1,6 +1,11 @@
-This package, derived from Cardo, provides a Bembo-like font family in otf and pfb format plus LaTeX font support files. As Cardo is licensed under the SIL OFL, so are the font files in this package. All other support files are subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html 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.
+This package, derived from Cardo, provides a Bembo-like font family in otf and pfb format plus LaTeX font support files. As Cardo is licensed under the SIL OFL, so are the font files in this package. All other support files are subject to the LaTeX Project Public License. See
+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.02
+Current version: 1.03
+
+Changes in version 1.03
+Corrected the code in fbb.sty so that there is no longer unwanted space following a footnote marker.
Changes in version 1.02
Main change is to provide good versions of the pfb files, which were flawed in the previous version, causing segmentation faults in GhostScript and failing to work correctly in Adobe Reader. The new versions are generated from the otf versions using FontForge instead of cfftot1.
diff --git a/Master/texmf-dist/tex/latex/fbb/fbb.sty b/Master/texmf-dist/tex/latex/fbb/fbb.sty
index 781c3889c58..71946889b2b 100644
--- a/Master/texmf-dist/tex/latex/fbb/fbb.sty
+++ b/Master/texmf-dist/tex/latex/fbb/fbb.sty
@@ -2,8 +2,8 @@
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{1.02}
-\def\filedate{2013/11/29}
+\def\fileversion{1.03}
+\def\filedate{2014/01/18}
\ProvidesPackage{fbb}[\filedate\space v\fileversion]
\message{`fbb' v\fileversion, \filedate\space Text macros for fbb, a Bembo-like font family (msharpe)}
@@ -82,14 +82,14 @@
\def\@makefnmark{%
\ifx\@mpfn\f@@tn@te%
\ifx\thefootnote\orig@footnote%
- \hbox{\sufigures\hspace*{.04em}\@thefnmark}
+ \hbox{\sufigures\hspace*{.04em}\@thefnmark\hspace*{.04em}}%
\else%
- \orig@makefnmark
+ \orig@makefnmark%
\fi
\else%
- \orig@makefnmark
+ \orig@makefnmark%
\fi}%
- \fi
+ \fi%
\fi
\endinput