diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/fbb')
-rw-r--r-- | Master/texmf-dist/doc/fonts/fbb/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf | bin | 471139 -> 393160 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex | 8 |
3 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/fbb/README b/Master/texmf-dist/doc/fonts/fbb/README index 6c15cd20c6f..39f74095eb6 100644 --- a/Master/texmf-dist/doc/fonts/fbb/README +++ b/Master/texmf-dist/doc/fonts/fbb/README @@ -2,7 +2,12 @@ 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.14 2017-09-11 +Current version: 1.15 2020-06-27 + +Changes in version 1.15 +1. Correct unicode point for glyph numero in fbb-Regular. This will affect only XeTeX and LuaTeX users. +2. Added \textde as \textin raised to text baseline. +3. Added \textfrac macro for better display of simple fractions. Changes in version 1.14 Corrected a macro name in OT1fbb-LF.fd diff --git a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf Binary files differindex 7aa11d035c6..0132698c410 100644 --- a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf +++ b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.pdf diff --git a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex index 2152cc21799..aa1267c182d 100644 --- a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex +++ b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex @@ -2,7 +2,7 @@ \documentclass{article} \usepackage[margin=1in]{geometry} \usepackage[parfill]{parskip}% Begin paragraphs with an empty line, no indent -%\pdfmapfile{=fbb.map} +\pdfmapfile{=fbb.map} \usepackage{enumitem} \setlist[description]{style=sameline,font=\mdseries\scshape} \setlength\unitlength{1pt}% for picture @@ -52,7 +52,13 @@ The package also defines six macros that allow you use alternate figure styles l \texttosf{97} % print 97 in tabular oldstyle figures \textsu{97} % print 97 in superior figures \textin{97} % print 97 in inferior figures +\textde{97} % print 97 in denominator figures (same as inferior, but raised to baseline.) \end{verbatim} +As of version $1.15$ (mid-2020), there is a new macro \verb|\textfrac| that may be used to construct simple fractions. For example, \verb|\textfrac[2]{7}{8}| renders as \textfrac[2]{7}{8}. (If the optional argument is not specified, you get just the fraction.) There are two options to {\tt fbb.sty} that may be used to modify the space before and after the solidus: {\tt foresolidus} and {\tt aftsolidus}, which should be specified in {\tt em} units. Their default values are {\tt .04em} and {\tt 0em} respectively. + + + + Option {\tt altP} changes the form of the letter capital P from its default closed shape, as used in almost all modern digital renderings of Bembo, to the more historically accurate open shape, {\altp P}. See, for example, the reproduction of Pietro Bembo's \textit{De Aetna} at \url{https://ia601405.us.archive.org/34/items/ita-bnc-ald-00000673-001/ita-bnc-ald-00000673-001.pdf}. (A higher resolution rendering of a two-page sample is available from \url{https://upload.wikimedia.org/wikipedia/commons/8/89/De_Aetna_1495.jpg.}) Unicode \TeX\ users may load {\tt fbb} with the equivalent to {\tt altP} by the code block \begin{verbatim} \usepackage{fontspec} |