blob: 71249aac445ce355eb394994d4af1015db552a11 (
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
|
%
% fntinvec.tex
%
%% Cyrillic font container with T2 encoding beta-support
%
% This file is future part of lxfonts package
% Version 3.4 // Patchlevel=0
% (c) O.Lapko
%
% This package belongs to the public domain under conditions similar to
% those of D. E. Knuth specified for the Computer Modern family of fonts.
% In particular, only the authors are entitled to modify this file
% and to save it under the same name.
%
% Content:
%
% Data TeX file of head files for cm-like fonts: invisible fonts
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\lhvercheck(3,4)
% file names depend to necessary encoding
%
\MakeFileHeadstrue % always do font heads
\tablevalues ( 8 10 )
\def\ifont{}
\makefont \ifont\fonttwoletters lq ( 8 )()
\makefont \ifont\fonttwoletters li ( 8 )()
\makefont \ifont\fonttwoletters lb ( 8 )()
\makefont \ifont\fonttwoletters lo ( 8 )()
\makefont \ifont\fonttwoletters ltt ( 8 )()
\makefont \ifont\fonttwoletters ssdc ( 10 )()
\makefont \ifont\fonttwoletters qi ( 8 )()
\makefont \ifont\fonttwoletters sq ( 8 )()
\def\ifont{i}
\makefont \ifont\fonttwoletters lq ( 8 )(%
def fonteq=3 enddef;)
\makefont \ifont\fonttwoletters li ( 8 )(%
def fonteq=3 enddef;)
\makefont \ifont\fonttwoletters lb ( 8 )(%
def fonteq=3 enddef;)
\makefont \ifont\fonttwoletters lo ( 8 )(%
def fonteq=3 enddef;)
\makefont \ifont\fonttwoletters ltt ( 8 )(%
def fonteq=3 enddef;)
\endinput
|