blob: 03b2251fdaafb8a51d51765ceb14fbf77d59badf (
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
%
% Udn.fd v2.14
%
% LaTeX2e font description file for the Devanagari font family.
% Copyright (C) 1991-2003 University of Groningen, The Netherlands
%
% Author : Dominik Wujastyk <d.wujastyk@ucl.ac.uk>
% Maintainer : Anshuman Pandey <apandey@u.washington.edu>
% Date : 3 August 2004
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation.
%
% This program is distributed in the hope that it will be useful,
% but without any warranty; without even the implied warranty of
% merchantability or fitness for a particular purpose. See the
% GNU General Public License for more details.
%
% Revision 2.11 2004/08/03 Anshuman Pandey
% o Added definitions for font sizes 8 and 9
%
% Revision 2.1 2003/07/01 Kevin Carmody
% o Standardized header
%
% Revision 1.6 2003/06/09 Anshuman Pandey
% o Added definitions for oblique, bold, and
% bold oblique font shapes
%
% Revision 1.5 1999/09/25 Anshuman Pandey
% o Changed font encoding from OT1 to U
%
% Revision 1.2 1994/06/15 Dominik Wujastyk
% o Tidied up comments
%
% Revision 1.1 1994/06/15 Dominik Wujastyk
% o Initial revision
%
% =====================================================================
%
% This file contains the font definitions for the Standard Devanagari
% font family in the U encoding. It is used by the LaTeX New Font
% Selection Scheme, which is part of LaTeX2e. The Standard Devanagari
% font was originally devloped by Frans J. Velthuis.
%
\ProvidesFile{Udn.fd}[2004/08/03 v2.14]
%
\DeclareFontFamily{U}{dn}{\hyphenchar\font=255}
%
\DeclareFontShape{U}{dn}{m}{n}{
<5><6><7> dvng8%
<8><9> gen * dvng
<10-> dvng10%
}{}
\DeclareFontShape{U}{dn}{m}{sc}{
<-> ssub * dn/m/n
}{}
\DeclareFontShape{U}{dn}{m}{it}{
<5><6><7> dvngi8%
<8><9> gen * dvngi
<10->dvngi10%
}{}
\DeclareFontShape{U}{dn}{m}{itsc}{
<-> ssub * dn/m/it
}{}
\DeclareFontShape{U}{dn}{m}{sl}{
<-> ssub * dn/m/it
}{}
\DeclareFontShape{U}{dn}{m}{slsc}{
<-> ssub * dn/m/it
}{}
\DeclareFontShape{U}{dn}{bx}{n}{
<5><6><7> dvngb8%
<8><9> gen * dvngb
<10->dvngb10%
}{}
\DeclareFontShape{U}{dn}{bx}{sc}{
<-> ssub * dn/bx/n
}{}
\DeclareFontShape{U}{dn}{bx}{it}{
<5><6><7> dvngbi8%
<8><9> gen * dvngbi
<10->dvngbi10%
}{}
\DeclareFontShape{U}{dn}{bx}{itsc}{
<-> ssub * dn/bx/it
}{}
\DeclareFontShape{U}{dn}{bx}{sl}{
<-> ssub * dn/bx/it
}{}
\DeclareFontShape{U}{dn}{bx}{slsc}{
<-> ssub * dn/bx/it
}{}
%
\endinput
|