blob: 3d074dea54c54a5230a27d3d88df2fb21842cca0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% afonts1.sty
% ArabTeX
% load Naskh14 for NFSS1
% 16.11.95
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% (c) Klaus Lagally and Bernd Raichle
% Institut fuer Informatik
% Universitaet Stuttgart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\a@ident {afonts1.sty} {3.04 define Naskh font for NFSS1} {16.11.1995}
\chardef \fntatcode = \catcode`\@ \catcode`\@ = 11
\chardef \fntlscode = \catcode`\< \catcode`\< = 12
% NEW FONT SELECTION -- Version 1
% define \pnash to use the `nash' family, `m'edium series, `n'ormal shape.
\def\pnash{\family{nash}\series{m}\shape{n}\selectfont}
\def\pnashbf{\family{nash}\series{bx}\shape{n}\selectfont}
% setup the font definition table
% (`1' at the beginning of a fontname: size not available, print
% warning to inform the user)
\new@fontshape{nash}{m}{n}{%
<5>1nash14%
<6>1nash14%
<7>1nash14%
<8>1nash14%
<9>1nash14%
<10>nash14 at14.4pt%
<11>nash14 at15.77441pt%
<12>nash14 at17.28pt%
<14>nash14 at20.736pt%
<17>nash14 at24.8832pt%
<20>1nash14 at29.85984pt%
<25>1nash14 at35.831808pt}{}
\new@fontshape{nash}{bx}{n}{%
<5>1nash14bf%
<6>1nash14bf%
<7>1nash14bf%
<8>1nash14bf%
<9>1nash14bf%
<10>nash14bf at14.4pt%
<11>nash14bf at15.77441pt%
<12>nash14bf at17.28pt%
<14>nash14bf at20.736pt%
<17>nash14bf at24.8832pt%
<20>nash14bf at29.85984pt%
<25>nash14bf at35.831808pt}{}
\extra@def{nash}{}{}
\catcode`\@ = \fntatcode \catcode`\< = \fntlscode
\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%% EOF %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|