diff options
Diffstat (limited to 'texmf-dist/tex/latex/pcarl/t1pcarl.fd')
-rw-r--r-- | texmf-dist/tex/latex/pcarl/t1pcarl.fd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/texmf-dist/tex/latex/pcarl/t1pcarl.fd b/texmf-dist/tex/latex/pcarl/t1pcarl.fd new file mode 100644 index 00000000..f0cea320 --- /dev/null +++ b/texmf-dist/tex/latex/pcarl/t1pcarl.fd @@ -0,0 +1,23 @@ +%Filename: t1pcarl.fd +%Created by: tex drv +%Created using fontinst v1.927 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{t1pcarl.fd} + [2011/01/11 Fontinst v1.927 font definitions for T1/pcarl.] + +\expandafter\ifx\csname Pcarl@scale\endcsname\relax + \let\Pcarl@@scale\@empty +\else + \edef\Pcarl@@scale{s*[\csname Pcarl@scale\endcsname]}% +\fi% + +\DeclareFontFamily{T1}{pcarl}{} + +\DeclareFontShape{T1}{pcarl}{m}{n}{ + <->\Pcarl@@scale pcarl8t +}{} + + +\endinput |