diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fbb/fbb.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/fbb/fbb.sty | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/fbb/fbb.sty b/Master/texmf-dist/tex/latex/fbb/fbb.sty index bfbc34de8f1..5ada3e0b393 100644 --- a/Master/texmf-dist/tex/latex/fbb/fbb.sty +++ b/Master/texmf-dist/tex/latex/fbb/fbb.sty @@ -2,7 +2,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fbb} - [2013/08/12 (Michael Sharpe) Style file for fbb.] + [2013/10/08 (Michael Sharpe) Style file for fbb.] \RequirePackage[LY1,T1]{fontenc} \RequirePackage{textcomp} @@ -38,6 +38,13 @@ \ExecuteOptionsX{lining,tabular,bold,regular} \ProcessOptionsX\relax +\DeclareTextCommand{\textcircled}{TS1}[1]{\hmode@bgroup + \ooalign{% + \hfil \raise .39ex\hbox {\fontencoding{T1}\fontseries{m}\fontshape{sc}\fontsize{7.5}{9}\selectfont \lowercase{#1}}\hfil \crcr + \textbigcircle % bigcircle + }% + \egroup} + \def\useosf{\edef\fbb@figurestyle{OsF}\edef\fbb@figurealign{}% \renewcommand*{\rmdefault}{fbb-OsF}} \@onlypreamble\useosf |