diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/fbb/README')
-rw-r--r-- | Master/texmf-dist/doc/fonts/fbb/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/fbb/README b/Master/texmf-dist/doc/fonts/fbb/README index bc056b1b474..33a58660041 100644 --- a/Master/texmf-dist/doc/fonts/fbb/README +++ b/Master/texmf-dist/doc/fonts/fbb/README @@ -1,6 +1,12 @@ 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. -Current version: 1.00 +Current version: 1.02 + +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. + +Changes in version 1.01 +Revisions of some BoldItalic glyphs and substantial reworking of Italic Small Cap kerning tables. Changes in version 1.00 Additions to sty file, bringing its capabilities in line with those of garamondx. @@ -19,7 +25,7 @@ There are without doubt many errors remaining in the font files, especially the The otf fonts contain all the kerning and other tables. Should you wish to modify these yourself, the LaTeX support files may be re-created using the command -/usr/texbin/autoinst --noupdmap --noswash --notitling --noornaments --target=./texmf --encoding=TS1,T1,LY1 --vendor=public --typeface=fbb *.otf +/usr/texbin/autoinst --noupdmap --noswash --notitling --noornaments --target=./texmf --encoding=OT1,TS1,T1,LY1 --vendor=public --typeface=fbb *.otf after cding to the folder containing just the modified otf fonts and a subfolder named texmf. You should replace the newly generated fbb.sty with the one from the distribution in order to preserve its functionality. The names of the encoding files should also be modified appropriately from those assigned by autoinst. I used the following bash shell script, which assumed you are in the directory holding the otf files and a texmf subfolder: |