diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:52:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:52:33 +0000 |
commit | 06dc7f03c4a01f02cf45fcdb981644c727615217 (patch) | |
tree | cfeff6e7c97149a891b9a7e1325b2452a775146f /Master/texmf-dist/tex/latex/brushscr | |
parent | 1d229aaf36395523714daca6d9e290dbc758bcfb (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')
-rw-r--r-- | Master/texmf-dist/tex/latex/brushscr/pbsi.sty | 22 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/brushscr/t1pbsi.fd | 17 |
2 files changed, 39 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 diff --git a/Master/texmf-dist/tex/latex/brushscr/t1pbsi.fd b/Master/texmf-dist/tex/latex/brushscr/t1pbsi.fd new file mode 100644 index 00000000000..fd1a83c93ca --- /dev/null +++ b/Master/texmf-dist/tex/latex/brushscr/t1pbsi.fd @@ -0,0 +1,17 @@ +%Filename: t1pbsi.fd +%Created by: tex generate +%Created using fontinst v1.801 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{t1pbsi.fd} + [2001/09/24 Fontinst v1.801 font definitions for T1/pbsi.] + +\DeclareFontFamily{T1}{pbsi}{} + +\DeclareFontShape{T1}{pbsi}{xl}{n}{ + <-> s * [1.2] pbsi8t +}{} + + +\endinput |