diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:51:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:51:33 +0000 |
commit | aec1c1b77ee51b9359530d61cc7b8df2a37c7685 (patch) | |
tree | 8b5e1e20b56e0abf130e7da219468e197cde8725 /Master/texmf-dist/tex/latex/arabtex/Uxnsh.fd | |
parent | e1c54083e49986785dd4d24e891b89e0772a4de1 (diff) |
arabtex
git-svn-id: svn://tug.org/texlive/trunk@673 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/arabtex/Uxnsh.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/arabtex/Uxnsh.fd | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/arabtex/Uxnsh.fd b/Master/texmf-dist/tex/latex/arabtex/Uxnsh.fd new file mode 100644 index 00000000000..3fba5ce6ebd --- /dev/null +++ b/Master/texmf-dist/tex/latex/arabtex/Uxnsh.fd @@ -0,0 +1,61 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Uxnsh.fd +% +% 31.08.93 1.0 created file when added support for NFSS2 (br) +% 04.04.1997 ranges fixed (KL) +% 17.09.1997 smaller sizes allowed +% 14.04.1998 font xnsh14 +% 23.05.1999 name "uxnsh.fd" +% 19.10.1999 new font shape U/xnsh/*/s +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% (c) Bernd Raichle and Klaus Lagally +% Institut fuer Informatik +% Universitaet Stuttgart +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% This file contains the font description of font `xnsh' +% fontencoding: U +% fontfamily: xnsh +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% make sure, that it is used with NFSS2 only +% +\ifx\DeclareFontShape\undefined + \message{Something is wrong -- % + this file can only be used with NFSS2!!!} +\expandafter\endinput\fi + +\ProvidesFile{uxnsh.fd}[ 1999/10/19 v3.10 ArabTeX Naskh extd. font definitions] + +\DeclareFontFamily{U}{xnsh}{}% + +\DeclareFontShape{U}{xnsh}{m}{n}{% + <-6> sfixed * [7.2] xnsh14 + <6-10> s * [1.44] xnsh14 + <10><10.95><12><14.4><17.28><20.74><24.88> s * [1.44] xnsh14 +}{} + +\DeclareFontShape{U}{xnsh}{bx}{n}{% + <-6> sfixed * [7.2] xnsh14bf + <6-10> s * [1.44] xnsh14bf + <10><10.95><12><14.4><17.28><20.74><24.88> s * [1.44] xnsh14bf +}{} + +% small version: + +\DeclareFontShape{U}{xnsh}{m}{s}{% + <-6> sfixed * [6.0] xnsh14 + <6-10> s * [1.20] xnsh14 + <10><10.95><12><14.4><17.28><20.74><24.88> s * [1.20] xnsh14 + }{} + +\DeclareFontShape{U}{xnsh}{bx}{s}{% + <-6> sfixed * [6.0] xnsh14bf + <6-10> s * [1.20] xnsh14bf + <10><10.95><12><14.4><17.28><20.74><24.88> s * [1.20] xnsh14bf +}{} + + +\endinput +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |