blob: 17e8ce9bc3d0f6a2995afae1fbe1cd84c741f68e (
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 30th March 1997 %
% %
%
% 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|