blob: 5a72972811369dc5e8a9d7d57fbf41f6c9fcdf4b (
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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% uxuc.fd %
% %
% For the use of Xucuri fonts within LaTeX %
% Last modified 1st September 1999 %
% %
%
% fontencoding: U
% fontfamily: xuc
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% It has to be used with NFSS2 only
%
\ifx\DeclareFontShape\undefined
\message{You should not use this file but with NFSS2}
\expandafter\endinput\fi
\DeclareFontFamily{U}{xuc}{}%
\DeclareFontShape{U}{xuc}{m}{n}{%
<10><10.95><12><14.4><17.28><20.74><24.88>xuc10
}{}
\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|