diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-11 23:07:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-11 23:07:55 +0000 |
commit | 39f006704af5bc43fa0c835be63814b01375b139 (patch) | |
tree | 032122e5557ff88c521756d77658ef78b234d56a /Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex | |
parent | a470ba5d4ec3110ef27f634d1fe0c86f31b207fc (diff) |
fbb (11mar17)
git-svn-id: svn://tug.org/texlive/trunk@43464 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 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex b/Master/texmf-dist/doc/fonts/fbb/fbb-doc.tex index a6ee354a981..c064cea3078 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 @@ -17,15 +17,14 @@ %SetFonts %fbb plus newtxmath \usepackage[full]{textcomp} % to get the right copyright, etc. -\usepackage[sups]{fbb} +\usepackage[sups,osf,p]{fbb} \usepackage[scaled=.95,type1]{cabin} \usepackage[varqu,varl]{zi4}% typewriter -\usepackage[libertine,bigdelims]{newtxmath} +\usepackage[libertine]{newtxmath} \usepackage[bb=boondox,frak=boondox]{mathalfa} %SetFonts \font\altp=fbbP-Regular-lf-t1 \usepackage[T1]{fontenc} -\useosf \usepackage{fonttable} \usepackage{url,hyperref} \title{The \textbf{fbb} package---a Bembo--like font} @@ -64,16 +63,14 @@ Option {\tt sups} changes the form of footnote markers to use {\tt fbb}'s superi There is a {\tt scaled} option (\emph{e.g.}, {\tt scaled=.97}) that allow you to adjust the text size against, say, a math package. This text package works well with {\tt newtxmath} with the {\tt libertine} option, because the latter has italics of the same italic angle as {\tt fbb} and of very similar xheight and weight. The suggested invocation is: \begin{verbatim} +% load babel package and options here \usepackage[full]{textcomp} % to get the right copyright, etc. -\usepackage[lining,tabular]{fbb} % so math uses tabular lining figures +\usepackage[p,osf]{fbb} % osf in text, tabular lining figures in math \usepackage[scaled=.95,type1]{cabin} % sans serif in style of Gill Sans \usepackage[varqu,varl]{zi4}% inconsolata typewriter \usepackage[T1]{fontenc} % LY1 also works -\usepackage[libertine,bigdelims]{newtxmath} +\usepackage[libertine]{newtxmath} \usepackage[cal=boondoxo,bb=boondox,frak=boondox]{mathalfa} -\useosf % change normal text to use oldstyle figures -\useproportional -% can also set option proportional (or p) for proportionally spaced figures \end{verbatim} Here is a short sample based on this preamble:\\[4pt] \def\Pr{\ensuremath{\mathbb{P}}} |