diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/brushscr/pbsi.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/brushscr/pbsi.sty | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/brushscr/pbsi.sty b/Master/texmf-dist/tex/latex/brushscr/pbsi.sty new file mode 100644 index 00000000000..ca8d1f592a3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/brushscr/pbsi.sty @@ -0,0 +1,22 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{pbsi} + [2001/09/17 - BrushScriptX-Italic selection command 'textbsi'] + +\edef\operator@encoding{\encodingdefault} +\DeclareOption{T1}{\def\operator@encoding{T1}} +\ProcessOptions + +\def\@tempa{T1} +\ifx\operator@encoding\@tempa + \relax +\else + \PackageWarningNoLine{pbsi}{bad encoding; assuming T1.} +\fi + +\input t1pbsi.fd + +\DeclareRobustCommand\bsifamily{\fontencoding{T1}\fontfamily{pbsi}% + \fontseries{xl}\fontshape{n}\selectfont} +\DeclareTextFontCommand{\textbsi}{\bsifamily} + +\endinput |