diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-28 21:21:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-28 21:21:52 +0000 |
commit | 75d7b827f2db5e3ca0ad7dd1b62c3fbc658b8a6f (patch) | |
tree | 33ced48a2efed57649283164079451a7ce6284e7 /Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex | |
parent | b99a280de906b7cc40ab9875f23384c18102ddc7 (diff) |
fbb (28jun20)
git-svn-id: svn://tug.org/texlive/trunk@55687 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex | 8 |
1 files changed, 7 insertions, 1 deletions
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} |