diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-09 22:04:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-09 22:04:04 +0000 |
commit | a8e832c98d4866efe1f10573edb04a0609ffec10 (patch) | |
tree | 19262ce3fe45b7123dee0ee5a2e1bd5582ef8633 /Master/texmf-dist/tex/latex/arabtex/unash.fd | |
parent | a7436def27eb5d5cf587b24638c458c835fc33e2 (diff) |
arabtex update, now real ctan2tds.pl support
git-svn-id: svn://tug.org/texlive/trunk@1788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/arabtex/unash.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/arabtex/unash.fd | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/arabtex/unash.fd b/Master/texmf-dist/tex/latex/arabtex/unash.fd new file mode 100644 index 00000000000..00ab4d6ba0b --- /dev/null +++ b/Master/texmf-dist/tex/latex/arabtex/unash.fd @@ -0,0 +1,46 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Unash.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 +% 31.03.1998 test for xnsh14: does not work +% 12.07.1998 cleanup +% 23.05.1999 name "unash.fd" +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% (c) Bernd Raichle and Klaus Lagally +% Institut fuer Informatik +% Universitaet Stuttgart +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% This file contains the font description of font `nash' +% fontencoding: U +% fontfamily: nash +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% make sure, that it is used with NFSS2 only +% +\ifx\DeclareFontShape\undefined + \message{Something is wrong -- % + this file can only be used with LaTeX2e and NFSS2!!!} +\expandafter\endinput\fi + +\ProvidesFile{unash.fd}[1999/05/23 3.08 ArabTeX Naskh font definitions] + +\DeclareFontFamily{U}{nash}{}% + +\DeclareFontShape{U}{nash}{m}{n}{% + <-6> sfixed * [7.2] nash14 + <6-10> s * [1.44] nash14 + <10><10.95><12><14.4><17.28><20.74><24.88> s * [1.44] nash14 +}{} + +\DeclareFontShape{U}{nash}{bx}{n}{% + <-6> sfixed * [7.2] nash14bf + <6-10> s * [1.44] nash14bf + <10><10.95><12><14.4><17.28><20.74><24.88> s * [1.44] nash14bf +}{} + +\endinput +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |