diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pxfonts/t1pxss.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/pxfonts/t1pxss.fd | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pxfonts/t1pxss.fd b/Master/texmf-dist/tex/latex/pxfonts/t1pxss.fd new file mode 100644 index 00000000000..e0a0eec7723 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxfonts/t1pxss.fd @@ -0,0 +1,51 @@ +\ProvidesFile{t1pxss.fd} + [2000/12/14 v1.0] + +\DeclareFontFamily{T1}{pxss}{} +\DeclareFontShape{T1}{pxss}{m}{n}{ %medium + <->t1xss% +}{} +\DeclareFontShape{T1}{pxss}{m}{sc}{ %cap & small cap + <->t1xsssc% +}{} +\DeclareFontShape{T1}{pxss}{m}{sl}{ %slanted + <->t1xsssl% +}{} +\DeclareFontShape{T1}{pxss}{m}{it}{ %italic + <->ssub * pxss/m/sl% +}{} +\DeclareFontShape{T1}{pxss}{m}{ui}{ %unslanted italic + <->ssub * pxss/m/sl% +}{} +\DeclareFontShape{T1}{pxss}{bx}{n}{ %bold extended + <->t1xbss% +}{} +\DeclareFontShape{T1}{pxss}{bx}{sc}{ %bold extended cap & small cap + <->t1xbsssc% +}{} +\DeclareFontShape{T1}{pxss}{bx}{sl}{ %bold extended slanted + <->t1xbsssl% +}{} +\DeclareFontShape{T1}{pxss}{bx}{it}{ %bold extended italic + <->ssub * pxss/bx/sl% +}{} +\DeclareFontShape{T1}{pxss}{bx}{ui}{ %bold extended unslanted italic + <->ssub * pxss/bx/sl% +}{} +\DeclareFontShape{T1}{pxss}{b}{n}{ %bold + <->ssub * pxss/bx/n% +}{} +\DeclareFontShape{T1}{pxss}{b}{sc}{ %bold cap & small cap + <->ssub * pxss/bx/sc% +}{} +\DeclareFontShape{T1}{pxss}{b}{sl}{ %bold slanted + <->ssub * pxss/bx/sl% +}{} +\DeclareFontShape{T1}{pxss}{b}{it}{ %bold italic + <->ssub * pxss/bx/it% +}{} +\DeclareFontShape{T1}{pxss}{b}{ui}{ %bold unslanted italic + <->ssub * pxss/bx/ui% +}{} + +\endinput |