summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/brushscr/pbsi.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:52:33 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:52:33 +0000
commit06dc7f03c4a01f02cf45fcdb981644c727615217 (patch)
treecfeff6e7c97149a891b9a7e1325b2452a775146f /Master/texmf-dist/tex/latex/brushscr/pbsi.sty
parent1d229aaf36395523714daca6d9e290dbc758bcfb (diff)
brushscr
git-svn-id: svn://tug.org/texlive/trunk@729 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/brushscr/pbsi.sty')
-rw-r--r--Master/texmf-dist/tex/latex/brushscr/pbsi.sty22
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