diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex | 10 |
1 files changed, 9 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 c064cea3078..2152cc21799 100644 --- a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex +++ b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex @@ -53,7 +53,15 @@ The package also defines six macros that allow you use alternate figure styles l \textsu{97} % print 97 in superior figures \textin{97} % print 97 in inferior figures \end{verbatim} -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.}) +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} +\setmainfont{fbb}[% + UprightFeatures = {StylisticSet=01}, + BoldFeatures = {StylisticSet=01} + ] +\end{verbatim} +(Capital P in italic and bold italic is already open---those faces have no {\tt ss01} feature.) Option {\tt sups} changes the form of footnote markers to use {\tt fbb}'s superior figures, unless you have redefined the meaning of \verb|\thefootnote| prior to loading {\tt fbb}. For more control over size, spacing and position of footnote markers, use the \textsf{superiors} package: E.g., \begin{verbatim} |